BasicAuth
BasicAuth configures git authentication through basic auth — i.e. username and password. Both UserName and Password are required.
Properties
- The user name
- ↳
secretstring requiredThe secret value in plaintext. - ↳
ciphertextarray[string] optionalThe encrypted representation of the secret value. - The password
- ↳
secretstring requiredThe secret value in plaintext. - ↳
ciphertextarray[string] optionalThe encrypted representation of the secret value.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.