Skip to main content

security dynamic-authorization group create

Contributors
Suggest changes

Add a Dynamic Authorization group

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

The security dynamic-authorization group create command creates the groups to include in dynamic authorization.

Parameters

-vserver <vserver name> - Vserver

This parameter optionally specifies the Vserver of the dynamic authorization group that is being created. If this parameter is specified, the setting applies to that Vserver only. If not specified, the cluster Vserver setting is used.

-name <text> - Group Name

This parameter specifies the name of the group that will be part of dynamic authorization.

[-excluded-usernames <text>,…​] - List of Excluded Users

This parameter optionally specifies the list of users that will be excluded from dynamic authorization.

[-comment <text>] - Comment

This parameter optionally specifies the comments.

Examples

The following command creates a group test on vserver vs1 and excludes the user tsmith from dynamic authorization.

cluster1::> security dynamic-authorization group create -vserver vs1 -name test -excluded-usernames tsmith