Skip to main content
A newer release of this product is available.

security multi-admin-verify approval-group create

Contributors
Suggest changes

Create an Approval Group

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

Description

The security multi-admin-verify approval-group create command creates an approval group for a specified Vserver for a specified list of ONTAP users.

Parameters

-vserver <vserver> - Vserver

This specifies the Vserver name to which the approval group is associated with. This is an optional parameter. This parameter defaults to a Cluster server and supports only Cluster servers.

-name <text> - Group Name

This specifies the name of an approval group.

-approvers <text>,…​ - Approvers

This specifies the list of ONTAP users that are part of the approval group. Each specified user must belong to the specified Vserver.

[-email <mail address>,…​] - Email Addresses

This specifies the email addresses that are notified when a request is created, approved, vetoed, or executed.

Examples

The following example creates a new approval group named group1 with approver admin1 that is associated with the default Vserver cluster1:

cluster1::> security multi-admin-verify approval-group create -name group1 -approvers admin1