RoleAssignmentControllerCreateRoleAssignments Method |
| Name | Description | |
|---|---|---|
| CreateRoleAssignments(CodeMethodRoleAssignmentCreationParams) |
The method creates a number of resource assignments for a number of identities.
The method is a utility to be used for the implementation of code methods.
The method creates resource assignment objects for a number of specified resources.
The method launches approval processes if this is needed.
| |
| CreateRoleAssignments(RoleAssignmentCreationParams, DataObjects) |
Creates resource assignment objects for a single identity to a number of resources.
The method launches approval processes if this is needed.
| |
| CreateRoleAssignments(CodeMethodRoleAssignmentCreationParams, SqlConnection, SqlTransaction) |
The method creates a number of resource assignments for a number of identities.
The method is a utility to be used for the implementation of code methods.
The method creates resource assignment objects for a number of specified resources.
The method launches approval processes if this is needed.
| |
| CreateRoleAssignments(RoleAssignmentCreationParams, DataObjects, SqlConnection, SqlTransaction) |
Creates resource assignment objects for a single identity to a number of resources.
The method launches approval processes if this is needed.
|