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
**value** | **str** | Sorting options | defaults to "name", must be one of ["created_at", "-created_at", "last4", "-last4", "modified_at", "-modified_at", "name", "-name", ]
8
+
9
+
[[Back to Model list]](README.md#documentation-for-models)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to README]](README.md)
page_size =10# int | Size for a given page. (optional) if omitted the server will use the default value of 10
678
678
page_number =0# int | Specific page number to return. (optional) if omitted the server will use the default value of 0
679
-
sort ="name"#str | API key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. (optional) if omitted the server will use the default value of "name"
679
+
sort =APIKeysSort("name")#APIKeysSort | API key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. (optional)
680
680
filter="filter_example"# str | Filter API keys by the specified string. (optional)
681
681
filter_created_at_start ="2020-11-24T18:46:21+00:00"# str | Only include API keys created on or after the specified date. (optional)
682
682
filter_created_at_end ="2020-11-24T18:46:21+00:00"# str | Only include API keys created on or before the specified date. (optional)
@@ -700,7 +700,7 @@ Name | Type | Description | Notes
**page_size** | **int**| Size for a given page. | [optional] if omitted the server will use the default value of 10
702
702
**page_number** | **int**| Specific page number to return. | [optional] if omitted the server will use the default value of 0
703
-
**sort** | **str**| API key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. | [optional] if omitted the server will use the default value of "name"
703
+
**sort** | **APIKeysSort**| API key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. | [optional]
704
704
**filter** | **str**| Filter API keys by the specified string. | [optional]
705
705
**filter_created_at_start** | **str**| Only include API keys created on or after the specified date. | [optional]
706
706
**filter_created_at_end** | **str**| Only include API keys created on or before the specified date. | [optional]
@@ -777,7 +777,7 @@ with datadog_api_client.v2.ApiClient(configuration) as api_client:
page_size =10# int | Size for a given page. (optional) if omitted the server will use the default value of 10
779
779
page_number =0# int | Specific page number to return. (optional) if omitted the server will use the default value of 0
780
-
sort ="name"#str | Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. (optional) if omitted the server will use the default value of "name"
780
+
sort =ApplicationKeysSort("name")#ApplicationKeysSort | Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. (optional)
781
781
filter="filter_example"# str | Filter application keys by the specified string. (optional)
782
782
filter_created_at_start ="2020-11-24T18:46:21+00:00"# str | Only include application keys created on or after the specified date. (optional)
783
783
filter_created_at_end ="2020-11-24T18:46:21+00:00"# str | Only include application keys created on or before the specified date. (optional)
@@ -798,7 +798,7 @@ Name | Type | Description | Notes
**page_size** | **int**| Size for a given page. | [optional] if omitted the server will use the default value of 10
800
800
**page_number** | **int**| Specific page number to return. | [optional] if omitted the server will use the default value of 0
801
-
**sort** | **str**| Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. | [optional] if omitted the server will use the default value of "name"
801
+
**sort** | **ApplicationKeysSort**| Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. | [optional]
802
802
**filter** | **str**| Filter application keys by the specified string. | [optional]
803
803
**filter_created_at_start** | **str**| Only include application keys created on or after the specified date. | [optional]
804
804
**filter_created_at_end** | **str**| Only include application keys created on or before the specified date. | [optional]
@@ -873,7 +873,7 @@ with datadog_api_client.v2.ApiClient(configuration) as api_client:
page_size =10# int | Size for a given page. (optional) if omitted the server will use the default value of 10
875
875
page_number =0# int | Specific page number to return. (optional) if omitted the server will use the default value of 0
876
-
sort ="name"#str | Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. (optional) if omitted the server will use the default value of "name"
876
+
sort =ApplicationKeysSort("name")#ApplicationKeysSort | Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. (optional)
877
877
filter="filter_example"# str | Filter application keys by the specified string. (optional)
878
878
filter_created_at_start ="2020-11-24T18:46:21+00:00"# str | Only include application keys created on or after the specified date. (optional)
879
879
filter_created_at_end ="2020-11-24T18:46:21+00:00"# str | Only include application keys created on or before the specified date. (optional)
@@ -894,7 +894,7 @@ Name | Type | Description | Notes
**page_size** | **int**| Size for a given page. | [optional] if omitted the server will use the default value of 10
896
896
**page_number** | **int**| Specific page number to return. | [optional] if omitted the server will use the default value of 0
897
-
**sort** | **str**| Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. | [optional] if omitted the server will use the default value of "name"
897
+
**sort** | **ApplicationKeysSort**| Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. | [optional]
898
898
**filter** | **str**| Filter application keys by the specified string. | [optional]
899
899
**filter_created_at_start** | **str**| Only include application keys created on or after the specified date. | [optional]
900
900
**filter_created_at_end** | **str**| Only include application keys created on or before the specified date. | [optional]
page_size (int): Size for a given page.. [optional] if omitted the server will use the default value of 10
906
908
page_number (int): Specific page number to return.. [optional] if omitted the server will use the default value of 0
907
-
sort (str): API key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.. [optional] if omitted the server will use the default value of "name"
909
+
sort (APIKeysSort): API key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.. [optional]
908
910
filter (str): Filter API keys by the specified string.. [optional]
909
911
filter_created_at_start (str): Only include API keys created on or after the specified date.. [optional]
910
912
filter_created_at_end (str): Only include API keys created on or before the specified date.. [optional]
page_size (int): Size for a given page.. [optional] if omitted the server will use the default value of 10
1080
1070
page_number (int): Specific page number to return.. [optional] if omitted the server will use the default value of 0
1081
-
sort (str): Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.. [optional] if omitted the server will use the default value of "name"
1071
+
sort (ApplicationKeysSort): Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.. [optional]
1082
1072
filter (str): Filter application keys by the specified string.. [optional]
1083
1073
filter_created_at_start (str): Only include application keys created on or after the specified date.. [optional]
1084
1074
filter_created_at_end (str): Only include application keys created on or before the specified date.. [optional]
page_size (int): Size for a given page.. [optional] if omitted the server will use the default value of 10
1234
1214
page_number (int): Specific page number to return.. [optional] if omitted the server will use the default value of 0
1235
-
sort (str): Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.. [optional] if omitted the server will use the default value of "name"
1215
+
sort (ApplicationKeysSort): Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.. [optional]
1236
1216
filter (str): Filter application keys by the specified string.. [optional]
1237
1217
filter_created_at_start (str): Only include application keys created on or after the specified date.. [optional]
1238
1218
filter_created_at_end (str): Only include application keys created on or before the specified date.. [optional]
0 commit comments