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
[[Back to top]](#)[[Back to API list]](../../../README.md#apis-v2-link)[[Back to Model list]](../../../README.md#models-v2-link)[[Back to README]](../../../README.md)
**provider_id** | ProviderId | The ID of the Group in the external authentication provider. This value is determined by the authentication provider. At most one Group can have a given provider ID in a given Realm. | |
67
-
**preview** | Optional[PreviewMode] | Enables the use of preview functionality. | [optional] |
# ProviderId | The ID of the Group in the external authentication provider. This value is determined by the authentication provider. At most one Group can have a given provider ID in a given Realm.
**page_size** | Optional[PageSize] | The page size to use for the endpoint. | [optional] |
129
127
**page_token** | Optional[PageToken] | The page token indicates where to start paging. This should be omitted from the first page's request. To fetch the next page, clients should take the value from the `nextPageToken` field of the previous response and use it to populate the `pageToken` field of the next request. | [optional] |
130
-
**preview** | Optional[PreviewMode] | Enables the use of preview functionality. | [optional] |
# Optional[PageToken] | The page token indicates where to start paging. This should be omitted from the first page's request. To fetch the next page, clients should take the value from the `nextPageToken` field of the previous response and use it to populate the `pageToken` field of the next request.
147
144
page_token =None
148
-
# Optional[PreviewMode] | Enables the use of preview functionality.
149
-
preview =None
150
145
151
146
152
147
try:
153
148
for marking_category in client.admin.MarkingCategory.list(
@@ -188,7 +182,6 @@ Name | Type | Description | Notes |
188
182
**name** | OrganizationName | | |
189
183
**description** | Optional[str] | | [optional] |
190
184
**host** | Optional[HostName] | The primary host name of the Organization. This should be used when constructing URLs for users of this Organization. | [optional] |
191
-
**preview** | Optional[PreviewMode] | Enables the use of preview functionality. | [optional] |
192
185
193
186
### Return type
194
187
**Organization**
@@ -210,13 +203,11 @@ name = "Example Organization"
210
203
description =None
211
204
# Optional[HostName] | The primary host name of the Organization. This should be used when constructing URLs for users of this Organization.
212
205
host ="example.palantirfoundry.com"
213
-
# Optional[PreviewMode] | Enables the use of preview functionality.
0 commit comments