IAdmRole
The IAdmRole interface represents a security role.
Inheritance: IAdmTop
Properties
-
Property
-
Description
-
RoleName
-
Gets the name of the security role.
-
Description
-
Gets or sets an optional description for the security role.
-
Disabled
-
Gets or sets a value that indicates whether the security role is disabled.
-
Permissions
-
Gets a collection of permissions the security role provides.
-
Assignments
-
Gets a collection of assignments of the security role.
-
ParentRoles
-
Gets a collection of parent security roles of the current security role.
Details
RoleName
Gets the name of the security role.
- Type:
- string
- Access:
- Read-only
Description
Gets or sets an optional description for the security role.
- Type:
- string
- Access:
- Read/Write
Disabled
Gets or sets a value that indicates whether the security role is disabled.
- Type:
- bool
- Access:
- Read/Write
Permissions
Gets a collection of permissions that the security role provides. Each permission is represented by the IAdmRolePermissionEntry interface.
- Type:
- IAdmCollection
- Access:
- Read-only
Assignments
Gets a collection of assignments of the security role. Each assignment is represented by the IAdmRoleAssignment interface.
- Type:
- IAdmCollection
- Access:
- Read-only
ParentRoles
Gets a collection of parent security roles of the current security role. Each parent security role is represented by the IAdmRole interface.
- Type:
- IAdmCollection
- Access:
- Read-only
Requirements
Minimum required version: 2009.1