ResourceIdentity Class

Definition

The managed identity of a resource.

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

Constructors

ResourceIdentity()

Initializes a new instance of the ResourceIdentity class.

ResourceIdentity(ResourceIdentityType, String, String)

Initializes a new instance of the ResourceIdentity class.

Properties

PrincipalId

Gets GUID that represents the principal ID of this resource identity.

TenantId

Gets GUID that represents the tenant ID of this resource identity.

Type

Gets or sets string of the resource identity type. Possible values include: 'None', 'SystemAssigned'

Applies to