Class KeyVaultRoleType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KeyVaultRoleType>
com.azure.security.keyvault.administration.models.KeyVaultRoleType
public final class KeyVaultRoleType
extends com.azure.core.util.ExpandableStringEnum<KeyVaultRoleType>
Defines values for
KeyVaultRoleType.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KeyVaultRoleTypeStatic value AKVBuiltInRole forKeyVaultRoleType.static final KeyVaultRoleTypeStatic value CustomRole forKeyVaultRoleType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyVaultRoleTypefromString(String name) Creates or finds aKeyVaultRoleTypefrom its string representation.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
BUILT_IN_ROLE
Static value AKVBuiltInRole forKeyVaultRoleType. -
CUSTOM_ROLE
Static value CustomRole forKeyVaultRoleType.
-
-
Constructor Details
-
KeyVaultRoleType
public KeyVaultRoleType()
-
-
Method Details
-
fromString
Creates or finds aKeyVaultRoleTypefrom its string representation.- Parameters:
name- A name to look for.- Returns:
- The corresponding
KeyVaultRoleType.
-