{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-gov/9ead083ce611c254ac9201d1e76003bd3d4b4b6b/038233c8-f2b4-3578-9ebb-30913a181d9d","info":{"title":"Cisco Umbrella for Government Tenant Controls Profiles API","version":"1.0.0","description":"Get the Tenant Controls Profiles in the Secure Access organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Tenant Controls Profiles","description":"The Tenant Controls Profiles settings."},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/policies/tenant-controls-profiles-overview.md","uri":"secure-access-api-reference-tenant-controls-profiles-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.tenantControlsProfiles:read":"Read Tenant Controls Profiles"}}}}}},"spec":{"type":"array","description":"The list of Tenant Controls profiles in the organization.","items":{"type":"object","description":"The properties of the Tenant Control profile.","properties":{"created_at":{"type":"string","format":"date-time","readOnly":true,"description":"The date and time when the system created the Tenant Controls profile setting.","example":"2024-12-13T16:07:07.222Z","$$ref":"#/components/schemas/created_at"},"id":{"type":"integer","description":"The ID of the Tenant Controls profile.","example":1234567,"$$ref":"#/components/schemas/id"},"is_default":{"type":"boolean","example":true,"description":"Specifies whether the setting is the default setting.","$$ref":"#/components/schemas/is_default"},"modified_at":{"type":"string","format":"date-time","readOnly":true,"description":"The date and time when the system modified the Tenant Controls profile setting.","example":"2024-12-13T16:07:07.222Z","$$ref":"#/components/schemas/modified_at"},"name":{"type":"string","description":"The name of the Tenant Controls profile.","example":"tenant controls profile one","$$ref":"#/components/schemas/name"},"org_id":{"type":"integer","description":"The ID of the organization.","example":1234568,"$$ref":"#/components/schemas/org_id"},"restrictions":{"type":"array","description":"The list of tenant controls.","items":{"type":"object","description":"The properties of the tenant control.","properties":{"application_id":{"type":"integer","description":"The ID of the application.","example":5000116},"application_name":{"type":"string","description":"The name of the application.","example":"YouTube"},"description":{"type":"string","description":"The text that describes the Tenant Control profile setting.","example":"The application for securing the AI model.","$$ref":"#/components/schemas/description"},"id":{"type":"integer","description":"The ID of the tenant control.","example":304346},"key_field_type":{"type":"string","description":"The type of the key field.","example":"enum"},"key_id":{"type":"integer","description":"The ID of the key.","example":10},"key_name":{"type":"string","description":"The name of the key.","example":"category"},"value":{"type":"string","description":"The value of the key category.","example":"Music"}}},"$$ref":"#/components/schemas/tenantControlsRestrictions"}}},"example":[{"created_at":"2024-04-04T18:35:24.108190","id":28034,"is_default":true,"modified_at":"2025-06-04T17:51:54.713559","name":"tenant controls profile one","org_id":8053787,"restrictions":[{"application_id":5000116,"application_name":"YouTube","description":"sample description","id":304346,"key_field_type":"enum","key_id":10,"key_name":"category","value":"Music"}]}],"$$ref":"#/components/schemas/ListTenantControlsProfilesResponse","title":"ListTenantControlsProfilesResponse"}}