app.bsky.graph.verification¶
- class atproto_client.models.app.bsky.graph.verification.CreateRecordResponse¶
Bases:
SugarResponseModelBaseCreate record response for
models.AppBskyGraphVerification.Record.- field cid: str [Required]¶
The CID of the record.
- field uri: str [Required]¶
The URI of the record.
- class atproto_client.models.app.bsky.graph.verification.GetRecordResponse¶
Bases:
SugarResponseModelBaseGet record response for
models.AppBskyGraphVerification.Record.- field cid: str | None = None¶
The CID of the record.
- field uri: str [Required]¶
The URI of the record.
- field value: models.AppBskyGraphVerification.Record [Required]¶
The record.
- class atproto_client.models.app.bsky.graph.verification.ListRecordsResponse¶
Bases:
SugarResponseModelBaseList records response for
models.AppBskyGraphVerification.Record.- field cursor: str | None = None¶
Next page cursor.
- field records: Dict[str, models.AppBskyGraphVerification.Record] [Required]¶
Map of URIs to records.
- class atproto_client.models.app.bsky.graph.verification.Record¶
Bases:
RecordModelBaseRecord model for
app.bsky.graph.verification.- field created_at: str [Required]¶
Date of when the verification was created.
- Constraints:
func = Validated by:
string_formats.validate_datetime()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field display_name: str [Required]¶
Display name of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current displayName matches the one at the time of verifying.
- field handle: str [Required]¶
Handle of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current handle matches the one at the time of verifying.
- Constraints:
func = Validated by:
string_formats.validate_handle()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field py_type: Literal['app.bsky.graph.verification'] = 'app.bsky.graph.verification'¶
- field subject: str [Required]¶
DID of the subject the verification applies to.
- Constraints:
func = Validated by:
string_formats.validate_did()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined