Skip to content

AdminAuthorizations

The AdminAuthorizations script library provides script procedures that configure security authorization groups.

The AdminAuthorizations script library provides the following script procedures. To display detailed information about each script procedure, use the help command for the AdminAuthorizations script library, specifying the name of the script of interest as an argument.

AdminAuthorizations.addResourceToAuthorizationGroup(*args)

Add a resource to an existing authorization group.

AdminAuthorizations.createAuthorizationGroup(*args)

Create a new authorization group.

AdminAuthorizations.deleteAuthorizationGroup(*args)

Delete an existing authorization group.

AdminAuthorizations.help(*args)

Display the script procedures that the AdminClusterManagement script library supports.

To display detailed help for a specific script, specify the name of the script of interest

AdminAuthorizations.listAuthorizationGroups(*args)

List the existing authorization groups in your configuration.

AdminAuthorizations.listAuthorizationGroupsForGroupID(*args)

List authorization groups to which a specific group has access.

AdminAuthorizations.listAuthorizationGroupsForUserID(*args)

List authorization groups to which a specific user has access.

AdminAuthorizations.listAuthorizationGroupsOfResource(*args)

List each authorization group to which a specific resource is mapped.

AdminAuthorizations.listGroupIDsOfAuthorizationGroup(*args)

Display the group IDs and access level that are associated with a specific authorization group.

AdminAuthorizations.listResourcesForGroupID(*args)

Display the resources that a specific group ID can access.

AdminAuthorizations.listResourcesForUserID(*args)

Display the resources that a specific user ID can access.

AdminAuthorizations.listResourcesOfAuthorizationGroup(*args)

Display the resources that are associated with a specific authorization group.

AdminAuthorizations.listUserIDsOfAuthorizationGroup(*args)

Display the user IDs and access level that are associated with a specific authorization group.

AdminAuthorizations.mapGroupsToAdminRole(*args)

Map group IDs to one or more administrative roles in the authorization group.

The name of the authorization group that you provide determines the authorization table. The group ID can be a short name or fully qualified domain name in case LDAP user registry is used.

AdminAuthorizations.mapUsersToAdminRole(*args)

Map user IDs to one or more administrative roles in the authorization group.

The name of the authorization group that you provide determines the authorization table. The user ID can be a short name or fully qualified domain name in case LDAP user registry is used.

AdminAuthorizations.removeGroupFromAllAdminRoles(*args)

Remove a specific group from an administrative role in each authorization group in your configuration.

AdminAuthorizations.removeGroupsFromAdminRole(*args)

Remove specific groups from an administrative role in the authorization group of interest.

AdminAuthorizations.removeResourceFromAuthorizationGroup(*args)

Remove a specific resource from the authorization group of interest.

AdminAuthorizations.removeUserFromAllAdminRoles(*args)

Remove a specific user from an administrative role in each authorization group in your configuration.

AdminAuthorizations.removeUsersFromAdminRole(*args)

Remove specific users from an administrative role in the authorization group of interest.