ConnectApi.CredentialValueInput

Credential value input.
Authentication protocols have credential allowlists and encryption rules.
  • AwsSv4awsAccessKeyId (not encrypted), awsSecretAccessKey (encrypted), awsRoleArn (not encrypted)
  • Custom—Any credential name is valid (user sets encryption rules)
Property Type Description Required or Optional Available Version
encrypted Boolean Specifies whether the value of the credential is encrypted (true) or not (false). Required 56.0
revision Integer Revision number of a short-lived credential, such as OAuthToken. If the provided revision isn’t the latest version, the authentication endpoint refreshes the credential. Optional 58.0
value String Value of the credential. Required 56.0