Delen via


SecretRotationStatus Class

Definition

SecretRotationStatus represents the status of a secret rotation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.SecretRotationStatusTypeConverter))]
public class SecretRotationStatus : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISecretRotationStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.SecretRotationStatusTypeConverter))>]
type SecretRotationStatus = class
    interface ISecretRotationStatus
    interface IJsonSerializable
Public Class SecretRotationStatus
Implements ISecretRotationStatus
Inheritance
SecretRotationStatus
Attributes
Implements

Constructors

SecretRotationStatus()

Creates an new SecretRotationStatus instance.

Properties

ExpirePeriodDay

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

LastRotationTime

The date and time when the secret was last changed.

RotationPeriodDay

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

SecretArchiveReferenceKeyVaultId

The resource ID of the key vault containing the secret.

SecretArchiveReferenceSecretName

The name of the secret in the key vault.

SecretArchiveReferenceSecretVersion

The version of the secret in the key vault.

SecretType

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SecretRotationStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SecretRotationStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISecretRotationStatus.

FromJsonString(String)

Creates a new instance of SecretRotationStatus, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SecretRotationStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to