PermissionAssignmentInputType
is used to input data for a parser test run.
Table: PermissionAssignmentInputType
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 19, 2024 | |||||
actor | ActorInput | yes | Preview | The user or group to assign permissions. See ActorInput . | |
permissionSet | PermissionSetInput | yes | Preview | The set of permissions the given actor will gain for the resource. See PermissionSetInput . | |
resource | string | yes | Preview | Path of the resource for which the permissions are assigned. Can be either a search domain or a specific asset in a search domain. For examples, a search domain with ID 123 would be, "searchdomain/123". A dashboard with ID 321 in a search domain with ID 123 would be, "searchdomain/123/dashboard/321". |