CredentialsArgs

data class CredentialsArgs(val identityId: Output<String>? = null, val type: Output<Either<String, CredentialsType>>? = null) : ConvertibleToJava<CredentialsArgs>

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

Constructors

Link copied to clipboard
constructor(identityId: Output<String>? = null, type: Output<Either<String, CredentialsType>>? = null)

Properties

Link copied to clipboard
val identityId: Output<String>? = null

Identity identifier for UserAssign type.

Link copied to clipboard
val type: Output<Either<String, CredentialsType>>? = null

Identity Type.

Functions

Link copied to clipboard
open override fun toJava(): CredentialsArgs