Skip to main content

security dynamic-authorization rule delete

Contributors
Suggest changes

Delete a dynamic authorization rule

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

Description

The security dynamic-authorization rule delete command deletes a custom dynamic authorization rule for an operation. It can be used to delete a custom dynamic authorization rule that was configured using the security dynamic-authorization rule create command.

Parameters

-vserver <vserver name> - Vserver

This parameter optionally specifies the Vserver associated with the custom dynamic authorization rule.

-operation <Command or Command Directory> - Command or Command Directory

This parameter specifies the operation for the custom dynamic authorization rule to be deleted.

Examples

The following command deletes a custom dynamic authorization rule for the network port ifgrp operation for the Administrative Vserver.

cluster1::> security dynamic-authorization rule delete -vserver cluster1 -operation "network port ifgrp"

The following command deletes a custom dynamic authorization rule for the vserver services nis-domain create operation for the data Vserver vs1.example.com .

cluster1::> security dynamic-authorization rule delete -vserver vs1.example.com -operation "vserver services nis-domain create"