Managed Identity Response
data class ManagedIdentityResponse(val clientId: String? = null, val identityType: String, val objectId: String? = null, val resourceId: String? = null)
Managed identity configuration.
Constructors
Link copied to clipboard
fun ManagedIdentityResponse(clientId: String? = null, identityType: String, objectId: String? = null, resourceId: String? = null)