Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/production-deployment/cloud/export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Workflow History Export in Temporal Cloud provides similar functionality as [Arc
Archival is not supported in Temporal Cloud.

Exports run hourly, beginning 10 minutes after the hour.
The time at which a closed Workflow appears in the exported file may vary, but it is typically available within one to four hours.
Allow for up to 24 hours for a closed Workflow to appear in the exported file.
Delivery is guaranteed at least once.


Expand Down
7 changes: 7 additions & 0 deletions docs/production-deployment/cloud/get-started/users.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,25 +212,30 @@ This table provides API-level details for the permissions granted to a user thro
| Permission | Read-only | Developer | Finance Admin | Global Admin | Account Owner |
| --------------------------------- | --------- | --------- | ------------- | ------------ | ------------- |
| CountIdentities | ✔ | ✔ | ✔ | ✔ | ✔ |
| CreateAccountAuditLogSink | | | | ✔ | ✔ |
| CreateAPIKey | ✔ | ✔ | ✔ | ✔ | ✔ |
| CreateNamespace | | ✔ | | ✔ | ✔ |
| CreateNexusEndpoint | | ✔ | | ✔ | ✔ |
| CreateServiceAccount | | | | ✔ | ✔ |
| CreateServiceAccountAPIKey | | | | ✔ | ✔ |
| CreateStripeCustomerPortalSession | | | ✔ | | ✔ |
| CreateUser | | | | ✔ | ✔ |
| DeleteAccountAuditLogSink | | | | ✔ | ✔ |
| DeleteAPIKey | ✔ | ✔ | ✔ | ✔ | ✔ |
| DeleteNexusEndpoint | | ✔ | | ✔ | ✔ |
| DeleteServiceAccount | | | | ✔ | ✔ |
| DeleteUser | | | | ✔ | ✔ |
| GetAccount | ✔ | ✔ | ✔ | ✔ | ✔ |
| GetAccountAuditLogSink | | | | ✔ | ✔ |
| GetAccountAuditLogSinks | | | | ✔ | ✔ |
| GetAccountFeatureFlags | ✔ | ✔ | ✔ | ✔ | ✔ |
| GetAccountLimits | ✔ | ✔ | ✔ | ✔ | ✔ |
| GetAccountSettings | ✔ | ✔ | ✔ | ✔ | ✔ |
| GetAccountUsage | | | | ✔ | ✔ |
| GetAPIKey | ✔ | ✔ | ✔ | ✔ | ✔ |
| GetAPIKeys | ✔ | ✔ | ✔ | ✔ | ✔ |
| GetAsyncOperation | ✔ | ✔ | ✔ | ✔ | ✔ |
| GetAuditLogs | | | | ✔ | ✔ |
| GetDecodedCertificate | ✔ | ✔ | ✔ | ✔ | ✔ |
| GetIdentities | ✔ | ✔ | ✔ | ✔ | ✔ |
| GetIdentity | ✔ | ✔ | ✔ | ✔ | ✔ |
Expand Down Expand Up @@ -263,10 +268,12 @@ This table provides API-level details for the permissions granted to a user thro
| SetAccountSettings | | | | ✔ | ✔ |
| SyncCurrentUserInvite | ✔ | ✔ | ✔ | ✔ | ✔ |
| UpdateAccount | | | | ✔ | ✔ |
| UpdateAccountAuditLogSink | | | | ✔ | ✔ |
| UpdateAPIKey | ✔ | ✔ | ✔ | ✔ | ✔ |
| UpdateNexusEndpoint | | ✔ | | ✔ | ✔ |
| UpdateServiceAccount | | | | ✔ | ✔ |
| UpdateUser | | | | ✔ | ✔ |
| ValidateAccountAuditLogSink | | | | ✔ | ✔ |

#### Namespace-level permissions details

Expand Down