KeyVaultSecretStatus Enum
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.
Status of the Key Vault secret.
public enum KeyVaultSecretStatus
type KeyVaultSecretStatus =
Public Enum KeyVaultSecretStatus
- Inheritance
-
KeyVaultSecretStatus
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown. |
Initialized | 1 | Initialized. |
WaitingOnCertificateOrder | 2 | WaitingOnCertificateOrder. |
Succeeded | 3 | Succeeded. |
CertificateOrderFailed | 4 | CertificateOrderFailed. |
OperationNotPermittedOnKeyVault | 5 | OperationNotPermittedOnKeyVault. |
AzureServiceUnauthorizedToAccessKeyVault | 6 | AzureServiceUnauthorizedToAccessKeyVault. |
KeyVaultDoesNotExist | 7 | KeyVaultDoesNotExist. |
KeyVaultSecretDoesNotExist | 8 | KeyVaultSecretDoesNotExist. |
UnknownError | 9 | UnknownError. |
ExternalPrivateKey | 10 | ExternalPrivateKey. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET