次の方法で共有


PSManagedServiceIdentity Class

Definition

public class PSManagedServiceIdentity
type PSManagedServiceIdentity = class
Public Class PSManagedServiceIdentity
Inheritance
PSManagedServiceIdentity

Constructors

PSManagedServiceIdentity()

Properties

PrincipalId

Gets the principal ID (object ID) of the identity used to authenticate with key vault. Read-only.

TenantId

Gets the tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

Type

Gets or sets possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned,UserAssigned'

UserAssignedIdentities

Gets or sets the ARM resource identifier of the user assigned identity used to authenticate with key vault. Applicable if identity.type has 'UserAssigned'. It should match key of identity.userAssignedIdentities.

Extension Methods

ConvertFromPs(PSManagedServiceIdentity)

Applies to