RunAsCredentialAssociationPropertyArgs

data class RunAsCredentialAssociationPropertyArgs(val name: Output<String>? = null) : ConvertibleToJava<RunAsCredentialAssociationPropertyArgs>

Definition of RunAs credential to use for hybrid worker.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

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

Gets or sets the name of the credential.

Functions

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