RoleAssignment Class |
Namespace: Omada.OE.Solution.OIM.Assembly
public class RoleAssignment : CodeAssemblyClassBase
The RoleAssignment type exposes the following members.
Name | Description | |
---|---|---|
![]() | RoleAssignment |
Name | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
![]() | ExpireRoleAssignments |
Method sets the status of a number of referred resource assignments to Obsolete.
The action object must have a reference property populated with ResourceAssignment objects.
| ||||||||
![]() | ExpireRoleAssignments2 |
Method sets the Status and Valid To of a number of referred resource assignments.
The Status will be set to Obsolete.
The Valid To will be set to "now".
| ||||||||
![]() | ExpireRoleAssignments3 |
Method sets the Valid To of a number of referred role assignments.
The Role Assignment Status will be set to Obsolete.
The Valid To will be set to the day before yesterday.
| ||||||||
![]() | GetConfigurationParameter(IDictionaryString, String, String, Boolean) |
Returns the value of a boolean configuration parameter.
Method is intended to be used as utility in implementations of code methods
that receive a configuration string with parameters and values.
Such a configuration string can be parsed with ParseConfiguration().
(Inherited from CodeAssemblyClassBase.) | ||||||||
![]() | GetConfigurationParameter(IDictionaryString, String, String, Guid) |
Returns the value of a Guid configuration parameter.
Method is intended to be used as utility in implementations of code methods
that receive a configuration string with parameters and values.
Such a configuration string can be parsed with ParseConfiguration().
(Inherited from CodeAssemblyClassBase.) | ||||||||
![]() | GetConfigurationParameter(IDictionaryString, String, String, Int32) |
Returns the value of a int configuration parameter.
Method is intended to be used as utility in implementations of code methods
that receive a configuration string with parameters and values.
Such a configuration string can be parsed with ParseConfiguration().
(Inherited from CodeAssemblyClassBase.) | ||||||||
![]() | GetConfigurationParameter(IDictionaryString, String, String, String) |
Returns the value of a string configuration parameter.
Method is intended to be used as utility in implementations of code methods
that receive a configuration string with parameters and values.
Such a configuration string can be parsed with ParseConfiguration().
(Inherited from CodeAssemblyClassBase.) | ||||||||
![]() | ParseConfiguration |
Returns a configuration dictionary by parsing a string with key/value pairs.
(Inherited from CodeAssemblyClassBase.) | ||||||||
![]() | PopulateIdentityRoleAssignments |
This code method poupulates an identity's role assignments onto a reference property and applies
the view filters based on the reference property view filter.
| ||||||||
![]() | SetRoleAssignmentsStatus |
Method sets that status of a number of referred role assignments.
The action object must have:
- a reference property with role assignment objects.
| ||||||||
![]() | StageIdentityUpdate |
This method stages an delta import if an identity based on a role assignment
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |