CredentialUpdateParameters Class

The parameters supplied to the Update credential operation.

Inheritance
CredentialUpdateParameters

Constructor

CredentialUpdateParameters(*, name: Optional[str] = None, user_name: Optional[str] = None, password: Optional[str] = None, description: Optional[str] = None, **kwargs)

Parameters

name
str
Required

Gets or sets the name of the credential.

user_name
str
Required

Gets or sets the user name of the credential.

password
str
Required

Gets or sets the password of the credential.

description
str
Required

Gets or sets the description of the credential.