Share via


Certificate

The Certificate entity represents a System Management Automation certificate. The Certificates collection includes all of the certificates in the local System Management Automation environment.

Inheritance Hierarchy

Orchestrator.ResourceModel
  Certificate

Supported HTTP Verbs

Create (POST) Read (GET) Update (PUT) Delete (DELETE)

True

True

True

True

Entity Properties

For more information about how the properties of an entity interact with HTTP operations, see Service Management Automation Web Service Fundamentals.

Name Create (PUT) Read (GET) Update (POST) Delete (DELETE) Type Nullable Description

CertificateID

            -

      Optional*

      Required

      Required

Edm.Guid

False

Key Property

The unique identifier of the certificate.

CreationTime

            -

      Optional

            -

            -

Edm.DateTime

False

The date and time the certificate is created.

Description

            -

      Optional

            -

            -

Edm.String

True

The description of the certificate.

ExpiryTime

            -

      Optional

            -

            -

Edm.DateTime

False

The date and time that the certificate expires.

LastModifiedTime

            -

      Optional

            -

            -

Edm.DateTime

False

The last date and time the certificate is modified.

Name

            -

      Optional

            -

            -

Edm.String

False

The name of the certificate.

RawValue

            -

      Optional

            -

            -

Edm.String

True

The plaintext value of the certificate.

TenantID

            -

      Optional

            -

            -

Edm.Guid

False

The unique identifier of the tenant that manages the System Management Automation service.

Thumbprint

            -

      Optional

            -

            -

Edm.String

False

The thumbprint of the certificate.

Value

            -

      Optional

            -

            -

Edm.String

True

The encrypted value of the certificate.

 

Note

Direct access to the entity requires the key property CertificateID. This property is not required to simply enumerate the Certificates collection.

Relationships

This entity does not have any relationships.

Examples

Examples of supported data operations are available in the Certificates collection topic.

See Also

Concepts

Certificates