{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/285f00e0-2a84-3aa5-a063-4c30a2b82db0","info":{"title":"Cisco Secure Access Resource Connector Groups and Resource Connectors API","description":"Manage the Resource Connector Groups and Resource Connectors in the organization.\n","version":"1.0.0","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Connector Groups","description":"Manage the Resource Connector Groups."},{"name":"Connectors","description":"Manage the Resource Connectors."},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/deployments/connector-groups-overview.md","uri":"secure-access-api-reference-connector-groups-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"deployments/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"Client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"deployments.resourceconnectors:read":"Read the Resource Connector Group or Connector resources","deployments.resourceconnectors:write":"Write the Resource Connector Group or Connector resources"}}}}}},"spec":{"type":"array","description":"Update the list of properties on the Connector.","items":{"type":"object","description":"The properties to set on the Connector.","properties":{"op":{"description":"The label that describes the type of operation.","type":"string","enum":["replace"],"example":"replace","$$ref":"#/components/schemas/op"},"path":{"type":"string","enum":["/enabled","/confirmed","/revoked"],"description":"The Connector property.\nYou can set the following properties on the Connector: `enabled`, `confirmed`, and `revoked`.","example":"/enabled"},"value":{"type":"boolean","description":"The value of the property. When the value of the `path` field is `confirmed` or `revoked`, set the `value` property to `true`.","example":true}}},"example":[{"op":"replace","path":"/confirmed","value":true}],"$$ref":"#/components/schemas/connectorPatchReq","title":"connectorPatchReq"}}