Identity Class

Definition

Properties to configure Identity for Bring your Own Keys

public class Identity
type Identity = class
Public Class Identity
Inheritance
Identity

Constructors

Identity()

Initializes a new instance of the Identity class.

Identity(String, String, Nullable<ManagedServiceIdentityType>, IDictionary<String,UserAssignedIdentity>)

Initializes a new instance of the Identity class.

Properties

PrincipalId

Gets objectId from the KeyVault

TenantId

Gets tenantId from the KeyVault

Type

Gets or sets type of managed service identity. Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned', 'None'

UserAssignedIdentities

Gets or sets properties for User Assigned Identities

Applies to