{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-gov/9ead083ce611c254ac9201d1e76003bd3d4b4b6b/1416204d-a3eb-3b4d-a1fc-4d01aedf1895","info":{"title":"Cisco Secure Access for Government 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.secureaccessfed.cisco.com/{basePath}","variables":{"basePath":{"default":"policies/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.secureaccessfed.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":"array","description":"The list of policy setting types.","items":{"type":"object","properties":{"serviceScopes":{"type":"array","description":"The list of services that are related to the policy setting type.","items":{"type":"string"},"example":[]},"settingForRulesets":{"type":"boolean","description":"Specifies whether the setting is for the rulesets.","example":false},"settingId":{"type":"integer","description":"The ID of the setting.","example":12355},"settingName":{"type":"string","description":"The name of the rule setting.","enum":["sse.decryption.logInternet","sse.decryption.logPrivate","sse.globalIPSEnabled","sse.ztaAuthnTimeoutEnabled","sse.tenantControlProfileId","sse.ztaAuthnTimeoutMinutes","sse.ztnaSessionTimeoutMinutes","umbrella.m365Compatibility","umbrella.posture.webProfileId","umbrella.posture.ipsProfileId","umbrella.posture.profileIdClientbased","umbrella.logLevel","umbrella.default.traffic"],"example":"umbrella.logLevel","$$ref":"#/components/schemas/settingName"},"typeDescription":{"type":"string","description":"The type of the setting description.","enum":["boolean","integer"],"example":"boolean"},"typeName":{"type":"string","description":"The type of the setting name.","enum":["boolean","integer"],"example":"integer"},"typeDefaultValue":{"type":"boolean","description":"Specifies whether the setting has the default value.","example":false},"settingDescription":{"type":"string","description":"The description of the access rule setting.","example":"Bypass for decryption.","$$ref":"#/components/schemas/settingDescription"},"typeValidationRegex":{"type":"string","description":"The regex pattern for validating the type."},"settingForRules":{"type":"boolean","description":"Specifies whether the setting is for the rules.","example":false},"settingForOrganizations":{"type":"boolean","description":"Specifies whether the setting is for the organization.","example":false}}},"$$ref":"#/components/schemas/SettingTypesResponse","title":"SettingTypesResponse"}}