{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/1416204d-a3eb-3b4d-a1fc-4d01aedf1895","info":{"title":"Cisco Secure Access Policy Rules and Rule Settings APIs","version":"1.0.1","description":"Create and manage the access rules and rule settings in the Access policy.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Access Rules","description":"The API endpoints that manage the access rules for the organization."},{"name":"Rule Settings and Defaults","description":"The API endpoints that manage the rule settings and defaults on the access rules."},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/policies/policy-rules-overview.md","uri":"secure-access-api-reference-policy-rules-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"policies/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"policies.settings:write":"Write policies global rule settings","policies.settings:read":"Read policies global rule settings","policies.rules:read":"Read policies access rules","policies.rules:write":"Write policies access rules"}}}}}},"spec":{"type":"object","description":"The source and destination properties. Use these properties to filter your collection of rules.","properties":{"sources":{"type":"array","description":"The list of sources to filter your collection of rules.","items":{"type":"object","description":"Filter on the property and value of the source.","additionalProperties":{"oneOf":[{"type":"string"},{"type":"integer"}]},"example":{"umbrella.source.identity_ids":"*"},"$$ref":"#/components/schemas/RuleFilterSourcesExample"}},"destinations":{"type":"array","description":"The list of destinations to filter your collection of rules.","items":{"type":"object","description":"Filter on the property and value of the destination.","additionalProperties":{"oneOf":[{"type":"string"}]},"example":{"umbrella.destination.private_resource_ids":"*"},"$$ref":"#/components/schemas/RuleFilterDestinationsExample"}}},"example":{"sources":[{"umbrella.source.identity_type_id":3}],"destinations":[{"umbrella.destination.private_resource_ids":"*"}]},"$$ref":"#/components/schemas/RuleSourceDestFilters","title":"RuleSourceDestFilters"}}