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:
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:
field issuer: str [Required]

The user who issued this verification.

Constraints:
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:
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: