PSManagedServiceIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |