ONTAP 9.17.1 commands ( CA08871-226en )

security login group role-mapping delete

Delete a role mapping

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

Description

This command deletes a mapping between a group and a role.

Parameters

-group-id <integer> - Group ID

The group ID of the group-role mapping to delete.

-role <text> - Role Name

The role name of the group-role mapping to delete.

Examples

This command deletes a group to role mapping for the group-id 1 and the role "admin".

cluster1::> security login group role-mapping delete -group-id 1 -role admin
Top of Page