{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/77649db0-b5f6-3157-b85b-a889624baad4","info":{"title":"Cisco Umbrella Providers API","version":"2.0.0","description":"Manage the customers for a provider.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Providers"},{"name":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/admin/providers-overview.md","uri":"umbrella-api-reference-providers-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.umbrella.com/{basePath}","variables":{"basePath":{"default":"admin/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.umbrella.com/auth/v2/token","scopes":{"admin.customers:read":"Read admin customers","admin.customers:write":"Write admin customers","admin.customerSearch:read":"Read admin customer search","admin.customerDeals:read":"Read admin customer deals","admin.customerDeals:write":"Write admin customer deals"}}}}}},"spec":{"type":"object","description":"The number of features consumed by a customer trial.","required":["customerLoggedIn","lastLoginDate","identitiesCreated","hasTraffic","trialStrength"],"properties":{"customerLoggedIn":{"type":"boolean","description":"Specify whether the trial customer logged into their organization.","example":true},"lastLoginDate":{"type":"string","format":"iso-date-time","description":"The date when the customer last logged into their organization.","example":"2022-10-03 13:42:39"},"identitiesCreated":{"type":"integer","description":"The number of identities that were created.","example":25},"hasTraffic":{"type":"boolean","description":"Specify whether the organization has traffic.","example":false},"trialStrength":{"type":"string","description":"The number of features used by the trial.\nThe hyphen (`-`) character indicates no features.","enum":["Low","Medium","High","-"],"example":"-"}},"example":{"customerLoggedIn":true,"lastLoginDate":"2022-10-03 13:42:39","identitiesCreated":12,"hasTraffic":false,"trialStrength":"-"},"$$ref":"#/components/schemas/TrialStrength","title":"TrialStrength"}}