Web Activity Authentication Args
data class WebActivityAuthenticationArgs(val credential: Output<CredentialReferenceArgs>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val pfx: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val resource: Output<Any>? = null, val type: Output<String>? = null, val userTenant: Output<Any>? = null, val username: Output<Any>? = null) : ConvertibleToJava<WebActivityAuthenticationArgs>
Web activity authentication properties.
Constructors
Link copied to clipboard
fun WebActivityAuthenticationArgs(credential: Output<CredentialReferenceArgs>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, pfx: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, resource: Output<Any>? = null, type: Output<String>? = null, userTenant: Output<Any>? = null, username: Output<Any>? = null)