@@ -6,8 +6,8 @@ description: |-
66
77# Data Source: linode\_ consumer\_ image\_ share\_ group\_ image\_ shares
88
9- Provides information about a list of Images that match a set of filters that have been
10- .shared in the Image Share Group that the provided Token has been accepted into
9+ Provides information about a list of Images that match a set of filters that have been
10+ .shared in the Image Share Group that the provided Token has been accepted into
1111For more information, see the [ Linode APIv4 docs] ( TODO ) .
1212
1313## Example Usage
@@ -69,14 +69,14 @@ Each Image Share will be stored in the `images_shares` attribute and will export
6969* ` is_public ` - True if the Image is public.
7070
7171* ` image_sharing ` - Details about image sharing, including who the image is shared with and by.
72- * ` shared_with ` - Details about who the image is shared with.
73- * ` sharegroup_count ` - The number of sharegroups the private image is present in.
74- * ` sharegroup_list_url ` - The GET api url to view the sharegroups in which the image is shared.
75- * ` shared_by ` - Details about who the image is shared by.
76- * ` sharegroup_id ` - The sharegroup_id from the im_ImageShare row.
77- * ` sharegroup_uuid ` - The sharegroup_uuid from the im_ImageShare row.
78- * ` sharegroup_label ` - The label from the associated im_ImageShareGroup row.
79- * ` source_image_id ` - The image id of the base image (will only be shown to producers, will be null for consumers).
72+ * ` shared_with ` - Details about who the image is shared with.
73+ * ` sharegroup_count ` - The number of sharegroups the private image is present in.
74+ * ` sharegroup_list_url ` - The GET api url to view the sharegroups in which the image is shared.
75+ * ` shared_by ` - Details about who the image is shared by.
76+ * ` sharegroup_id ` - The sharegroup_id from the im_ImageShare row.
77+ * ` sharegroup_uuid ` - The sharegroup_uuid from the im_ImageShare row.
78+ * ` sharegroup_label ` - The label from the associated im_ImageShareGroup row.
79+ * ` source_image_id ` - The image id of the base image (will only be shown to producers, will be null for consumers).
8080
8181* ` size ` - The minimum size this Image needs to deploy. Size is in MB. example: 2500
8282
0 commit comments