SecretSyncStatus.Conditions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)