Class ImageRepositoryCredentialsArgs


  • public final class ImageRepositoryCredentialsArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • password

        public com.pulumi.core.Output<java.lang.String> password()
        Returns:
        The password or token used to access an image in the target repository.
      • registryUrl

        public com.pulumi.core.Output<java.lang.String> registryUrl()
        Returns:
        The URL of the authentication server used to validate the repository credentials.
      • username

        public com.pulumi.core.Output<java.lang.String> username()
        Returns:
        The username used to access an image in the target repository.