Credential Class

Definition of the credential.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.automation.models._models_py3.Resource
Credential

Constructor

Credential(*, description: Optional[str] = None, **kwargs)

Parameters

description
str
Required

Gets or sets the description.

Variables

id
str

Fully qualified resource Id for the resource.

name
str

The name of the resource.

type
str

The type of the resource.

user_name
str

Gets the user name of the credential.

creation_time
datetime

Gets the creation time.

last_modified_time
datetime

Gets the last modified time.