Identity Class

Identity for the resource.

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

Inheritance
Identity

Constructor

Identity(*, type: Optional[str] = None, **kwargs)

Variables

principal_id
str

The principal ID of resource identity.

tenant_id
str

The tenant ID of resource.

type
str

The identity type. The only acceptable values to pass in are None and "SystemAssigned". The default value is None.