ResourceAssignmentCreationParams Properties |
The ResourceAssignmentCreationParams type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccountName |
Value of accountname on the role assignment
(Inherited from ResourceAssignmentCreationParamsBase.) |
![]() | AccountSystemId |
System id of the account.
Can be 0
(Inherited from ResourceAssignmentCreationParamsBase.) |
![]() | AccountType |
Integer Id of AccounType for which the resource is valid for
(Inherited from ResourceAssignmentCreationParamsBase.) |
![]() | AttributeValues |
Dictionary where key is attributeId and value is attributevalue for the resource
The attributes (and values) in this collection are copied to the resource assignment.
If an attribute has multiple values then the string with values must be in CSV format.
Can be null.
|
![]() | ContextId |
Id of Context the identity belongs to
(Inherited from ResourceAssignmentCreationParamsBase.) |
![]() | IdentityId | (Inherited from ResourceAssignmentCreationParamsBase.) |
![]() | PolicyCheckHasViolations |
Set to true if the policy check has violations
(Inherited from ResourceAssignmentCreationParamsBase.) |
![]() | PolicyCheckResult |
The result of the policy check serialized to JSON
(Inherited from ResourceAssignmentCreationParamsBase.) |
![]() | PropertyValues |
Dictionary holding values for properties present on the role assignment data object type.
The values will be assigned to the properties of the created role assignment data objects.
The keys are property ids.
The values must correspond to the type and data type of the corredponding property.
- Value property w. datatype 'text': string
- Value property w. datatype 'integer': int
- Value property w. datatype 'datetime': DateTime
- Value property w. datatype 'decimal': double
- Value property w. datatype 'boolean': bool
- Value property w. datatype 'timespan': TimeSpan
- Reference property: ReferencePropertyValue
- Set property: SetPropertyValue
A value can also be null.
(Inherited from ResourceAssignmentCreationParamsBase.) |
![]() | ResourceId | |
![]() | SetActive |
If true the status of the role assignment is set to Active.
If false it is set to Pending.
(Inherited from ResourceAssignmentCreationParamsBase.) |