CredentialsResponse

data class CredentialsResponse(val identityId: String? = null, val type: String? = null)

Credentials to access the event streaming service attached to the purview account.

Constructors

Link copied to clipboard
constructor(identityId: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identityId: String? = null

Identity identifier for UserAssign type.

Link copied to clipboard
val type: String? = null

Identity Type.