public static enum KeyVaultProperties.Property extends Enum<KeyVaultProperties.Property>
| Enum Constant and Description |
|---|
ALLOW_TELEMETRY |
CASE_SENSITIVE_KEYS |
CERTIFICATE_PASSWORD |
CERTIFICATE_PATH |
CLIENT_ID |
CLIENT_KEY |
ENABLED |
ORDER |
REFRESH_INTERVAL |
SECRET_KEYS |
TENANT_ID |
URI |
| Modifier and Type | Method and Description |
|---|---|
static KeyVaultProperties.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyVaultProperties.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyVaultProperties.Property ALLOW_TELEMETRY
public static final KeyVaultProperties.Property CASE_SENSITIVE_KEYS
public static final KeyVaultProperties.Property CERTIFICATE_PASSWORD
public static final KeyVaultProperties.Property CERTIFICATE_PATH
public static final KeyVaultProperties.Property CLIENT_ID
public static final KeyVaultProperties.Property CLIENT_KEY
public static final KeyVaultProperties.Property ENABLED
public static final KeyVaultProperties.Property ORDER
public static final KeyVaultProperties.Property REFRESH_INTERVAL
public static final KeyVaultProperties.Property SECRET_KEYS
public static final KeyVaultProperties.Property TENANT_ID
public static final KeyVaultProperties.Property URI
public static KeyVaultProperties.Property[] values()
public static KeyVaultProperties.Property valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 Microsoft Corporation. All rights reserved.