Class CredentialArgs


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

      • automationAccountName

        public com.pulumi.core.Output<java.lang.String> automationAccountName()
        Returns:
        The name of the automation account.
      • credentialName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> credentialName()
        Returns:
        The parameters supplied to the create or update credential operation.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Gets or sets the description of the credential.
      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        Gets or sets the name of the credential.
      • password

        public com.pulumi.core.Output<java.lang.String> password()
        Returns:
        Gets or sets the password of the credential.
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        Name of an Azure Resource group.
      • userName

        public com.pulumi.core.Output<java.lang.String> userName()
        Returns:
        Gets or sets the user name of the credential.