com.atproto.admin.defs

class atproto_client.models.com.atproto.admin.defs.AccountView

Bases: ModelBase

Definition model for com.atproto.admin.defs.

field deactivated_at: str | None = None

Deactivated at.

field did: str [Required]

Did.

Constraints:
  • func = <function only_validate_if_strict.<locals>.wrapper at 0x7f7d65a12160>

  • json_schema_input_type = PydanticUndefined

field email: str | None = None

Email.

field email_confirmed_at: str | None = None

Email confirmed at.

field handle: str [Required]

Handle.

Constraints:
  • func = <function only_validate_if_strict.<locals>.wrapper at 0x7f7d65a12040>

  • json_schema_input_type = PydanticUndefined

field indexed_at: str [Required]

Indexed at.

Constraints:
  • func = <function only_validate_if_strict.<locals>.wrapper at 0x7f7d65a12820>

  • json_schema_input_type = PydanticUndefined

field invite_note: str | None = None

Invite note.

field invited_by: models.ComAtprotoServerDefs.InviteCode | None = None

Invited by.

field invites: List[models.ComAtprotoServerDefs.InviteCode] | None = None

Invites.

field invites_disabled: bool | None = None

Invites disabled.

field py_type: Literal['com.atproto.admin.defs#accountView'] = 'com.atproto.admin.defs#accountView'
field related_records: List[UnknownType] | None = None

Related records.

field threat_signatures: List[models.ComAtprotoAdminDefs.ThreatSignature] | None = None

Threat signatures.

class atproto_client.models.com.atproto.admin.defs.RepoBlobRef

Bases: ModelBase

Definition model for com.atproto.admin.defs.

field cid: str [Required]

Cid.

Constraints:
  • func = <function only_validate_if_strict.<locals>.wrapper at 0x7f7d65a125e0>

  • json_schema_input_type = PydanticUndefined

field did: str [Required]

Did.

Constraints:
  • func = <function only_validate_if_strict.<locals>.wrapper at 0x7f7d65a12160>

  • json_schema_input_type = PydanticUndefined

field py_type: Literal['com.atproto.admin.defs#repoBlobRef'] = 'com.atproto.admin.defs#repoBlobRef'
field record_uri: str | None = None

Record uri.

class atproto_client.models.com.atproto.admin.defs.RepoRef

Bases: ModelBase

Definition model for com.atproto.admin.defs.

field did: str [Required]

Did.

Constraints:
  • func = <function only_validate_if_strict.<locals>.wrapper at 0x7f7d65a12160>

  • json_schema_input_type = PydanticUndefined

field py_type: Literal['com.atproto.admin.defs#repoRef'] = 'com.atproto.admin.defs#repoRef'
class atproto_client.models.com.atproto.admin.defs.StatusAttr

Bases: ModelBase

Definition model for com.atproto.admin.defs.

field applied: bool [Required]

Applied.

field py_type: Literal['com.atproto.admin.defs#statusAttr'] = 'com.atproto.admin.defs#statusAttr'
field ref: str | None = None

Ref.

class atproto_client.models.com.atproto.admin.defs.ThreatSignature

Bases: ModelBase

Definition model for com.atproto.admin.defs.

field property: str [Required]

Property.

field py_type: Literal['com.atproto.admin.defs#threatSignature'] = 'com.atproto.admin.defs#threatSignature'
field value: str [Required]

Value.