Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagedServiceIdentity

Package version

Managed service identity (system assigned and/or user assigned identities)

Hierarchy

  • ManagedServiceIdentity

Index

Properties

Optional principalId

principalId: undefined | string

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tenantId

tenantId: undefined | string

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.

type

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

Optional userAssignedIdentities

userAssignedIdentities: undefined | {}

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

Generated using TypeDoc