FactoryIdentity interface

Identity properties of the factory resource.

Properties

principalId

The principal id of the identity.

tenantId

The client tenant id of the identity.

type

The identity type.

userAssignedIdentities

List of user assigned identities for the factory.

Property Details

principalId

The principal id of the identity.

principalId?: string

Property Value

string

tenantId

The client tenant id of the identity.

tenantId?: string

Property Value

string

type

The identity type.

type: string

Property Value

string

userAssignedIdentities

List of user assigned identities for the factory.

userAssignedIdentities?: Record<string, any>

Property Value

Record<string, any>