Managed Service Identity Response
data class ManagedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, ManagedServiceIdentityResponseUserAssignedIdentities>? = null)
Managed service identity.
Constructors
Link copied to clipboard
fun ManagedServiceIdentityResponse(principalId: String, tenantId: String, type: String? = null, userAssignedIdentities: Map<String, ManagedServiceIdentityResponseUserAssignedIdentities>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard