ResourceIdentity Class

Definition

Azure Active Directory identity configuration for a resource.

public class ResourceIdentity
type ResourceIdentity = class
Public Class ResourceIdentity
Inheritance
ResourceIdentity

Constructors

ResourceIdentity()

Initializes a new instance of the ResourceIdentity class.

ResourceIdentity(Nullable<Guid>, IdentityType, Nullable<Guid>)

Initializes a new instance of the ResourceIdentity class.

Properties

PrincipalId

Gets the Azure Active Directory principal id.

TenantId

Gets the Azure Active Directory tenant id.

Type

Gets or sets the identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. Possible values include: 'SystemAssigned'

Applies to