Share via


CredentialSetProperties Class

The properties of a credential set resource.

Constructor

CredentialSetProperties(*args: Any, **kwargs: Any)

Variables

Name Description
login_server
str

The credentials are stored for this upstream or login server.

auth_credentials

List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential.

creation_date

The creation date of credential store resource.

provisioning_state

Provisioning state of the resource. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".

Attributes

auth_credentials

List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential.

auth_credentials: list['_models.AuthCredential'] | None

creation_date

The creation date of credential store resource.

creation_date: datetime | None

login_server

The credentials are stored for this upstream or login server.

login_server: str | None

provisioning_state

"Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".

provisioning_state: str | _models.ProvisioningState | None