Certificate Class

Definition of the certificate.

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

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

Constructor

Certificate(*, 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.

thumbprint
str

Gets the thumbprint of the certificate.

expiry_time
datetime

Gets the expiry time of the certificate.

is_exportable
bool

Gets the is exportable flag of the certificate.

creation_time
datetime

Gets the creation time.

last_modified_time
datetime

Gets the last modified time.