Skip to content

Commit cbe2de1

Browse files
authored
[Fundamentals] Update Account API tokens references (#23977)
* Update Account API tokens references * Fixed a few more instances
1 parent 61b7fd4 commit cbe2de1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/content/docs/fundamentals/account/account-security/audit-logs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Track actions performed directly by users through Cloudflare interfaces (dashboa
114114

115115
- `actor_type="user"`: Action was performed by an individual user.
116116
- `actor_type="Cloudflare_admin"`: Action was performed by Cloudflare.
117-
- `actor_type="account"`: Action was performed using an account owned token. Refer to the [Account owned tokens](/fundamentals/api/get-started/account-owned-tokens/) documentation for more information.
117+
- `actor_type="account"`: Action was performed using an account API token. Refer to the [Account API tokens](/fundamentals/api/get-started/account-owned-tokens/) documentation for more information.
118118

119119
#### System initiated Audit Logs
120120

src/content/docs/fundamentals/account/account-security/scim-setup/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The account ID can be found via dashboard or API. For more information, refer to
6060

6161
:::note
6262

63-
Account owned API tokens are recommended for SCIM Provisioning. User owned API tokens, while supported, may result in a broken SCIM connection in the event when the user's policies are revoked from the SCIM integration, or the [API access](/fundamentals/api/how-to/control-api-access/) is unexpectedly disabled. Learn more about [account owned tokens](/fundamentals/api/get-started/account-owned-tokens/).
63+
Account API tokens are recommended for SCIM Provisioning. User owned API tokens, while supported, may result in a broken SCIM connection in the event when the user's policies are revoked from the SCIM integration, or the [API access](/fundamentals/api/how-to/control-api-access/) is unexpectedly disabled. Learn more about [Account API tokens](/fundamentals/api/get-started/account-owned-tokens/).
6464
:::
6565

6666
2. Under **Account Resources**, select the specific account to include or exclude from the dropdown menu, if applicable.

src/content/docs/fundamentals/api/get-started/account-owned-tokens.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Account owned tokens
2+
title: Account API tokens
33
pcx_content_type: how-to
44
sidebar:
55
order: 6
66
head: []
7-
description: Learn what account owned tokens are, when to use them, and what they currently work with
7+
description: Learn what account API tokens are, when to use them, and what they currently work with
88

99
---
1010

11-
While user tokens act on behalf of a particular user and inherit a subset of that user's permissions, account owned tokens allow you to set up durable integrations that can act as service principals with their own specific set of permissions. This approach is ideal for scenarios like CI/CD, or building integrations with external services like SEIMs where it is important that the integration continues working, even long after the user who configured the integration may have left your organization altogether. User tokens are better for ad hoc tasks like scripting, where acting as the user is ideal and durability is less of a concern.
11+
While user tokens act on behalf of a particular user and inherit a subset of that user's permissions, account API tokens allow you to set up durable integrations that can act as service principals with their own specific set of permissions. This approach is ideal for scenarios like CI/CD, or building integrations with external services like SEIMs where it is important that the integration continues working, even long after the user who configured the integration may have left your organization altogether. User tokens are better for ad hoc tasks like scripting, where acting as the user is ideal and durability is less of a concern.
1212

1313
## Create an account owned token
1414

@@ -22,13 +22,13 @@ Creating an account owned token requires Super Administrator permission on the a
2222
4. Select **Continue to summary** and review the details.
2323
5. Select **Create Token**.
2424

25-
Alternatively, you can create a token using the [account owned token creation API](/api/resources/accounts/subresources/tokens/methods/create/).
25+
Alternatively, you can create a token using the [account API token creation API](/api/resources/accounts/subresources/tokens/methods/create/).
2626

2727
Refer to the [blog post](https://blog.cloudflare.com/account-owned-tokens-automated-actions-zaraz/) for more information.
2828

2929
## Compatibility matrix
3030

31-
Account owned tokens are generally available for all accounts. Some services may not support account owned tokens yet. Refer to the compatibility matrix below for the latest status.
31+
Account API tokens are generally available for all accounts. Some services may not support account API tokens yet. Refer to the compatibility matrix below for the latest status.
3232

3333
| Product | Compatibility |
3434
| ------------------------------- | ------------- |

src/content/docs/fundamentals/api/get-started/create-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before you begin, [find your zone and account IDs](/fundamentals/account/find-ac
1616

1717
:::
1818

19-
1. Determine if you want a user token or an [Account owned token](/fundamentals/api/get-started/account-owned-tokens/). Use Account owned tokens if you prefer service tokens that are not associated with users and your [desired API endpoints are compatible](/fundamentals/api/get-started/account-owned-tokens/#compatibility-matrix).
19+
1. Determine if you want a user token or an [Account API token](/fundamentals/api/get-started/account-owned-tokens/). Use Account API tokens if you prefer service tokens that are not associated with users and your [desired API endpoints are compatible](/fundamentals/api/get-started/account-owned-tokens/#compatibility-matrix).
2020
2. From the [Cloudflare dashboard](https://dash.cloudflare.com/profile/api-tokens/), go to **My Profile** > **API Tokens** for user tokens. For Account Tokens, go to **Manage Account** > **API Tokens**.
2121
3. Select **Create Token**.
2222
4. Select a template from the available [API token templates](/fundamentals/api/reference/template/) or create a custom token. The following example uses the **Edit zone DNS** template.

0 commit comments

Comments
 (0)