{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Attached Policies API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Attached Policies", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Core List Attached Policies", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/attached-policies/:target", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "target", "value": "", "type": "path", "description": "The group or principal for which the policies will be listed. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id)." }, { "name": "recursive", "value": "", "type": "query", "description": "When true, recursively list attached policies." }, { "name": "marker", "value": "", "type": "query", "description": "The token to retrieve the next set of results." }, { "name": "pageSize", "value": "", "type": "query", "description": "The maximum number of results to be returned per request." } ] }, "docs": "
Lists the policies attached to the specified thing group.
Requires permission to access the ListAttachedPolicies action.
" } ] } ], "bundled": true }