{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/820fcafe-b182-32fa-a453-9975f795ce70","info":{"title":"Providers Console Report","version":"2.0.0","description":"Providers Console Report","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Providers"},{"name":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/reports/providers-consoles-overview.md","uri":"umbrella-api-reference-providers-consoles-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.umbrella.com/{basePath}","variables":{"basePath":{"default":"reports/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"client credential flow","flows":{"clientCredentials":{"tokenUrl":"https://api.umbrella.com/auth/v2/token","scopes":{"reports.customers:read":"Read reports customers","reports.customers:write":"Write reports customers"}}}}}},"spec":{"type":"object","properties":{"packageName":{"type":"string","description":"The name of the service provider's subscribed package"},"seatsTotal":{"type":"integer","description":"The number of seats allocated to the service provider"},"seatsUsed":{"type":"integer","description":"The number of seats used by the service provider"},"customerCount":{"type":"integer","description":"The number of customers for the service provider"},"status":{"type":"string","description":"The status of the service provider"},"rebillAt":{"type":"string","format":"date-time","description":"The time when the service provider was rebilled.\nThe timestamp is specified in the ISO 8601 format."},"expiresAt":{"type":"string","format":"date-time","description":"The time when the service provider's subscription expires.\nThe timestamp is specified in the ISO 8601 format."}},"required":["packageName","seatsTotal","seatsUsed","customerCount","status","rebillAt","expiresAt"],"example":{"packageName":"Umbrella SIG Essentials","seatsTotal":25,"seatsUsed":20,"customerCount":20,"status":"enrolled","rebillAt":"2022-06-13T16:07:07.222Z","expiresAt":"2022-06-13T16:07:07.222Z"},"$$ref":"#/components/schemas/ProvidersConsole","title":"ProvidersConsole"}}