security login group create
Add a group configuration
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
This command creates a user group for the login method. A group can only be created with the type entra
.
Parameters
-vserver <vserver name>
- Vserver-
This parameter optionally specifies the Vserver with which the group is associated. If this parameter is specified, the group is associated with that specific Vserver. If not specified, the group is associated with the cluster.
-name <text>
- Group Name-
The name of the group.
-type <entra>
- Group Type-
This parameter specifies the IDP the group originates from.
[-uuid <UUID>]
- Group UUID-
Specifies the universally unique identifier of the group.
[-comment <text>]
- Comment-
This parameter optionally specifies any comments or notes related to the group.
Examples
This command creates a group named 'Eng_group' for the Vserver 'ontapcluster-1', with the specified UUID and a comment indicating it's an 'Engineering Group'.
cluster1::> security login group create -vserver ontapcluster-1 -name Eng_group -type entra -uuid 2ef26315-b95e-4778-9944-cf9e7b945d3d -comment "Engineering Group"