ONTAP 9.17.1 commands ( CA08871-226en )

security login group modify

Modify a group configuration

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

Description

This command modifies a user group for the login method.

Parameters

-vserver <vserver name> - Vserver

This parameter optionally specifies the Vserver with which the group is associated.

-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 modifies the UUID of the group 'Eng_group' on the Vserver 'ontapcluster-1'.

cluster1::> security login group modify -vserver ontapcluster-1 -name Eng_group -type entra -uuid 2ef26315-1234-4778-9944-cf9e7b945d3d
Top of Page