Identity Response
data class IdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, List<UserAssignedIdentityResponse>>? = null)
Properties to configure Identity for Bring your Own Keys
Constructors
Link copied to clipboard
fun IdentityResponse(principalId: String, tenantId: String, type: String? = null, userAssignedIdentities: Map<String, List<UserAssignedIdentityResponse>>? = null)