Credentials Args
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)