diff --git a/docs/production-deployment/cloud/export.mdx b/docs/production-deployment/cloud/export.mdx index 65ac2aaaa1..038b383f4e 100644 --- a/docs/production-deployment/cloud/export.mdx +++ b/docs/production-deployment/cloud/export.mdx @@ -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. diff --git a/docs/production-deployment/cloud/get-started/users.mdx b/docs/production-deployment/cloud/get-started/users.mdx index 4310e3e87f..537080f986 100644 --- a/docs/production-deployment/cloud/get-started/users.mdx +++ b/docs/production-deployment/cloud/get-started/users.mdx @@ -212,6 +212,7 @@ 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 | | ✔ | | ✔ | ✔ | @@ -219,11 +220,14 @@ This table provides API-level details for the permissions granted to a user thro | CreateServiceAccountAPIKey | | | | ✔ | ✔ | | CreateStripeCustomerPortalSession | | | ✔ | | ✔ | | CreateUser | | | | ✔ | ✔ | +| DeleteAccountAuditLogSink | | | | ✔ | ✔ | | DeleteAPIKey | ✔ | ✔ | ✔ | ✔ | ✔ | | DeleteNexusEndpoint | | ✔ | | ✔ | ✔ | | DeleteServiceAccount | | | | ✔ | ✔ | | DeleteUser | | | | ✔ | ✔ | | GetAccount | ✔ | ✔ | ✔ | ✔ | ✔ | +| GetAccountAuditLogSink | | | | ✔ | ✔ | +| GetAccountAuditLogSinks | | | | ✔ | ✔ | | GetAccountFeatureFlags | ✔ | ✔ | ✔ | ✔ | ✔ | | GetAccountLimits | ✔ | ✔ | ✔ | ✔ | ✔ | | GetAccountSettings | ✔ | ✔ | ✔ | ✔ | ✔ | @@ -231,6 +235,7 @@ This table provides API-level details for the permissions granted to a user thro | GetAPIKey | ✔ | ✔ | ✔ | ✔ | ✔ | | GetAPIKeys | ✔ | ✔ | ✔ | ✔ | ✔ | | GetAsyncOperation | ✔ | ✔ | ✔ | ✔ | ✔ | +| GetAuditLogs | | | | ✔ | ✔ | | GetDecodedCertificate | ✔ | ✔ | ✔ | ✔ | ✔ | | GetIdentities | ✔ | ✔ | ✔ | ✔ | ✔ | | GetIdentity | ✔ | ✔ | ✔ | ✔ | ✔ | @@ -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