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.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum KeyVaultSecretStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type KeyVaultSecretStatus =
Public Enum KeyVaultSecretStatus
- Inheritance
-
KeyVaultSecretStatus
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
AzureServiceUnauthorizedToAccessKeyVault | 5 | |
CertificateOrderFailed | 3 | |
ExternalPrivateKey | 9 | |
Initialized | 0 | |
KeyVaultDoesNotExist | 6 | |
KeyVaultSecretDoesNotExist | 7 | |
OperationNotPermittedOnKeyVault | 4 | |
Succeeded | 2 | |
Unknown | 10 | |
UnknownError | 8 | |
WaitingOnCertificateOrder | 1 |