Celeste Wilson
On a brain dump practice exam that I’ve been working on, there’s a cloud solution question about creating an application for 1000s of individuals. Each individual has their own credentials and needs individual access to an application. The application stores data privately for each customer. When someone wants to access the application, they are only allowed to access it for 30 minutes. The data in the application has a TTL (time to live) of 45 days. Does anyone have any idea how to configure this solution? It’s been stumping me for a couple weeks now.