Class SourceCredentialState


  • public final class SourceCredentialState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SourceCredentialState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The ARN of Source Credential.
      • authType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> authType()
        Returns:
        The type of authentication used to connect to a GitHub, GitHub Enterprise, or Bitbucket repository. An OAUTH connection is not supported by the API.
      • serverType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> serverType()
        Returns:
        The source provider used for this project.
      • token

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> token()
        Returns:
        For `GitHub` or `GitHub Enterprise`, this is the personal access token. For `Bitbucket`, this is the app password.
      • userName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> userName()
        Returns:
        The Bitbucket username when the authType is `BASIC_AUTH`. This parameter is not valid for other types of source providers or connections.