Credential Manager Stored Information by Account Type

The following is the access information that you enter for different account types of a disk storage.

Windows Account

  • Credential name: The name of the credential entity.

    The name is used to identify the credential in the Credential Manager list.

  • User Name*: The user name for the Windows user account.

  • Password and Confirm Password: The password for the Windows user account.

Storage Array Account

  • Credential name: The name of the credential entity.

    The name is used to identify the credential in the Credential Manager list.

  • User Name: The user name for the storage array user account.

  • Password and Confirm Password: The password for the storage array user account.

For a user name of an account, you can prefix a domain name or destination server (for local accounts) using the POST Credentials API. For example, the following record creates a user credential for the Jdoe user in the Testdomain-us domain.

"record": {
                "password": "WFhYWFhYWFg=",
                "userName": "Testdomain-us\jdoe"
            }

Loading...