ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security login role delete

    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
    Top of Page