CommvaultEntityInfo Class
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.
Information about an Entra entity (user or group) assigned to a role.
public class CommvaultEntityInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultEntityInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultEntityInfo>
type CommvaultEntityInfo = class
interface IJsonModel<CommvaultEntityInfo>
interface IPersistableModel<CommvaultEntityInfo>
Public Class CommvaultEntityInfo
Implements IJsonModel(Of CommvaultEntityInfo), IPersistableModel(Of CommvaultEntityInfo)
- Inheritance
-
CommvaultEntityInfo
- Implements
Constructors
| Name | Description |
|---|---|
| CommvaultEntityInfo() |
Initializes a new instance of CommvaultEntityInfo. |
Properties
| Name | Description |
|---|---|
| DisplayName |
The display name of the Entra entity. |
| EntityType |
The type of entity - user or group. |
| Id |
The unique identifier (UUID) of the Entra entity. |