DatabaseUserIdentity Class

Azure Active Directory identity configuration for a resource.

Constructor

DatabaseUserIdentity(*args: Any, **kwargs: Any)

Variables

Name Description
principal_id
str

The Azure Active Directory principal id.

client_id
str

The Azure Active Directory client id.

Attributes

client_id

The Azure Active Directory client id.

client_id: str | None

principal_id

The Azure Active Directory principal id.

principal_id: str | None