Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SystemAssignedIdentity

Package version

Describes a system assigned identity resource.

Hierarchy

Index

Properties

Optional clientId

clientId: undefined | string

The id of the app associated with the identity. This is a random generated UUID by MSI. NOTE: This property will not be serialized. It can only be populated by the server.

Optional clientSecretUrl

clientSecretUrl: undefined | string

The ManagedServiceIdentity DataPlane URL that can be queried to obtain the identity credentials. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

location

location: string

The geo-location where the resource lives

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional principalId

principalId: undefined | string

The id of the service principal object associated with the created identity. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | {}

Resource tags

Optional tenantId

tenantId: undefined | string

The id of the tenant which the identity belongs to. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc