Class KeyVaultRoleAssignment
java.lang.Object
com.azure.security.keyvault.administration.models.KeyVaultRoleAssignment
A class that defines a role assignment.
-
Constructor Summary
ConstructorsConstructorDescriptionKeyVaultRoleAssignment(String id, String name, String type, KeyVaultRoleAssignmentProperties properties) Creates a newrole assignmentwith the specified details. -
Method Summary
Modifier and TypeMethodDescriptiongetId()Get therole assignmentID.getName()Get therole assignmentname.Get therole assignmentproperties.getType()Get therole assignmenttype.
-
Constructor Details
-
KeyVaultRoleAssignment
public KeyVaultRoleAssignment(String id, String name, String type, KeyVaultRoleAssignmentProperties properties) Creates a newrole assignmentwith the specified details.- Parameters:
id- The ID for thisrole assignment.name- The name of thisrole assignment.type- The type of thisrole assignment.properties-propertiesof thisrole assignment.
-
-
Method Details
-
getId
Get therole assignmentID.- Returns:
- The
role assignmentID.
-
getName
Get therole assignmentname.- Returns:
- The
role assignmentname.
-
getType
Get therole assignmenttype.- Returns:
- The
role assignmenttype.
-
getProperties
Get therole assignmentproperties.- Returns:
- The
role assignmentproperties.
-