CredentialCreateOrUpdateParameters Class

The parameters supplied to the create or update credential operation.

All required parameters must be populated in order to send to Azure.

Inheritance
CredentialCreateOrUpdateParameters

Constructor

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

Parameters

name
str
Required

Required. Gets or sets the name of the credential.

user_name
str
Required

Required. Gets or sets the user name of the credential.

password
str
Required

Required. Gets or sets the password of the credential.

description
str
Required

Gets or sets the description of the credential.