|
5 | 5 | from typing import List, Union, Iterable
|
6 | 6 | from typing_extensions import Literal, Required, TypedDict
|
7 | 7 |
|
8 |
| -from .scim_config_param import ScimConfigParam |
| 8 | +from .scim_config_param import SCIMConfigParam |
9 | 9 | from .identity_provider_type import IdentityProviderType
|
10 | 10 | from .generic_oauth_config_param import GenericOAuthConfigParam
|
11 | 11 |
|
@@ -62,7 +62,7 @@ class AzureAD(TypedDict, total=False):
|
62 | 62 | zone_id: str
|
63 | 63 | """The Zone ID to use for this endpoint. Mutually exclusive with the Account ID."""
|
64 | 64 |
|
65 |
| - scim_config: ScimConfigParam |
| 65 | + scim_config: SCIMConfigParam |
66 | 66 | """
|
67 | 67 | The configuration settings for enabling a System for Cross-Domain Identity
|
68 | 68 | Management (SCIM) with the identity provider.
|
@@ -129,7 +129,7 @@ class AccessCentrify(TypedDict, total=False):
|
129 | 129 | zone_id: str
|
130 | 130 | """The Zone ID to use for this endpoint. Mutually exclusive with the Account ID."""
|
131 | 131 |
|
132 |
| - scim_config: ScimConfigParam |
| 132 | + scim_config: SCIMConfigParam |
133 | 133 | """
|
134 | 134 | The configuration settings for enabling a System for Cross-Domain Identity
|
135 | 135 | Management (SCIM) with the identity provider.
|
@@ -180,7 +180,7 @@ class AccessFacebook(TypedDict, total=False):
|
180 | 180 | zone_id: str
|
181 | 181 | """The Zone ID to use for this endpoint. Mutually exclusive with the Account ID."""
|
182 | 182 |
|
183 |
| - scim_config: ScimConfigParam |
| 183 | + scim_config: SCIMConfigParam |
184 | 184 | """
|
185 | 185 | The configuration settings for enabling a System for Cross-Domain Identity
|
186 | 186 | Management (SCIM) with the identity provider.
|
@@ -211,7 +211,7 @@ class AccessGitHub(TypedDict, total=False):
|
211 | 211 | zone_id: str
|
212 | 212 | """The Zone ID to use for this endpoint. Mutually exclusive with the Account ID."""
|
213 | 213 |
|
214 |
| - scim_config: ScimConfigParam |
| 214 | + scim_config: SCIMConfigParam |
215 | 215 | """
|
216 | 216 | The configuration settings for enabling a System for Cross-Domain Identity
|
217 | 217 | Management (SCIM) with the identity provider.
|
@@ -242,7 +242,7 @@ class AccessGoogle(TypedDict, total=False):
|
242 | 242 | zone_id: str
|
243 | 243 | """The Zone ID to use for this endpoint. Mutually exclusive with the Account ID."""
|
244 | 244 |
|
245 |
| - scim_config: ScimConfigParam |
| 245 | + scim_config: SCIMConfigParam |
246 | 246 | """
|
247 | 247 | The configuration settings for enabling a System for Cross-Domain Identity
|
248 | 248 | Management (SCIM) with the identity provider.
|
@@ -287,7 +287,7 @@ class AccessGoogleApps(TypedDict, total=False):
|
287 | 287 | zone_id: str
|
288 | 288 | """The Zone ID to use for this endpoint. Mutually exclusive with the Account ID."""
|
289 | 289 |
|
290 |
| - scim_config: ScimConfigParam |
| 290 | + scim_config: SCIMConfigParam |
291 | 291 | """
|
292 | 292 | The configuration settings for enabling a System for Cross-Domain Identity
|
293 | 293 | Management (SCIM) with the identity provider.
|
@@ -335,7 +335,7 @@ class AccessLinkedin(TypedDict, total=False):
|
335 | 335 | zone_id: str
|
336 | 336 | """The Zone ID to use for this endpoint. Mutually exclusive with the Account ID."""
|
337 | 337 |
|
338 |
| - scim_config: ScimConfigParam |
| 338 | + scim_config: SCIMConfigParam |
339 | 339 | """
|
340 | 340 | The configuration settings for enabling a System for Cross-Domain Identity
|
341 | 341 | Management (SCIM) with the identity provider.
|
@@ -366,7 +366,7 @@ class AccessOIDC(TypedDict, total=False):
|
366 | 366 | zone_id: str
|
367 | 367 | """The Zone ID to use for this endpoint. Mutually exclusive with the Account ID."""
|
368 | 368 |
|
369 |
| - scim_config: ScimConfigParam |
| 369 | + scim_config: SCIMConfigParam |
370 | 370 | """
|
371 | 371 | The configuration settings for enabling a System for Cross-Domain Identity
|
372 | 372 | Management (SCIM) with the identity provider.
|
@@ -423,7 +423,7 @@ class AccessOkta(TypedDict, total=False):
|
423 | 423 | zone_id: str
|
424 | 424 | """The Zone ID to use for this endpoint. Mutually exclusive with the Account ID."""
|
425 | 425 |
|
426 |
| - scim_config: ScimConfigParam |
| 426 | + scim_config: SCIMConfigParam |
427 | 427 | """
|
428 | 428 | The configuration settings for enabling a System for Cross-Domain Identity
|
429 | 429 | Management (SCIM) with the identity provider.
|
@@ -474,7 +474,7 @@ class AccessOnelogin(TypedDict, total=False):
|
474 | 474 | zone_id: str
|
475 | 475 | """The Zone ID to use for this endpoint. Mutually exclusive with the Account ID."""
|
476 | 476 |
|
477 |
| - scim_config: ScimConfigParam |
| 477 | + scim_config: SCIMConfigParam |
478 | 478 | """
|
479 | 479 | The configuration settings for enabling a System for Cross-Domain Identity
|
480 | 480 | Management (SCIM) with the identity provider.
|
@@ -522,7 +522,7 @@ class AccessPingone(TypedDict, total=False):
|
522 | 522 | zone_id: str
|
523 | 523 | """The Zone ID to use for this endpoint. Mutually exclusive with the Account ID."""
|
524 | 524 |
|
525 |
| - scim_config: ScimConfigParam |
| 525 | + scim_config: SCIMConfigParam |
526 | 526 | """
|
527 | 527 | The configuration settings for enabling a System for Cross-Domain Identity
|
528 | 528 | Management (SCIM) with the identity provider.
|
@@ -570,7 +570,7 @@ class AccessSAML(TypedDict, total=False):
|
570 | 570 | zone_id: str
|
571 | 571 | """The Zone ID to use for this endpoint. Mutually exclusive with the Account ID."""
|
572 | 572 |
|
573 |
| - scim_config: ScimConfigParam |
| 573 | + scim_config: SCIMConfigParam |
574 | 574 | """
|
575 | 575 | The configuration settings for enabling a System for Cross-Domain Identity
|
576 | 576 | Management (SCIM) with the identity provider.
|
@@ -641,7 +641,7 @@ class AccessYandex(TypedDict, total=False):
|
641 | 641 | zone_id: str
|
642 | 642 | """The Zone ID to use for this endpoint. Mutually exclusive with the Account ID."""
|
643 | 643 |
|
644 |
| - scim_config: ScimConfigParam |
| 644 | + scim_config: SCIMConfigParam |
645 | 645 | """
|
646 | 646 | The configuration settings for enabling a System for Cross-Domain Identity
|
647 | 647 | Management (SCIM) with the identity provider.
|
@@ -672,7 +672,7 @@ class AccessOnetimepin(TypedDict, total=False):
|
672 | 672 | zone_id: str
|
673 | 673 | """The Zone ID to use for this endpoint. Mutually exclusive with the Account ID."""
|
674 | 674 |
|
675 |
| - scim_config: ScimConfigParam |
| 675 | + scim_config: SCIMConfigParam |
676 | 676 | """
|
677 | 677 | The configuration settings for enabling a System for Cross-Domain Identity
|
678 | 678 | Management (SCIM) with the identity provider.
|
|
0 commit comments