ICertificateProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.CertificatePropertiesTypeConverter))]
public interface ICertificateProperties : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.CertificatePropertiesTypeConverter))>]
type ICertificateProperties = interface
    interface IJsonSerializable
Public Interface ICertificateProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Certificate

The certificate as a UTF-8 encoded base 64 string.

ExpiryUtc

The certificate expiry date.

NotBeforeUtc

The certificate not before date.

ProvisioningState

The status of the last operation.

Status

The certificate status.

Subject

The certificate subject.

Thumbprint

The certificate thumbprint.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to