Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.3 KB

EnvironmentUser.md

File metadata and controls

29 lines (17 loc) · 1.3 KB

EnvironmentUser

Properties

Name Type Description Notes
userRef String Environment user reference [optional]
username String Username of environment user [optional]
primaryUser Boolean This indicates if this user is primary or not [optional]
authType AuthTypeEnum Authentication type of this user. PasswordCredential indicates username and password are used, SystemKeyCredential indicates public key based security credential, KeyPairCredential indicates public key based security credential consisting of a user specified key pair, KerberosCredential indicates Kerberos authentication, CyberArkVaultCredential indicates CyberArk Vault is used and HashiCorpVaultCredential indicates that Hashicorp vault is used for authentication [optional]

Enum: AuthTypeEnum

Name Value
PASSWORDCREDENTIAL "PasswordCredential"
SYSTEMKEYCREDENTIAL "SystemKeyCredential"
KEYPAIRCREDENTIAL "KeyPairCredential"
KERBEROSCREDENTIAL "KerberosCredential"
CYBERARKVAULTCREDENTIAL "CyberArkVaultCredential"
HASHICORPVAULTCREDENTIAL "HashiCorpVaultCredential"