ResourceModelWithAllowedPropertySetIdentity interface

Identity for the resource.

Extends

Inherited Properties

principalId

The principal ID of resource identity. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId

The tenant ID of resource. NOTE: This property will not be serialized. It can only be populated by the server.

type

The identity type.

Inherited Property Details

principalId

The principal ID of resource identity. NOTE: This property will not be serialized. It can only be populated by the server.

principalId?: string

Property Value

string

Inherited From Identity.principalId

tenantId

The tenant ID of resource. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

Property Value

string

Inherited From Identity.tenantId

type

The identity type.

type?: "SystemAssigned"

Property Value

"SystemAssigned"

Inherited From Identity.type