Share via


DatabaseIdentity Class

Azure Active Directory identity configuration for a resource.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

DatabaseIdentity(*, type: str | _models.DatabaseIdentityType | None = None, user_assigned_identities: dict[str, '_models.DatabaseUserIdentity'] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type

The identity type. Known values are: "None" and "UserAssigned".

Default value: None
user_assigned_identities

The resource ids of the user assigned identities to use.

Default value: None

Variables

Name Description
type

The identity type. Known values are: "None" and "UserAssigned".

tenant_id
str

The Azure Active Directory tenant id.

user_assigned_identities

The resource ids of the user assigned identities to use.