You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Substantial changes were made to the underlying OpenAPI specification that produces this API client. These changes have resulted in multiple new endpoints being supported as well as multiple breaking type changes and so we're publishing these changes as a new major release.
6
+
7
+
**Enhancements:**
8
+
9
+
- feat(apex_redirect): support all endpoints.
10
+
- feat(contact): support 'create' endpoint.
11
+
- feat(director): support 'update' endpoint.
12
+
- feat(domain_inspector): support all endpoints.
13
+
- feat(iam_roles): support 'add permissions' endpoint.
14
+
- feat(iam_roles): support 'create role' endpoint.
15
+
- feat(iam_roles): support 'delete permissions' endpoint.
16
+
- feat(iam_roles): support 'update role' endpoint.
17
+
- feat(iam_services): support 'add services' endpoint.
18
+
- feat(iam_services): support 'create service group' endpoint.
19
+
- feat(iam_services): support 'remove services' endpoint.
20
+
- feat(iam_services): support 'update service group' endpoint.
21
+
- feat(iam_users): support 'add members' endpoint.
22
+
- feat(iam_users): support 'add roles' endpoint.
23
+
- feat(iam_users): support 'add service groups' endpoint.
24
+
- feat(iam_users): support 'create user group' endpoint.
25
+
- feat(iam_users): support 'remove members' endpoint.
26
+
- feat(iam_users): support 'remove roles' endpoint.
27
+
- feat(iam_users): support 'remove service groups' endpoint.
28
+
- feat(iam_users): support 'update user group' endpoint.
29
+
- feat(legacy_waf): support all endpoints.
30
+
- feat(logging_kafka): support 'update' endpoint.
31
+
- feat(logging_kinesis): support 'update' endpoint.
32
+
- feat(origin_inspector): support all endpoints.
33
+
- feat(request_settings): support 'create' endpoint.
34
+
- feat(response_object): support 'create' endpoint.
35
+
- feat(response_object): support 'update' endpoint.
36
+
- feat(secret_store): support all endpoints.
37
+
- feat(service_authorizations): support 'delete' endpoint.
38
+
- feat(service_authorizations): support 'update' endpoint.
39
+
- feat(snippet): support 'update versioned snippet' endpoint.
40
+
- feat(sudo): support 'request sudo access' endpoint.
41
+
- feat(tokens): support 'revoke multiple tokens' endpoint.
42
+
- feat(tokens): support 'create token' endpoint.
43
+
- feat(waf_active_rules): support 'delete' endpoint.
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**name** | **str** | The name of the token. | [optional]
8
+
**role** | **str** | The role on the token. | [optional]
9
+
**services** | **[str]** | (Optional) The service IDs of the services the token will have access to. Separate service IDs with a space. If no services are specified, the token will have access to all services on the account. | [optional]
10
+
**scope** | **str** | A space-delimited list of authorization scope. | [optional] if omitted the server will use the default value of "global"
11
+
**expires_at** | **str** | A UTC time-stamp of when the token expires. | [optional]
12
+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
13
+
14
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**name** | **str** | name of the token | [optional]
8
+
**role** | **str** | | [optional]
9
+
**services** | **[str]** | List of service ids to limit the token | [optional]
10
+
**scope** | **str** | | [optional] if omitted the server will use the default value of "global"
11
+
**expires_at** | **datetime, none_type** | A UTC time-stamp of when the token will expire. | [optional]
12
+
**tls_access** | **bool** | Indicates whether TLS access is enabled for the token. | [optional]
13
+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
14
+
15
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**name** | **str** | The name of the token. | [optional]
8
+
**role** | **str** | The role on the token. | [optional]
9
+
**services** | **[str]** | (Optional) The service IDs of the services the token will have access to. Separate service IDs with a space. If no services are specified, the token will have access to all services on the account. | [optional]
10
+
**scope** | **str** | A space-delimited list of authorization scope. | [optional] if omitted the server will use the default value of "global"
11
+
**expires_at** | **str** | A UTC time-stamp of when the token expires. | [optional]
12
+
**created_at** | **datetime** | A UTC time-stamp of when the token was created. | [optional][readonly]
13
+
**deleted_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional][readonly]
14
+
**updated_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional][readonly]
**last_used_at** | **datetime** | A UTC time-stamp of when the token was last used. | [optional][readonly]
21
+
**user_agent** | **str** | The User-Agent header of the client that last used the token. | [optional]
22
+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
23
+
24
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**last_used_at** | **datetime** | A UTC time-stamp of when the token was last used. | [optional][readonly]
14
+
**user_agent** | **str** | The User-Agent header of the client that last used the token. | [optional]
15
+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
16
+
17
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**name** | **str** | The name of the token. | [optional]
8
+
**role** | **str** | | [optional]
9
+
**services** | **[str]** | (Optional) The service IDs of the services the token will have access to. Separate service IDs with a space. If no services are specified, the token will have access to all services on the account. | [optional]
10
+
**scope** | **str** | A space-delimited list of authorization scope. | [optional] if omitted the server will use the default value of "global"
11
+
**expires_at** | **str** | (optional) A UTC time-stamp of when the token will expire. | [optional]
12
+
**created_at** | **str** | A UTC time-stamp of when the token was created. | [optional]
13
+
**deleted_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional][readonly]
14
+
**updated_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional][readonly]
**last_used_at** | **datetime** | A UTC time-stamp of when the token was last used. | [optional][readonly]
21
+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
22
+
23
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**last_used_at** | **datetime** | A UTC time-stamp of when the token was last used. | [optional][readonly]
14
+
**created_at** | **str** | A UTC time-stamp of when the token was created. | [optional]
15
+
**expires_at** | **str** | (optional) A UTC time-stamp of when the token will expire. | [optional]
16
+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
17
+
18
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments