SelfMgmtConfiguration Class |
Namespace: Omada.OE.Solution.OIM.Model
[SerializableAttribute] public class SelfMgmtConfiguration : ICloneable
The SelfMgmtConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | SelfMgmtConfiguration |
Name | Description | |
---|---|---|
![]() | DefaultResource |
The default resource should be assigned here.
|
![]() | DefaultResourceId |
Id of the resource that will be assigned as an "additional assignment" based on explicit ownerships.
|
![]() | ExplicitOwnerProperties |
Corresponds to ExplicitOwnerPropertyNames.
Can be null.
|
![]() | ExplicitOwnerPropertyNames |
Comma separated string containing system names of a MV reference property for users that holds the explicit owners/managers of the managed object.
Is not required to specify.
Example: "EXPLICITOWNER"
|
![]() | IdAttribute |
System name of an assignment attribute (that is, a property) that holds ids of managed objects on a CRA.
Example: "SM_SYSTEMS"
|
![]() | IdProperty |
Corresponds to IdPropertyName.
|
![]() | IdPropertyName |
System name of a text property on the ManagedObjectType that uniquely identifies a managed object.
Example: "SYSTEMID"
|
![]() | ManagedObjectType |
Corresponds to ManagedObjectTypeName.
|
![]() | ManagedObjectTypeName |
System name of DOT of the data objects that are managed by the resource (type).
Example: "System"
|
![]() | ManagerGroupId |
Corresponds to ManagerGroupUId.
|
![]() | ManagerGroupUId |
UId of a user group that an identity, who has an assignment for a "manager resource", should be added to.
Can be empty.
|
![]() | OwnerProperty |
Corresponds to OwnerPropertyName.
Is, however, null if OwnerPropertyName == "$MEMBERS$".
|
![]() | OwnerPropertyName |
System name of a MV reference property for users that holds the owners/managers of the managed object.
If ManagedObjectType is "USERGROUP" then the special value "$MEMBERS$" is also legal for OwnerProperty.
Example: "OWNERREF"
|
![]() | ResourceType |
The resource type data which the configuration belongs to.
Example: "OIS System Owner Role Type"
|
Name | Description | |
---|---|---|
![]() ![]() | GroupMembersPseudoProperty |
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.) |