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
Copy file name to clipboardExpand all lines: docs/AutomationToken.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
**role** | **str** | The role on the token. | [optional]
9
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
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]
11
+
**expires_at** | **str** | A UTC timestamp of when the token expires. | [optional]
12
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
13
14
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)
Copy file name to clipboardExpand all lines: docs/AutomationTokenCreateRequestAttributes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
**role** | **str** | | [optional]
9
9
**services** | **[str]** | List of service ids to limit the token | [optional]
10
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]
11
+
**expires_at** | **datetime, none_type** | A UTC timestamp of when the token will expire. | [optional]
12
12
**tls_access** | **bool** | Indicates whether TLS access is enabled for the token. | [optional]
13
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]
Copy file name to clipboardExpand all lines: docs/AutomationTokenCreateResponse.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,14 @@ Name | Type | Description | Notes
8
8
**role** | **str** | The role on the token. | [optional]
9
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
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]
11
+
**expires_at** | **str** | A UTC timestamp of when the token expires. | [optional]
**last_used_at** | **datetime** | A UTC time-stamp of when the token was last used. | [optional][readonly]
17
+
**tls_access** | **bool** | Indicates whether TLS access is enabled for the token. | [optional]
18
+
**last_used_at** | **datetime** | A UTC timestamp of when the token was last used. | [optional][readonly]
21
19
**user_agent** | **str** | The User-Agent header of the client that last used the token. | [optional]
22
20
**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]
**last_used_at** | **datetime** | A UTC time-stamp of when the token was last used. | [optional][readonly]
12
+
**tls_access** | **bool** | Indicates whether TLS access is enabled for the token. | [optional]
13
+
**last_used_at** | **datetime** | A UTC timestamp of when the token was last used. | [optional][readonly]
14
14
**user_agent** | **str** | The User-Agent header of the client that last used the token. | [optional]
15
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]
Copy file name to clipboardExpand all lines: docs/AutomationTokenResponse.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,14 @@ Name | Type | Description | Notes
8
8
**role** | **str** | | [optional]
9
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
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]
11
+
**expires_at** | **str** | (optional) A UTC timestamp of when the token will expire. | [optional]
**last_used_at** | **datetime** | A UTC time-stamp of when the token was last used. | [optional][readonly]
16
+
**tls_access** | **bool** | Indicates whether TLS access is enabled for the token. | [optional]
17
+
**last_used_at** | **datetime** | A UTC timestamp of when the token was last used. | [optional][readonly]
18
+
**created_at** | **str** | A UTC timestamp of when the token was created. | [optional]
21
19
**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
20
23
21
[[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]
12
+
**tls_access** | **bool** | Indicates whether TLS access is enabled for the token. | [optional]
13
+
**last_used_at** | **datetime** | A UTC timestamp of when the token was last used. | [optional][readonly]
14
+
**created_at** | **str** | A UTC timestamp of when the token was created. | [optional]
15
+
**expires_at** | **str** | (optional) A UTC timestamp of when the token will expire. | [optional]
16
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
17
18
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