tools.ozone.verification.grantVerifications
Grant verifications to multiple subjects. Allows batch processing of up to 100 verifications at once.
- class atproto_client.models.tools.ozone.verification.grant_verifications.Data
Bases:
DataModelBaseInput data model for
tools.ozone.verification.grantVerifications.- field verifications: List[models.ToolsOzoneVerificationGrantVerifications.VerificationInput] [Required]
Array of verification requests to process.
- Constraints:
max_length = 100
- class atproto_client.models.tools.ozone.verification.grant_verifications.DataDict
Bases:
TypedDict- verifications: List[VerificationInput]
Array of verification requests to process.
- class atproto_client.models.tools.ozone.verification.grant_verifications.Response
Bases:
ResponseModelBaseOutput data model for
tools.ozone.verification.grantVerifications.- field failed_verifications: List[models.ToolsOzoneVerificationGrantVerifications.GrantError] [Required]
Failed verifications.
- field verifications: List[models.ToolsOzoneVerificationDefs.VerificationView] [Required]
Verifications.
- class atproto_client.models.tools.ozone.verification.grant_verifications.VerificationInput
Bases:
ModelBaseDefinition model for
tools.ozone.verification.grantVerifications.- field display_name: str [Required]
Display name of the subject the verification applies to at the moment of verifying.
- field handle: Handle [Required]
Handle of the subject the verification applies to at the moment of verifying.
- field subject: Did [Required]
The did of the subject being verified.
- class atproto_client.models.tools.ozone.verification.grant_verifications.GrantError
Bases:
ModelBaseDefinition model for
tools.ozone.verification.grantVerifications. Error object for failed verifications.- field error: str [Required]
Error message describing the reason for failure.
- field subject: Did [Required]
The did of the subject being verified.