Managed Identity Response
data class ManagedIdentityResponse(val clientId: String? = null, val identityType: String, val objectId: String? = null, val resourceId: String? = null)
Managed identity configuration.
Managed identity configuration.