MzRoleAssignment
Represents a computer-level role assignment.
Syntax
public interface IMzRoleAssignment : IRoleAssignment
Methods
The MzRoleAssignment
class provides the following methods:
Properties
The MzRoleAssignment
class provides the following properties:
Property | Description |
---|---|
CustomAttributes
|
VBScript only: Gets or sets custom attributes for this class. |
EndTime
|
Determines the time at which this role becomes inactive. (Inherited from RoleAssignment .) |
Id
|
Gets the GUID of the role assignment. (Inherited from RoleAssignment.) |
IsRoleOrphaned
|
Indicates whether the role assignment is orphaned due to a missing or invalid role. (Inherited from RoleAssignment .) |
IsTrusteeOrphaned
|
Indicates whether the role assignment is orphaned due to a missing or invalid trustee. (Inherited from RoleAssignment .) |
LocalTrustee
|
Gets or sets the local trustee being assigned. (Inherited from RoleAssignment.) |
Role
|
Gets or sets the role the trustee is assigned to. (Inherited from RoleAssignment .) |
StartTime
|
Gets or sets the time from which this role becomes effective. (Inherited from RoleAssignment .) |
TrusteeDn
|
Gets or sets the distinguished name of the trustee assigned this role. (Inherited from RoleAssignment .) |
TrusteeType
|
Gets or sets the trustee type of the role assignment. (Inherited from RoleAssignment .) |