CommvaultRoleName Struct
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.
Supported Commvault role names.
public readonly struct CommvaultRoleName : IEquatable<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultRoleName>
type CommvaultRoleName = struct
Public Structure CommvaultRoleName
Implements IEquatable(Of CommvaultRoleName)
- Inheritance
-
CommvaultRoleName
- Implements
Constructors
| Name | Description |
|---|---|
| CommvaultRoleName(String) |
Initializes a new instance of CommvaultRoleName. |
Properties
| Name | Description |
|---|---|
| BackupAdmin |
Backup Administrator - full access to all resources. |
| BackupOperator |
Backup Operator - can manage resources but cannot delete storage or plans. |
| BackupUser |
Backup User - can manage protection groups, read-only on plans and storage. |
| MultiPersonAuthorization |
MPA Administrator - can authorize critical operations protected by MPA. |
| SecurityAdmin |
Security Administrator - can manage CCA enrollment and user management. |
Methods
| Name | Description |
|---|---|
| Equals(CommvaultRoleName) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(CommvaultRoleName, CommvaultRoleName) |
Determines if two CommvaultRoleName values are the same. |
| Implicit(String to CommvaultRoleName) |
Converts a string to a CommvaultRoleName. |
| Implicit(String to Nullable<CommvaultRoleName>) | |
| Inequality(CommvaultRoleName, CommvaultRoleName) |
Determines if two CommvaultRoleName values are not the same. |