@@ -82,7 +82,7 @@ def create(
82
82
Create new risk score integration.
83
83
84
84
Args:
85
- tenant_url: The base url of the tenant, e.g. "https://tenant.okta.com"
85
+ tenant_url: The base url of the tenant, e.g. "https://tenant.okta.com".
86
86
87
87
reference_id: A reference id that can be supplied by the client. Currently this should be set
88
88
to the Access-Okta IDP ID (a UUIDv4).
@@ -134,13 +134,14 @@ def update(
134
134
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
135
135
) -> Optional [IntegrationUpdateResponse ]:
136
136
"""
137
- Overwrite the reference_id, tenant_url, and active values with the ones provided
137
+ Overwrite the reference_id, tenant_url, and active values with the ones
138
+ provided.
138
139
139
140
Args:
140
141
active: Whether this integration is enabled. If disabled, no risk changes will be
141
142
exported to the third-party.
142
143
143
- tenant_url: The base url of the tenant, e.g. "https://tenant.okta.com"
144
+ tenant_url: The base url of the tenant, e.g. "https://tenant.okta.com".
144
145
145
146
reference_id: A reference id that can be supplied by the client. Currently this should be set
146
147
to the Access-Okta IDP ID (a UUIDv4).
@@ -335,7 +336,7 @@ async def create(
335
336
Create new risk score integration.
336
337
337
338
Args:
338
- tenant_url: The base url of the tenant, e.g. "https://tenant.okta.com"
339
+ tenant_url: The base url of the tenant, e.g. "https://tenant.okta.com".
339
340
340
341
reference_id: A reference id that can be supplied by the client. Currently this should be set
341
342
to the Access-Okta IDP ID (a UUIDv4).
@@ -387,13 +388,14 @@ async def update(
387
388
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
388
389
) -> Optional [IntegrationUpdateResponse ]:
389
390
"""
390
- Overwrite the reference_id, tenant_url, and active values with the ones provided
391
+ Overwrite the reference_id, tenant_url, and active values with the ones
392
+ provided.
391
393
392
394
Args:
393
395
active: Whether this integration is enabled. If disabled, no risk changes will be
394
396
exported to the third-party.
395
397
396
- tenant_url: The base url of the tenant, e.g. "https://tenant.okta.com"
398
+ tenant_url: The base url of the tenant, e.g. "https://tenant.okta.com".
397
399
398
400
reference_id: A reference id that can be supplied by the client. Currently this should be set
399
401
to the Access-Okta IDP ID (a UUIDv4).
0 commit comments