Delete an access control role
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The security login role delete command deletes an access-control role.
Parameters
- -vserver <Vserver Name> - Vserver
- This optionally specifies the Vserver name associated with the role.
- -role <text> - Role Name
- This specifies the role that is to be deleted.
- -cmddirname <text> - Command / Directory
- This specifies the command or command directory to which the role has access. To specify the default setting, use the special value "DEFAULT".
Examples
The following command deletes an access-control role with the role name readonly and the command access "volume" for Vserver vs.example.com.
cluster1::> security login role delete -role readonly -cmddirname volume -vserver vs.example.com