Identity Properties Response
data class IdentityPropertiesResponse(val clientSecretUrl: String? = null, val principalId: String? = null, val tenantId: String? = null, val type: String? = null)
Properties of a managed identity
Constructors
Link copied to clipboard
fun IdentityPropertiesResponse(clientSecretUrl: String? = null, principalId: String? = null, tenantId: String? = null, type: String? = null)