Share via


SecretSyncStatus Class

Definition

SecretSyncStatus defines the observed state of the secret synchronization process.

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

Properties

Conditions

Conditions represent the status of the secret create and update processes. The status can be True, False, or Unknown with various reasons and messages explaining the state. Examples of reasons include CreateSucceeded, ProviderError, InvalidClusterSecretLabelError, InvalidClusterSecretAnnotationError, UnknownError, ValidatingAdmissionPolicyCheckFailed, UserInputValidationFailed, ControllerSpcError, ControllerInternalError, NoValueChange, and ValueChangeOrForceUpdateDetected.

LastSuccessfulSyncOn

LastSuccessfulSyncTime represents the last time the secret was retrieved from the Provider and updated.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SecretSyncStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecretSyncStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecretSyncStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecretSyncStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecretSyncStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to