{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/83e8a10367d157243cd1c3e478b807cb81262a3d/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 email details about lifecycle events from a customer trial.","properties":{"state":{"type":"string","description":"The current state of the customer trial.","example":"customer trial is active"},"date":{"type":"string","format":"date","description":"The date of the lifecycle event.","example":"2021-09-28"},"enabled":{"type":"boolean","description":"Specify whether lifecycle emails are enabled.","example":true},"lastSentDate":{"type":"string","format":"date","description":"The date when the last lifecycle email was sent.","example":"2021-10-05"},"mailIdentifiers":{"type":"object","description":"The information about the identifiers for the customer.","properties":{"noLoginDayFourMailIdentifier":{"type":"string","description":"The email for the customer that did not log in for four days.","example":"name@noorgin.acmetech.com"},"noOriginDayThreeMailIdentifier":{"type":"string","description":"The email for the customer that has not set up an origin for three days.","example":"name@noorgin.acmetech.com"},"noOriginDaySevenMailIdentifier":{"type":"string","description":"The email for the customer that has not set up an origin for seven days.","example":"name@noorgin.acmetech.com"}}},"excludedLifecycleEmails":{"type":"array","items":{"type":"string"},"description":"The emails excluded for the lifecycle of the customer.","example":["name1@acmeTech.com","name2@acmetech.com"]}},"example":{"state":"state of customer trial","date":"2023-02-28","enabled":true,"lastSentDate":"2023-03-01","mailIdentifiers":{"noLoginDayFourMailIdentifier":"customer mail identifier, no login four days","noOriginDayThreeMailIdentifier":"three day mail identifier, no origin","noOriginDaySevenMailIdentifier":"seven day mail identifer, no origin"},"excludedLifecycleEmails":["name@acmeTech.com"]},"$$ref":"#/components/schemas/PpovLifecycle","title":"PpovLifecycle"}}