{ "opencollection": "1.0.0", "info": { "name": "Managed Access Lockbox Access Context Attribute API", "version": "20220126" }, "items": [ { "info": { "name": "lockboxAccessContextAttribute", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of lockboxAccessContextAttributes", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220126/lockboxAccessContextAttributes", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "partnerId", "value": "", "type": "query", "description": "The unique identifier (OCID) of the associated partner." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources their lifecycleState matches the given lifecycleState." }, { "name": "name", "value": "", "type": "query", "description": "A filter to return the access context attribute that matches the entire name given." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.\n" } ] }, "docs": "Returns a list of LockboxAccessContextAttributes.\n" }, { "info": { "name": "Creates a new LockboxAccessContextAttribute", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220126/lockboxAccessContextAttributes", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new LockboxAccessContextAttribute.\n" }, { "info": { "name": "Get LockboxAccessContextAttribute", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220126/lockboxAccessContextAttributes/:lockboxAccessContextAttributeId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "lockboxAccessContextAttributeId", "value": "", "type": "path", "description": "unique AccessContextAttribute identifier" } ] }, "docs": "Get an LockboxAccessContextAttribute by identifier" }, { "info": { "name": "Update the LockboxAccessContextAttribute identified by the id", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220126/lockboxAccessContextAttributes/:lockboxAccessContextAttributeId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "lockboxAccessContextAttributeId", "value": "", "type": "path", "description": "unique AccessContextAttribute identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the LockboxAccessContextAttribute" }, { "info": { "name": "Delete a provisioned LockboxAccessContextAttribute", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220126/lockboxAccessContextAttributes/:lockboxAccessContextAttributeId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "lockboxAccessContextAttributeId", "value": "", "type": "path", "description": "unique AccessContextAttribute identifier" } ] }, "docs": "Deletes a LockboxAccessContextAttribute resource by identifier" } ] } ], "bundled": true }