Click or drag to resize

RoleAssignmentCreationParams Fields

The RoleAssignmentCreationParams type exposes the following members.

Fields
  NameDescription
Public fieldCopyRuleId
Takes the Guid of a CopyRule which is executed after the creation of the roleAssignment SourceObjectId must be supplied for this to work
(Inherited from ResourceAssignmentCreationParamsBase.)
Public fieldLevel1ApprovalProcessTemplateId
Id of process template used for approval of role assignments that only require one level of approval.
(Inherited from ResourceAssignmentCreationParamsBase.)
Public fieldLevel2ApprovalProcessTemplateId
Id of process template used for approval of role assignments that require two levels of approval.
(Inherited from ResourceAssignmentCreationParamsBase.)
Public fieldNotificationMailTemplateId
Id of a mail template defined for activities. If specified a mail is sent to the step-1 approvers for the launched approval processes. This is regardless of whether the approval processes have 1 step or 2 steps.
(Inherited from ResourceAssignmentCreationParamsBase.)
Public fieldOriginId
Id of a data object (f.x. a joiner object) that is the reason why the role assignments are being created.
(Inherited from ResourceAssignmentCreationParamsBase.)
Public fieldRequestorId
UserId of the user who has requested the role assignments.
(Inherited from ResourceAssignmentCreationParamsBase.)
Public fieldRequestorReason
Stated reason from the requestor for why he has requested the role assignments.
(Inherited from ResourceAssignmentCreationParamsBase.)
Public fieldRoleApprovalProcessLaunchParametersModifier
Public fieldRoleIds
Ids of resources for which resource assignment data objects should be created.
Public fieldSkipApproval
Skip launching approval processes? Even if set to false approval processes will be skipped for role assignments that don't need approval.
(Inherited from ResourceAssignmentCreationParamsBase.)
Public fieldSkipEvents
Skip launching events at save?
(Inherited from ResourceAssignmentCreationParamsBase.)
Public fieldSourceObjectId
Source object which will be used for copying data to the newly created roleAssignment CopyRuleGuid must be specified
(Inherited from ResourceAssignmentCreationParamsBase.)
Public fieldThrowExceptionIfNoAssignmentsCreated
If set to true (default) The API throws and exception if no assignments can be created
(Inherited from ResourceAssignmentCreationParamsBase.)
Public fieldValidFrom
Role assignments will be valid from (and including) this date.
(Inherited from ResourceAssignmentCreationParamsBase.)
Public fieldValidTo
Role assignments will be valid to (and including) this date.
(Inherited from ResourceAssignmentCreationParamsBase.)
Top
See Also