{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/28c42199-71bc-32ee-998e-c19bc5c8456e","info":{"title":"Cisco Secure Access Private Resources and Resource Groups API","description":"Manage the Private Resources and Resource Groups in the organization.","version":"1.0.0","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Resource Groups","description":"The Secure Access Private Resource Groups"},{"name":"Private Resources","description":"The Secure Access Private Resources"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/policies/private-resources-overview.md","uri":"secure-access-api-reference-private-resources-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.privateresourcegroups:read":"Read the Private Resource Groups resources","policies.privateresourcegroups:write":"Write the Private Resource Groups resources","policies.privateresources:read":"Read the Private Resources resources","policies.privateresources:write":"Write the Private Resources resources"}}}}}},"spec":{"type":"object","description":"Get the Resource Group.","properties":{"resourceGroupId":{"type":"integer","description":"The ID of the Private Resource Group.","readOnly":true,"example":1122321},"name":{"type":"string","description":"The name of the Private Resource Group.\nThe Private Resource Group name must not have any special characters other than spaces and hyphens.","maxLength":100,"pattern":"^[a-zA-Z0-9- ]+$","example":"Westcoast Data Center","$$ref":"#/components/schemas/privateResourceGroupName"},"description":{"type":"string","description":"The description of the Private Resource Group.","maxLength":255,"example":"Private resources in Westcoast Data Center","$$ref":"#/components/schemas/descriptionPrivateResourceGroup"},"resourceIds":{"type":"array","description":"The list of IDs for the private resources that belong in the group.\nThe list may be empty.","items":{"type":"integer","example":255,"description":"The private resource ID."},"example":[1234,562],"$$ref":"#/components/schemas/resourceIds"},"createdAt":{"type":"string","format":"date-time","readOnly":true,"example":"2021-12-13T16:07:07.222Z","description":"The date and time when the Private Resource Group was created."},"modifiedAt":{"type":"string","format":"date-time","readOnly":true,"example":"2021-12-13T16:07:07.222Z","description":"The date and time when the Private Resource Group was updated."},"createdBy":{"type":"string","description":"The ID of the user who created the Private Resource Group.","example":"123456"},"modifiedBy":{"type":"string","description":"The ID of the user who last modified the Private Resource Group.","example":"987654"}},"example":{"resourceGroupId":1122341,"name":"namePrivateResourceGroup","description":"The description of the private resource group.","resourceIds":[1234,5661],"createdAt":"2021-12-13T16:07:07.222Z","modifiedAt":"2021-12-13T16:07:07.222Z","createdBy":"123455","modifiedBy":"12345"},"$$ref":"#/components/schemas/privateResourceGroupResponse","title":"privateResourceGroupResponse"}}