SecretRotationStatus Class

Definition

SecretRotationStatus represents the status of a secret rotation.

public class SecretRotationStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.SecretRotationStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.SecretRotationStatus>
type SecretRotationStatus = class
    interface IJsonModel<SecretRotationStatus>
    interface IPersistableModel<SecretRotationStatus>
Public Class SecretRotationStatus
Implements IJsonModel(Of SecretRotationStatus), IPersistableModel(Of SecretRotationStatus)
Inheritance
SecretRotationStatus
Implements

Properties

ExpirePeriodDays

The maximum number of days the secret may be used before it must be changed.

LastRotationOn

The date and time when the secret was last changed.

RotationPeriodDays

The number of days a secret exists before rotations will be attempted.

SecretArchiveReference

The reference to the secret in a key vault.

SecretType

The type name used to identify the purpose of the secret.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SecretRotationStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecretRotationStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecretRotationStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecretRotationStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecretRotationStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to