Description
Adds an Access Control List (ACL) to a view.
Parameters
Name | Description |
---|---|
configurationId |
Location: query Type: integer (int64) The object ID of the configuration on which ACL need to be added.
|
name |
Location: query Type: string The name of the ACL.
|
properties |
Location: query Type: string A string containing the comma-separated list of options in the following
format:
where:
Note: Use an exclamation mark (!) to exclude a certain option. For example,
!none, !acl aclName, !10/ 24, etc.
|
Responses
Code | Description |
---|---|
201 |
Type: integer (int64) Returns the object ID for the new ACL object.
|