FactoryIdentityResponse

data class FactoryIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, Any>? = null)

Identity properties of the factory resource.

Constructors

Link copied to clipboard
constructor(principalId: String, tenantId: String, type: String, userAssignedIdentities: Map<String, Any>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The principal id of the identity.

Link copied to clipboard

The client tenant id of the identity.

Link copied to clipboard

The identity type.

Link copied to clipboard

List of user assigned identities for the factory.