Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Identity

Package version

interface

An interface representing Identity. Describes an identity resource.

extends

BaseResource

Hierarchy

  • any
    • Identity

Index

Properties

Optional clientId

clientId: undefined | string
member

{string} [clientId] 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
member

{string} [clientSecretUrl] 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
member

{string} [id] The id of the created identity. NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string
member

{string} [location] The Azure region where the identity lives.

Optional name

name: undefined | string
member

{string} [name] The name of the created identity. NOTE: This property will not be serialized. It can only be populated by the server.

Optional principalId

principalId: undefined | string
member

{string} [principalId] 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 | object
member

{{ [propertyName: string]: string }} [tags] Resource tags

Optional tenantId

tenantId: undefined | string
member

{string} [tenantId] 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

member

{UserAssignedIdentities} [type] The type of resource i.e. Microsoft.ManagedIdentity/userAssignedIdentities. Possible values include: 'Microsoft.ManagedIdentity/userAssignedIdentities' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc