About this resource
Representation of an access list.
Properties
| Property | Description | Type |
|---|---|---|
| createdOn | Gets the creation datetime in UTC time. | datetime |
| externalId | The ExternalId of this accessList. | string |
| id | The Id of this accessList. | guid |
| modifiedOn | Gets the last modification datetime in UTC time. | datetime |
| permission | The permission of this accessList. | int32 |
| tag | The tag of this accessList. | string |
| type | The Type of this accessList. | string |
| userGroups | The ids of the userGroups linked to this accessList. | Collection of guid items |
| users | The ids of the users linked to this accessList. | Collection of guid items |
Relations
| Method | Name | Select-key | Resource type | Description |
|---|---|---|---|---|
| GET | self | Provides a link to this resource. | ||
| GET | modifiedby | select-AccessList: modifiedby | User | Gets or sets the user that last modified this resource. |
| GET | createdby | select-AccessList: createdby | User | Gets or sets the user that created this resource. |
Actions
| Method | Action | Description | Response codes |
|---|---|---|---|
| PUT /accesslist/{accessListId} | editbyid | Edits an access list | |
| DELETE /accesslist/{accessListId} | deletebyid | Deletes an existing access list |