Share via


SecretSyncStatus.Conditions Property

Definition

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.

public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.SecretsStoreExtension.Models.SecretSyncCondition> Conditions { get; }
member this.Conditions : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.SecretsStoreExtension.Models.SecretSyncCondition>
Public ReadOnly Property Conditions As IReadOnlyList(Of SecretSyncCondition)

Property Value

Applies to