UserRoleScope Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents the user role scope.
The following tables list the members exposed by the UserRoleScope type.
Public Constructors
Name | Description | |
---|---|---|
UserRoleScope | Overloaded. Initializes a new UserRoleScope object. |
Top
Public Fields
Name | Description | |
---|---|---|
RootClassId | Specifies the root of all classes. You can use this ID in the user role scope if you want to set access on the root class. | |
RootConsoleTaskId | Specifies the root console task. You can use this ID to set access to all console tasks. | |
RootCredentialTaskId | Specifies the root credential task. You can use this ID to set access to all credential tasks. | |
RootDashboardReferenceId | Specifies the root dashboard reference. You can use this ID to set access to all dashboard references. | |
RootNonCredentialTaskId | Specifies the root non-credential task. You can use this ID to set access to all non-credential tasks. | |
RootObjectId | Specifies the root of objects. You can use this ID in the user role scope if you want to set access on the root object. | |
RootTemplateId | Specifies the root template. You can use this ID to set access to all console templates. | |
RootViewId | Specifies the root view. You can use this ID to set access to all views. |
Top
Public Properties
Name | Description | |
---|---|---|
Classes | Gets a read-only collection of classes for the user role scope. | |
ConsoleTasks | Gets a read-only collection of console tasks for the user role scope. | |
CredentialTasks | Gets a read-only collection of credential tasks for the user role scope. | |
DashboardReferences | Gets a read-only collection of dashboard references for the user role scope. | |
IsScopeFixed | Gets or sets a value that indicates whether the scope is fixed. | |
ManagementGroup | Gets the management group that the object is in. (inherited from MonitoringBase) | |
ManagementGroupId | Gets the unique identifier of the management group that owns this object. (inherited from MonitoringBase) | |
NonCredentialTasks | Gets a read-only collection of non-credential tasks for the user role scope. | |
Objects | Gets a read-only collection of object groups, services, or both for the user role scope. | |
Templates | Gets a read-only collection of templates for the user role scope. | |
Views | Gets a read-only collection of views for the user role scope. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
Reconnect | Reconnects the object to the specified management group. (inherited from MonitoringBase) | |
ToString | Overridden. Returns the relevant display string for the object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
UserRoleScope Class
Microsoft.EnterpriseManagement.Security Namespace