Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagedIdentity

Package version

A class represent managed identities used for request and response

Hierarchy

  • ManagedIdentity

Index

Properties

Optional principalId

principalId: undefined | string

Get the principal id for the system assigned identity. Only be used in response. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tenantId

tenantId: undefined | string

Get the tenant id for the system assigned identity. Only be used in response NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

Represent the identity type: systemAssigned, userAssigned, None

Optional userAssignedIdentities

userAssignedIdentities: undefined | {}

Get or set the user assigned identities

Generated using TypeDoc