The following table lists the supported parameters for security associations.
|
Parameter |
Description of Parameter Values |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
entity_name |
Replace entity_name with the name of the entity operated on by the associationsOperationType parameter. Valid replacement values are:
|
||||||||||||
|
associationsOperationType |
The operation to perform on the role, users, and user groups inside the <associations> block. The entity, role, users, and user groups form a security association. To perform an operation on multiple security associations, add an <associations> block in the XML file for each security association. Within the block, use one role and any combination of user names and user group names, for example: Valid values are:
|
||||||||||||
|
roleName |
The name of the role operated on by the associationsOperationType parameter. The <associations> block must have exactly one role, for example: |
||||||||||||
|
permissionName |
Use this element to add permissions without selecting a role. If you use the permissionName parameter, you cannot use the roleName parameter. The name of the permission operated on by the associationsOperationType parameter. To work with multiple permissions, add the following elements in the XML file for each permission: For a list of valid values, see User Security Permissions and Permitted Actions. |
||||||||||||
|
categoryName |
Use this element to add all of the permissions in a category without selecting a role. If you use the categoryName parameter, you cannot use the roleName parameter. The name of the permission category operated on by the associationsOperationType parameter. To work with multiple categories, add the following elements in the XML file for each category: Valid values are:
|
||||||||||||
|
userName |
The name of the user to include in the security association. To include more than one user, add <userOrGroup> and <userName> elements for each user: |
||||||||||||
|
userGroupName |
The name of the user to include in the security association. To include more than one user, add <userOrGroup> and <userName> elements for each user: |
||||||||||||
|
externalGroupName |
The name of the external user group to include in the security association. The <externalGroupName> element must be used with the <providerDomainName> element. Example: Creating a security association that includes an external user group: |
||||||||||||
|
providerDomainName |
The domain name of the external user group included in the security association. The<providerDomainName> element must be used with the <externalGroupName> element. |