Managed Identity Auth Type Workspace Connection Properties Response
data class ManagedIdentityAuthTypeWorkspaceConnectionPropertiesResponse(val authType: String, val category: String? = null, val credentials: WorkspaceConnectionManagedIdentityResponse? = null, val expiryTime: String? = null, val metadata: Any? = null, val target: String? = null, val value: String? = null, val valueFormat: String? = null)