Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagedIdentity

Package version

The managed identity of a resource.

Hierarchy

  • ManagedIdentity

Index

Properties

Optional principalId

principalId: undefined | string

The principal id of the 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. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the resource.

Optional userAssignedIdentities

userAssignedIdentities: undefined | {}

Dictionary of user assigned identities.

Generated using TypeDoc