PatchAllowRegistrationDomainData¶ class PatchAllowRegistrationDomainData[source]¶ PatchAllowRegistrationDomainData(type: “t.Literal[‘allow’]”, tenant_role_id: ‘int’, domain: ‘Maybe[str]’ = Nothing, match_subdomains: ‘Maybe[bool]’ = Nothing) type: Literal['allow']¶ The type of rule. tenant_role_id: int¶ The tenant role to assign. domain: Just[str] | _Nothing[str] = Nothing¶ The email domain to match. match_subdomains: Just[bool] | _Nothing[bool] = Nothing¶ Whether to also match subdomains.