tools.ozone.verification.defs¶
- class atproto_client.models.tools.ozone.verification.defs.VerificationView¶
Bases:
ModelBase
Definition model for
tools.ozone.verification.defs
. Verification data for the associated subject.- field created_at: str [Required]¶
Timestamp 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 issuer: str [Required]¶
The user who issued this verification.
- Constraints:
func = Validated by:
string_formats.validate_did()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field issuer_profile: UnknownUnionModel[base.UnknownUnionModel] | None = None¶
- field issuer_repo: RepoViewDetail | models.ToolsOzoneModerationDefs.RepoViewNotFound[models.ToolsOzoneModerationDefs.RepoViewDetail | models.ToolsOzoneModerationDefs.RepoViewNotFound] | None = None¶
- field py_type: Literal['tools.ozone.verification.defs#verificationView'] = 'tools.ozone.verification.defs#verificationView'¶
- field revoke_reason: str | None = None¶
- field revoked_at: str | None = None¶
Timestamp when the verification was revoked.
- field revoked_by: str | None = None¶
The user who revoked this verification.
- field subject: str [Required]¶
The subject of the verification.
- Constraints:
func = Validated by:
string_formats.validate_did()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field subject_profile: UnknownUnionModel[base.UnknownUnionModel] | None = None¶
- field subject_repo: RepoViewDetail | models.ToolsOzoneModerationDefs.RepoViewNotFound[models.ToolsOzoneModerationDefs.RepoViewDetail | models.ToolsOzoneModerationDefs.RepoViewNotFound] | None = None¶
- field uri: str [Required]¶
The AT-URI of the verification record.
- Constraints:
func = Validated by:
string_formats.validate_at_uri()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined