List and filter on Image Share Group Members.
| Field | Type | Required | Description |
|---|---|---|---|
api_token |
str |
Required | The Linode account personal access token. It is necessary to run the module. It can be exposed by the environment variable LINODE_API_TOKEN instead. See details in Usage. |
- name: List all of the Image Share Group Members for the specified Share Group
linode.cloud.image_share_group_member_list:
sharegroup_id: 123| Field | Type | Required | Description |
|---|---|---|---|
sharegroup_id |
int |
Required | The parent Image Share Group for the Image Share Group Members. |
order |
str |
Optional | The order to list Image Share Group Members in. (Choices: desc, asc; Default: asc) |
order_by |
str |
Optional | The attribute to order Image Share Group Members by. |
filters (sub-options) |
list |
Optional | A list of filters to apply to the resulting Image Share Group Members. |
count |
int |
Optional | The number of Image Share Group Members to return. If undefined, all results will be returned. |
| Field | Type | Required | Description |
|---|---|---|---|
name |
str |
Required | The name of the field to filter on. Valid filterable fields can be found here. |
values |
list |
Required | A list of values to allow for this field. Fields will pass this filter if at least one of these values matches. |
-
image_share_group_members- The returned Image Share Group Members.- Sample Response:
[ { "created": "2025-08-04T10:07:59", "expiry": "2025-08-04T10:08:01", "label": "member-label", "status": "active", "token_uuid": "4591075e-4ba8-43c9-a521-928c3d4a135d", "updated": "2025-08-04T10:08:00" } ] - See the Linode API response documentation for a list of returned fields
- Sample Response: