GitAuthConfigRequest
Request body for configuring git authentication options.
Properties
- Personal access token for git authentication
- ↳
plaintextstring optionalNot a sensitive value, just plaintext. - ↳
secretstring requiredThe secret value in plaintext. - ↳
ciphertextarray[string] optionalThe encrypted representation of the secret value. - SSH authentication configuration
- The SSH private key for authentication.
- An optional password for the SSH private key.
- Basic authentication configuration
- The user name
- The password