Class KeyVaultSetting
java.lang.Object
com.azure.security.keyvault.administration.models.KeyVaultSetting
The
KeyVaultSetting model.-
Constructor Summary
ConstructorsConstructorDescriptionKeyVaultSetting(String name, boolean value) Creates a newsettingwith the with the specified details. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the value of theKeyVaultSettingas aboolean.getName()Gets the name of theKeyVaultSetting.getType()Get the type of theKeyVaultSetting's value.
-
Constructor Details
-
Method Details
-
getName
Gets the name of theKeyVaultSetting.- Returns:
- The name of the
KeyVaultSetting.
-
asBoolean
public boolean asBoolean()Get the value of theKeyVaultSettingas aboolean.- Returns:
- The value of the
KeyVaultSettingas aboolean.
-
getType
Get the type of theKeyVaultSetting's value.- Returns:
- The type of the
KeyVaultSetting's value.
-