Click or drag to resize

SurveyApprovalCreateAndLaunchOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OIS.AccessRequestSurveyApprovalSurveyApprovalCreateAndLaunchOptions

Namespace:  Omada.OIS.AccessRequestSurveyApproval
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class SurveyApprovalCreateAndLaunchOptions

The SurveyApprovalCreateAndLaunchOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAccountName
Accountname which will be added to the "ACCOUNTNAME" property on the ResourceAssignment dataobject
Public propertyAccountSystemId
System id of the account
Public propertyAccountType
Integer Id of AccounType for which the resource is valid for
Public propertyContextId
Id of Context the identity belongs to
Public propertyIdentityIds
Ids of the identities who the resource assignments are for.
Public propertyOriginId
Id of a data object (f.x. a access request target object) that is the reason why the resource assignments are being created.
Public propertyPolicyCheckHasViolations
Set to true if the policy check has violations
Public propertyPolicyCheckResult
The result of the policy check serialized to JSON
Public propertyRequestorId
User id of the requestor.
Public propertyRequestorReason
Stated reason from the requestor for why he has made the request.
Public propertyResourceAttributesList
Attribute values for the resources to be assigned.
Public propertyResourceIds
Ids of the resources to be assigned.
Public propertySurveyProcessTemplateUId
Id of the survey approval process template id. If not specified the CreateAssignmentsAndHandleApproval api will look it up itself from the customer settings.
Public propertyValidFrom
The requested valid from date.
Public propertyValidTo
The requested valid to date.
Top
Fields
  NameDescription
Public fieldSkipEvents
Skip events on creation on ResourceAssignment objects
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also