{"type":"model","meta":{"id":"/apps/pubhub/media/cdo-api-documentation/ee9bdf946673e45c4f256a22e0a754e29a9b2098/9b0e4c9a-48cb-3530-a00a-1f32fbf2438c","info":{"title":"Cisco Security Cloud Control Firewall Manager API","version":"1.15.0","description":"Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer","contact":{"name":"Cisco Security Cloud Control TAC","email":"cdo.tac@cisco.com"}},"openapi":"3.0.1","servers":[{"url":"https://api.us.security.cisco.com/firewall","description":"US"},{"url":"https://api.eu.security.cisco.com/firewall","description":"EU"},{"url":"https://api.apj.security.cisco.com/firewall","description":"APJ"},{"url":"https://api.au.security.cisco.com/firewall","description":"AUS"},{"url":"https://api.in.security.cisco.com/firewall","description":"IN"},{"url":"https://api.int.security.cisco.com/firewall","description":"Staging"},{"url":"https://scale.manage.security.cisco.com/api/rest","description":"Scale"},{"url":"https://ci.manage.security.cisco.com/api/rest","description":"CI"},{"url":"https://manage.stg.secure.cisco/api/rest","description":"Stgf9"}],"securitySchemes":{"bearerAuth":{"bearerFormat":"JWT","scheme":"bearer","type":"http"}}},"spec":{"properties":{"appliedTo":{"description":"The set of device unique identifiers to which this Access Group was applied. Only valid for shared access group.","example":"[deviceUid1, deviceUid2, ..., deviceUidN]","items":{"format":"uuid","type":"string"},"type":"array","uniqueItems":true},"entityUid":{"description":"The unique identifier, represented as a UUID, of the device/manager associated with the Access Group. When creating shared Access Group, entityUid represents device that contains source Access Group ","example":"7131daad-e813-4b8f-8f42-be1e241e8cdb","format":"uuid","type":"string"},"isShared":{"description":"The flag that identifies if access group is shared. If set to true, appliedTo field should be provided as well and entityUid should point to source device.","example":false,"type":"boolean"},"name":{"description":"A human-readable name for the Access Group.","example":"Access-Group1","type":"string"},"resources":{"description":"The set of of interface and direction pairs or global resource. Resource is an attribute applicable only to devices and will not be propagated to appliedTo devices if Access Group is shared.","example":"Interface resource: [{\"interfaceName\": \"outside\",\"direction\": \"OUTBOUND\"] or Global resource: [{\"global\": true}]","items":{"additionalProperties":{},"type":"object"},"type":"array","uniqueItems":true}},"required":["entityUid"],"type":"object","$$ref":"#/components/schemas/AccessGroupCreateInput","title":"AccessGroupCreateInput"}}