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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET