pulumi-snowflake 1.4.0a1747204792__py3-none-any.whl → 2.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-snowflake might be problematic. Click here for more details.
- pulumi_snowflake/_inputs.py +32 -725
- pulumi_snowflake/account_parameter.py +7 -7
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +4 -2
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +4 -2
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +4 -2
- pulumi_snowflake/config/__init__.pyi +5 -5
- pulumi_snowflake/config/vars.py +5 -5
- pulumi_snowflake/get_masking_policies.py +4 -0
- pulumi_snowflake/get_row_access_policies.py +4 -0
- pulumi_snowflake/get_security_integrations.py +2 -2
- pulumi_snowflake/get_tasks.py +4 -0
- pulumi_snowflake/get_users.py +2 -2
- pulumi_snowflake/get_views.py +4 -0
- pulumi_snowflake/oauth_integration_for_custom_clients.py +3 -1
- pulumi_snowflake/oauth_integration_for_partner_applications.py +3 -1
- pulumi_snowflake/outputs.py +1 -604
- pulumi_snowflake/provider.py +17 -17
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/saml2_integration.py +3 -1
- pulumi_snowflake/storage_integration.py +2 -0
- {pulumi_snowflake-1.4.0a1747204792.dist-info → pulumi_snowflake-2.0.0.dist-info}/METADATA +1 -1
- {pulumi_snowflake-1.4.0a1747204792.dist-info → pulumi_snowflake-2.0.0.dist-info}/RECORD +24 -24
- {pulumi_snowflake-1.4.0a1747204792.dist-info → pulumi_snowflake-2.0.0.dist-info}/WHEEL +1 -1
- {pulumi_snowflake-1.4.0a1747204792.dist-info → pulumi_snowflake-2.0.0.dist-info}/top_level.txt +0 -0
pulumi_snowflake/outputs.py
CHANGED
|
@@ -29,7 +29,6 @@ __all__ = [
|
|
|
29
29
|
'ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAllowedScope',
|
|
30
30
|
'ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAuthorizationEndpoint',
|
|
31
31
|
'ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientAuthMethod',
|
|
32
|
-
'ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientId',
|
|
33
32
|
'ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthGrant',
|
|
34
33
|
'ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthRefreshTokenValidity',
|
|
35
34
|
'ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthTokenEndpoint',
|
|
@@ -43,7 +42,6 @@ __all__ = [
|
|
|
43
42
|
'ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAllowedScope',
|
|
44
43
|
'ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAuthorizationEndpoint',
|
|
45
44
|
'ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientAuthMethod',
|
|
46
|
-
'ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientId',
|
|
47
45
|
'ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthGrant',
|
|
48
46
|
'ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthRefreshTokenValidity',
|
|
49
47
|
'ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthTokenEndpoint',
|
|
@@ -57,7 +55,6 @@ __all__ = [
|
|
|
57
55
|
'ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAllowedScope',
|
|
58
56
|
'ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAuthorizationEndpoint',
|
|
59
57
|
'ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientAuthMethod',
|
|
60
|
-
'ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientId',
|
|
61
58
|
'ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthGrant',
|
|
62
59
|
'ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthRefreshTokenValidity',
|
|
63
60
|
'ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthTokenEndpoint',
|
|
@@ -227,13 +224,11 @@ __all__ = [
|
|
|
227
224
|
'OauthIntegrationForCustomClientsDescribeOutputOauthAllowedAuthorizationEndpoint',
|
|
228
225
|
'OauthIntegrationForCustomClientsDescribeOutputOauthAllowedTokenEndpoint',
|
|
229
226
|
'OauthIntegrationForCustomClientsDescribeOutputOauthAuthorizationEndpoint',
|
|
230
|
-
'OauthIntegrationForCustomClientsDescribeOutputOauthClientId',
|
|
231
227
|
'OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKey2Fp',
|
|
232
228
|
'OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKeyFp',
|
|
233
229
|
'OauthIntegrationForCustomClientsDescribeOutputOauthClientType',
|
|
234
230
|
'OauthIntegrationForCustomClientsDescribeOutputOauthEnforcePkce',
|
|
235
231
|
'OauthIntegrationForCustomClientsDescribeOutputOauthIssueRefreshToken',
|
|
236
|
-
'OauthIntegrationForCustomClientsDescribeOutputOauthRedirectUri',
|
|
237
232
|
'OauthIntegrationForCustomClientsDescribeOutputOauthRefreshTokenValidity',
|
|
238
233
|
'OauthIntegrationForCustomClientsDescribeOutputOauthTokenEndpoint',
|
|
239
234
|
'OauthIntegrationForCustomClientsDescribeOutputOauthUseSecondaryRole',
|
|
@@ -250,13 +245,11 @@ __all__ = [
|
|
|
250
245
|
'OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedAuthorizationEndpoint',
|
|
251
246
|
'OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedTokenEndpoint',
|
|
252
247
|
'OauthIntegrationForPartnerApplicationsDescribeOutputOauthAuthorizationEndpoint',
|
|
253
|
-
'OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientId',
|
|
254
248
|
'OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKey2Fp',
|
|
255
249
|
'OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKeyFp',
|
|
256
250
|
'OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientType',
|
|
257
251
|
'OauthIntegrationForPartnerApplicationsDescribeOutputOauthEnforcePkce',
|
|
258
252
|
'OauthIntegrationForPartnerApplicationsDescribeOutputOauthIssueRefreshToken',
|
|
259
|
-
'OauthIntegrationForPartnerApplicationsDescribeOutputOauthRedirectUri',
|
|
260
253
|
'OauthIntegrationForPartnerApplicationsDescribeOutputOauthRefreshTokenValidity',
|
|
261
254
|
'OauthIntegrationForPartnerApplicationsDescribeOutputOauthTokenEndpoint',
|
|
262
255
|
'OauthIntegrationForPartnerApplicationsDescribeOutputOauthUseSecondaryRole',
|
|
@@ -330,10 +323,8 @@ __all__ = [
|
|
|
330
323
|
'Saml2IntegrationDescribeOutputSaml2SnowflakeAcsUrl',
|
|
331
324
|
'Saml2IntegrationDescribeOutputSaml2SnowflakeIssuerUrl',
|
|
332
325
|
'Saml2IntegrationDescribeOutputSaml2SnowflakeMetadata',
|
|
333
|
-
'Saml2IntegrationDescribeOutputSaml2SnowflakeX509Cert',
|
|
334
326
|
'Saml2IntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel',
|
|
335
327
|
'Saml2IntegrationDescribeOutputSaml2SsoUrl',
|
|
336
|
-
'Saml2IntegrationDescribeOutputSaml2X509Cert',
|
|
337
328
|
'Saml2IntegrationShowOutput',
|
|
338
329
|
'SchemaDescribeOutput',
|
|
339
330
|
'SchemaParameter',
|
|
@@ -717,14 +708,12 @@ __all__ = [
|
|
|
717
708
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedTokenEndpointResult',
|
|
718
709
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAuthorizationEndpointResult',
|
|
719
710
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientAuthMethodResult',
|
|
720
|
-
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientIdResult',
|
|
721
711
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKey2FpResult',
|
|
722
712
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKeyFpResult',
|
|
723
713
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientTypeResult',
|
|
724
714
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthEnforcePkceResult',
|
|
725
715
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthGrantResult',
|
|
726
716
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthIssueRefreshTokenResult',
|
|
727
|
-
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRedirectUriResult',
|
|
728
717
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRefreshTokenValidityResult',
|
|
729
718
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthTokenEndpointResult',
|
|
730
719
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthUseSecondaryRoleResult',
|
|
@@ -743,10 +732,8 @@ __all__ = [
|
|
|
743
732
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeAcsUrlResult',
|
|
744
733
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeIssuerUrlResult',
|
|
745
734
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeMetadataResult',
|
|
746
|
-
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeX509CertResult',
|
|
747
735
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SpInitiatedLoginPageLabelResult',
|
|
748
736
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SsoUrlResult',
|
|
749
|
-
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2X509CertResult',
|
|
750
737
|
'GetSecurityIntegrationsSecurityIntegrationDescribeOutputSyncPasswordResult',
|
|
751
738
|
'GetSecurityIntegrationsSecurityIntegrationShowOutputResult',
|
|
752
739
|
'GetSequencesSequenceResult',
|
|
@@ -1420,8 +1407,6 @@ class ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutput(dict)
|
|
|
1420
1407
|
suggest = "oauth_authorization_endpoints"
|
|
1421
1408
|
elif key == "oauthClientAuthMethods":
|
|
1422
1409
|
suggest = "oauth_client_auth_methods"
|
|
1423
|
-
elif key == "oauthClientIds":
|
|
1424
|
-
suggest = "oauth_client_ids"
|
|
1425
1410
|
elif key == "oauthGrants":
|
|
1426
1411
|
suggest = "oauth_grants"
|
|
1427
1412
|
elif key == "oauthRefreshTokenValidities":
|
|
@@ -1450,7 +1435,6 @@ class ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutput(dict)
|
|
|
1450
1435
|
oauth_allowed_scopes: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAllowedScope']] = None,
|
|
1451
1436
|
oauth_authorization_endpoints: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAuthorizationEndpoint']] = None,
|
|
1452
1437
|
oauth_client_auth_methods: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientAuthMethod']] = None,
|
|
1453
|
-
oauth_client_ids: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientId']] = None,
|
|
1454
1438
|
oauth_grants: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthGrant']] = None,
|
|
1455
1439
|
oauth_refresh_token_validities: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthRefreshTokenValidity']] = None,
|
|
1456
1440
|
oauth_token_endpoints: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthTokenEndpoint']] = None,
|
|
@@ -1469,8 +1453,6 @@ class ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutput(dict)
|
|
|
1469
1453
|
pulumi.set(__self__, "oauth_authorization_endpoints", oauth_authorization_endpoints)
|
|
1470
1454
|
if oauth_client_auth_methods is not None:
|
|
1471
1455
|
pulumi.set(__self__, "oauth_client_auth_methods", oauth_client_auth_methods)
|
|
1472
|
-
if oauth_client_ids is not None:
|
|
1473
|
-
pulumi.set(__self__, "oauth_client_ids", oauth_client_ids)
|
|
1474
1456
|
if oauth_grants is not None:
|
|
1475
1457
|
pulumi.set(__self__, "oauth_grants", oauth_grants)
|
|
1476
1458
|
if oauth_refresh_token_validities is not None:
|
|
@@ -1515,11 +1497,6 @@ class ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutput(dict)
|
|
|
1515
1497
|
def oauth_client_auth_methods(self) -> Optional[Sequence['outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientAuthMethod']]:
|
|
1516
1498
|
return pulumi.get(self, "oauth_client_auth_methods")
|
|
1517
1499
|
|
|
1518
|
-
@property
|
|
1519
|
-
@pulumi.getter(name="oauthClientIds")
|
|
1520
|
-
def oauth_client_ids(self) -> Optional[Sequence['outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientId']]:
|
|
1521
|
-
return pulumi.get(self, "oauth_client_ids")
|
|
1522
|
-
|
|
1523
1500
|
@property
|
|
1524
1501
|
@pulumi.getter(name="oauthGrants")
|
|
1525
1502
|
def oauth_grants(self) -> Optional[Sequence['outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthGrant']]:
|
|
@@ -1800,43 +1777,6 @@ class ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthC
|
|
|
1800
1777
|
return pulumi.get(self, "value")
|
|
1801
1778
|
|
|
1802
1779
|
|
|
1803
|
-
@pulumi.output_type
|
|
1804
|
-
class ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientId(dict):
|
|
1805
|
-
def __init__(__self__, *,
|
|
1806
|
-
default: Optional[builtins.str] = None,
|
|
1807
|
-
name: Optional[builtins.str] = None,
|
|
1808
|
-
type: Optional[builtins.str] = None,
|
|
1809
|
-
value: Optional[builtins.str] = None):
|
|
1810
|
-
if default is not None:
|
|
1811
|
-
pulumi.set(__self__, "default", default)
|
|
1812
|
-
if name is not None:
|
|
1813
|
-
pulumi.set(__self__, "name", name)
|
|
1814
|
-
if type is not None:
|
|
1815
|
-
pulumi.set(__self__, "type", type)
|
|
1816
|
-
if value is not None:
|
|
1817
|
-
pulumi.set(__self__, "value", value)
|
|
1818
|
-
|
|
1819
|
-
@property
|
|
1820
|
-
@pulumi.getter
|
|
1821
|
-
def default(self) -> Optional[builtins.str]:
|
|
1822
|
-
return pulumi.get(self, "default")
|
|
1823
|
-
|
|
1824
|
-
@property
|
|
1825
|
-
@pulumi.getter
|
|
1826
|
-
def name(self) -> Optional[builtins.str]:
|
|
1827
|
-
return pulumi.get(self, "name")
|
|
1828
|
-
|
|
1829
|
-
@property
|
|
1830
|
-
@pulumi.getter
|
|
1831
|
-
def type(self) -> Optional[builtins.str]:
|
|
1832
|
-
return pulumi.get(self, "type")
|
|
1833
|
-
|
|
1834
|
-
@property
|
|
1835
|
-
@pulumi.getter
|
|
1836
|
-
def value(self) -> Optional[builtins.str]:
|
|
1837
|
-
return pulumi.get(self, "value")
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
1780
|
@pulumi.output_type
|
|
1841
1781
|
class ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthGrant(dict):
|
|
1842
1782
|
def __init__(__self__, *,
|
|
@@ -2072,8 +2012,6 @@ class ApiAuthenticationIntegrationWithClientCredentialsDescribeOutput(dict):
|
|
|
2072
2012
|
suggest = "oauth_authorization_endpoints"
|
|
2073
2013
|
elif key == "oauthClientAuthMethods":
|
|
2074
2014
|
suggest = "oauth_client_auth_methods"
|
|
2075
|
-
elif key == "oauthClientIds":
|
|
2076
|
-
suggest = "oauth_client_ids"
|
|
2077
2015
|
elif key == "oauthGrants":
|
|
2078
2016
|
suggest = "oauth_grants"
|
|
2079
2017
|
elif key == "oauthRefreshTokenValidities":
|
|
@@ -2102,7 +2040,6 @@ class ApiAuthenticationIntegrationWithClientCredentialsDescribeOutput(dict):
|
|
|
2102
2040
|
oauth_allowed_scopes: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAllowedScope']] = None,
|
|
2103
2041
|
oauth_authorization_endpoints: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAuthorizationEndpoint']] = None,
|
|
2104
2042
|
oauth_client_auth_methods: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientAuthMethod']] = None,
|
|
2105
|
-
oauth_client_ids: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientId']] = None,
|
|
2106
2043
|
oauth_grants: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthGrant']] = None,
|
|
2107
2044
|
oauth_refresh_token_validities: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthRefreshTokenValidity']] = None,
|
|
2108
2045
|
oauth_token_endpoints: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthTokenEndpoint']] = None,
|
|
@@ -2121,8 +2058,6 @@ class ApiAuthenticationIntegrationWithClientCredentialsDescribeOutput(dict):
|
|
|
2121
2058
|
pulumi.set(__self__, "oauth_authorization_endpoints", oauth_authorization_endpoints)
|
|
2122
2059
|
if oauth_client_auth_methods is not None:
|
|
2123
2060
|
pulumi.set(__self__, "oauth_client_auth_methods", oauth_client_auth_methods)
|
|
2124
|
-
if oauth_client_ids is not None:
|
|
2125
|
-
pulumi.set(__self__, "oauth_client_ids", oauth_client_ids)
|
|
2126
2061
|
if oauth_grants is not None:
|
|
2127
2062
|
pulumi.set(__self__, "oauth_grants", oauth_grants)
|
|
2128
2063
|
if oauth_refresh_token_validities is not None:
|
|
@@ -2167,11 +2102,6 @@ class ApiAuthenticationIntegrationWithClientCredentialsDescribeOutput(dict):
|
|
|
2167
2102
|
def oauth_client_auth_methods(self) -> Optional[Sequence['outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientAuthMethod']]:
|
|
2168
2103
|
return pulumi.get(self, "oauth_client_auth_methods")
|
|
2169
2104
|
|
|
2170
|
-
@property
|
|
2171
|
-
@pulumi.getter(name="oauthClientIds")
|
|
2172
|
-
def oauth_client_ids(self) -> Optional[Sequence['outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientId']]:
|
|
2173
|
-
return pulumi.get(self, "oauth_client_ids")
|
|
2174
|
-
|
|
2175
2105
|
@property
|
|
2176
2106
|
@pulumi.getter(name="oauthGrants")
|
|
2177
2107
|
def oauth_grants(self) -> Optional[Sequence['outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthGrant']]:
|
|
@@ -2452,43 +2382,6 @@ class ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClient
|
|
|
2452
2382
|
return pulumi.get(self, "value")
|
|
2453
2383
|
|
|
2454
2384
|
|
|
2455
|
-
@pulumi.output_type
|
|
2456
|
-
class ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientId(dict):
|
|
2457
|
-
def __init__(__self__, *,
|
|
2458
|
-
default: Optional[builtins.str] = None,
|
|
2459
|
-
name: Optional[builtins.str] = None,
|
|
2460
|
-
type: Optional[builtins.str] = None,
|
|
2461
|
-
value: Optional[builtins.str] = None):
|
|
2462
|
-
if default is not None:
|
|
2463
|
-
pulumi.set(__self__, "default", default)
|
|
2464
|
-
if name is not None:
|
|
2465
|
-
pulumi.set(__self__, "name", name)
|
|
2466
|
-
if type is not None:
|
|
2467
|
-
pulumi.set(__self__, "type", type)
|
|
2468
|
-
if value is not None:
|
|
2469
|
-
pulumi.set(__self__, "value", value)
|
|
2470
|
-
|
|
2471
|
-
@property
|
|
2472
|
-
@pulumi.getter
|
|
2473
|
-
def default(self) -> Optional[builtins.str]:
|
|
2474
|
-
return pulumi.get(self, "default")
|
|
2475
|
-
|
|
2476
|
-
@property
|
|
2477
|
-
@pulumi.getter
|
|
2478
|
-
def name(self) -> Optional[builtins.str]:
|
|
2479
|
-
return pulumi.get(self, "name")
|
|
2480
|
-
|
|
2481
|
-
@property
|
|
2482
|
-
@pulumi.getter
|
|
2483
|
-
def type(self) -> Optional[builtins.str]:
|
|
2484
|
-
return pulumi.get(self, "type")
|
|
2485
|
-
|
|
2486
|
-
@property
|
|
2487
|
-
@pulumi.getter
|
|
2488
|
-
def value(self) -> Optional[builtins.str]:
|
|
2489
|
-
return pulumi.get(self, "value")
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
2385
|
@pulumi.output_type
|
|
2493
2386
|
class ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthGrant(dict):
|
|
2494
2387
|
def __init__(__self__, *,
|
|
@@ -2724,8 +2617,6 @@ class ApiAuthenticationIntegrationWithJwtBearerDescribeOutput(dict):
|
|
|
2724
2617
|
suggest = "oauth_authorization_endpoints"
|
|
2725
2618
|
elif key == "oauthClientAuthMethods":
|
|
2726
2619
|
suggest = "oauth_client_auth_methods"
|
|
2727
|
-
elif key == "oauthClientIds":
|
|
2728
|
-
suggest = "oauth_client_ids"
|
|
2729
2620
|
elif key == "oauthGrants":
|
|
2730
2621
|
suggest = "oauth_grants"
|
|
2731
2622
|
elif key == "oauthRefreshTokenValidities":
|
|
@@ -2754,7 +2645,6 @@ class ApiAuthenticationIntegrationWithJwtBearerDescribeOutput(dict):
|
|
|
2754
2645
|
oauth_allowed_scopes: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAllowedScope']] = None,
|
|
2755
2646
|
oauth_authorization_endpoints: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAuthorizationEndpoint']] = None,
|
|
2756
2647
|
oauth_client_auth_methods: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientAuthMethod']] = None,
|
|
2757
|
-
oauth_client_ids: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientId']] = None,
|
|
2758
2648
|
oauth_grants: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthGrant']] = None,
|
|
2759
2649
|
oauth_refresh_token_validities: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthRefreshTokenValidity']] = None,
|
|
2760
2650
|
oauth_token_endpoints: Optional[Sequence['outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthTokenEndpoint']] = None,
|
|
@@ -2773,8 +2663,6 @@ class ApiAuthenticationIntegrationWithJwtBearerDescribeOutput(dict):
|
|
|
2773
2663
|
pulumi.set(__self__, "oauth_authorization_endpoints", oauth_authorization_endpoints)
|
|
2774
2664
|
if oauth_client_auth_methods is not None:
|
|
2775
2665
|
pulumi.set(__self__, "oauth_client_auth_methods", oauth_client_auth_methods)
|
|
2776
|
-
if oauth_client_ids is not None:
|
|
2777
|
-
pulumi.set(__self__, "oauth_client_ids", oauth_client_ids)
|
|
2778
2666
|
if oauth_grants is not None:
|
|
2779
2667
|
pulumi.set(__self__, "oauth_grants", oauth_grants)
|
|
2780
2668
|
if oauth_refresh_token_validities is not None:
|
|
@@ -2819,11 +2707,6 @@ class ApiAuthenticationIntegrationWithJwtBearerDescribeOutput(dict):
|
|
|
2819
2707
|
def oauth_client_auth_methods(self) -> Optional[Sequence['outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientAuthMethod']]:
|
|
2820
2708
|
return pulumi.get(self, "oauth_client_auth_methods")
|
|
2821
2709
|
|
|
2822
|
-
@property
|
|
2823
|
-
@pulumi.getter(name="oauthClientIds")
|
|
2824
|
-
def oauth_client_ids(self) -> Optional[Sequence['outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientId']]:
|
|
2825
|
-
return pulumi.get(self, "oauth_client_ids")
|
|
2826
|
-
|
|
2827
2710
|
@property
|
|
2828
2711
|
@pulumi.getter(name="oauthGrants")
|
|
2829
2712
|
def oauth_grants(self) -> Optional[Sequence['outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthGrant']]:
|
|
@@ -3104,43 +2987,6 @@ class ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientAuthMeth
|
|
|
3104
2987
|
return pulumi.get(self, "value")
|
|
3105
2988
|
|
|
3106
2989
|
|
|
3107
|
-
@pulumi.output_type
|
|
3108
|
-
class ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientId(dict):
|
|
3109
|
-
def __init__(__self__, *,
|
|
3110
|
-
default: Optional[builtins.str] = None,
|
|
3111
|
-
name: Optional[builtins.str] = None,
|
|
3112
|
-
type: Optional[builtins.str] = None,
|
|
3113
|
-
value: Optional[builtins.str] = None):
|
|
3114
|
-
if default is not None:
|
|
3115
|
-
pulumi.set(__self__, "default", default)
|
|
3116
|
-
if name is not None:
|
|
3117
|
-
pulumi.set(__self__, "name", name)
|
|
3118
|
-
if type is not None:
|
|
3119
|
-
pulumi.set(__self__, "type", type)
|
|
3120
|
-
if value is not None:
|
|
3121
|
-
pulumi.set(__self__, "value", value)
|
|
3122
|
-
|
|
3123
|
-
@property
|
|
3124
|
-
@pulumi.getter
|
|
3125
|
-
def default(self) -> Optional[builtins.str]:
|
|
3126
|
-
return pulumi.get(self, "default")
|
|
3127
|
-
|
|
3128
|
-
@property
|
|
3129
|
-
@pulumi.getter
|
|
3130
|
-
def name(self) -> Optional[builtins.str]:
|
|
3131
|
-
return pulumi.get(self, "name")
|
|
3132
|
-
|
|
3133
|
-
@property
|
|
3134
|
-
@pulumi.getter
|
|
3135
|
-
def type(self) -> Optional[builtins.str]:
|
|
3136
|
-
return pulumi.get(self, "type")
|
|
3137
|
-
|
|
3138
|
-
@property
|
|
3139
|
-
@pulumi.getter
|
|
3140
|
-
def value(self) -> Optional[builtins.str]:
|
|
3141
|
-
return pulumi.get(self, "value")
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
2990
|
@pulumi.output_type
|
|
3145
2991
|
class ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthGrant(dict):
|
|
3146
2992
|
def __init__(__self__, *,
|
|
@@ -12713,8 +12559,6 @@ class OauthIntegrationForCustomClientsDescribeOutput(dict):
|
|
|
12713
12559
|
suggest = "oauth_allowed_token_endpoints"
|
|
12714
12560
|
elif key == "oauthAuthorizationEndpoints":
|
|
12715
12561
|
suggest = "oauth_authorization_endpoints"
|
|
12716
|
-
elif key == "oauthClientIds":
|
|
12717
|
-
suggest = "oauth_client_ids"
|
|
12718
12562
|
elif key == "oauthClientRsaPublicKey2Fps":
|
|
12719
12563
|
suggest = "oauth_client_rsa_public_key2_fps"
|
|
12720
12564
|
elif key == "oauthClientRsaPublicKeyFps":
|
|
@@ -12725,8 +12569,6 @@ class OauthIntegrationForCustomClientsDescribeOutput(dict):
|
|
|
12725
12569
|
suggest = "oauth_enforce_pkces"
|
|
12726
12570
|
elif key == "oauthIssueRefreshTokens":
|
|
12727
12571
|
suggest = "oauth_issue_refresh_tokens"
|
|
12728
|
-
elif key == "oauthRedirectUris":
|
|
12729
|
-
suggest = "oauth_redirect_uris"
|
|
12730
12572
|
elif key == "oauthRefreshTokenValidities":
|
|
12731
12573
|
suggest = "oauth_refresh_token_validities"
|
|
12732
12574
|
elif key == "oauthTokenEndpoints":
|
|
@@ -12756,13 +12598,11 @@ class OauthIntegrationForCustomClientsDescribeOutput(dict):
|
|
|
12756
12598
|
oauth_allowed_authorization_endpoints: Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowedAuthorizationEndpoint']] = None,
|
|
12757
12599
|
oauth_allowed_token_endpoints: Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowedTokenEndpoint']] = None,
|
|
12758
12600
|
oauth_authorization_endpoints: Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAuthorizationEndpoint']] = None,
|
|
12759
|
-
oauth_client_ids: Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientId']] = None,
|
|
12760
12601
|
oauth_client_rsa_public_key2_fps: Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKey2Fp']] = None,
|
|
12761
12602
|
oauth_client_rsa_public_key_fps: Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKeyFp']] = None,
|
|
12762
12603
|
oauth_client_types: Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientType']] = None,
|
|
12763
12604
|
oauth_enforce_pkces: Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthEnforcePkce']] = None,
|
|
12764
12605
|
oauth_issue_refresh_tokens: Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthIssueRefreshToken']] = None,
|
|
12765
|
-
oauth_redirect_uris: Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthRedirectUri']] = None,
|
|
12766
12606
|
oauth_refresh_token_validities: Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthRefreshTokenValidity']] = None,
|
|
12767
12607
|
oauth_token_endpoints: Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthTokenEndpoint']] = None,
|
|
12768
12608
|
oauth_use_secondary_roles: Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthUseSecondaryRole']] = None,
|
|
@@ -12783,8 +12623,6 @@ class OauthIntegrationForCustomClientsDescribeOutput(dict):
|
|
|
12783
12623
|
pulumi.set(__self__, "oauth_allowed_token_endpoints", oauth_allowed_token_endpoints)
|
|
12784
12624
|
if oauth_authorization_endpoints is not None:
|
|
12785
12625
|
pulumi.set(__self__, "oauth_authorization_endpoints", oauth_authorization_endpoints)
|
|
12786
|
-
if oauth_client_ids is not None:
|
|
12787
|
-
pulumi.set(__self__, "oauth_client_ids", oauth_client_ids)
|
|
12788
12626
|
if oauth_client_rsa_public_key2_fps is not None:
|
|
12789
12627
|
pulumi.set(__self__, "oauth_client_rsa_public_key2_fps", oauth_client_rsa_public_key2_fps)
|
|
12790
12628
|
if oauth_client_rsa_public_key_fps is not None:
|
|
@@ -12795,8 +12633,6 @@ class OauthIntegrationForCustomClientsDescribeOutput(dict):
|
|
|
12795
12633
|
pulumi.set(__self__, "oauth_enforce_pkces", oauth_enforce_pkces)
|
|
12796
12634
|
if oauth_issue_refresh_tokens is not None:
|
|
12797
12635
|
pulumi.set(__self__, "oauth_issue_refresh_tokens", oauth_issue_refresh_tokens)
|
|
12798
|
-
if oauth_redirect_uris is not None:
|
|
12799
|
-
pulumi.set(__self__, "oauth_redirect_uris", oauth_redirect_uris)
|
|
12800
12636
|
if oauth_refresh_token_validities is not None:
|
|
12801
12637
|
pulumi.set(__self__, "oauth_refresh_token_validities", oauth_refresh_token_validities)
|
|
12802
12638
|
if oauth_token_endpoints is not None:
|
|
@@ -12846,11 +12682,6 @@ class OauthIntegrationForCustomClientsDescribeOutput(dict):
|
|
|
12846
12682
|
def oauth_authorization_endpoints(self) -> Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAuthorizationEndpoint']]:
|
|
12847
12683
|
return pulumi.get(self, "oauth_authorization_endpoints")
|
|
12848
12684
|
|
|
12849
|
-
@property
|
|
12850
|
-
@pulumi.getter(name="oauthClientIds")
|
|
12851
|
-
def oauth_client_ids(self) -> Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientId']]:
|
|
12852
|
-
return pulumi.get(self, "oauth_client_ids")
|
|
12853
|
-
|
|
12854
12685
|
@property
|
|
12855
12686
|
@pulumi.getter(name="oauthClientRsaPublicKey2Fps")
|
|
12856
12687
|
def oauth_client_rsa_public_key2_fps(self) -> Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKey2Fp']]:
|
|
@@ -12876,11 +12707,6 @@ class OauthIntegrationForCustomClientsDescribeOutput(dict):
|
|
|
12876
12707
|
def oauth_issue_refresh_tokens(self) -> Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthIssueRefreshToken']]:
|
|
12877
12708
|
return pulumi.get(self, "oauth_issue_refresh_tokens")
|
|
12878
12709
|
|
|
12879
|
-
@property
|
|
12880
|
-
@pulumi.getter(name="oauthRedirectUris")
|
|
12881
|
-
def oauth_redirect_uris(self) -> Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthRedirectUri']]:
|
|
12882
|
-
return pulumi.get(self, "oauth_redirect_uris")
|
|
12883
|
-
|
|
12884
12710
|
@property
|
|
12885
12711
|
@pulumi.getter(name="oauthRefreshTokenValidities")
|
|
12886
12712
|
def oauth_refresh_token_validities(self) -> Optional[Sequence['outputs.OauthIntegrationForCustomClientsDescribeOutputOauthRefreshTokenValidity']]:
|
|
@@ -13198,43 +13024,6 @@ class OauthIntegrationForCustomClientsDescribeOutputOauthAuthorizationEndpoint(d
|
|
|
13198
13024
|
return pulumi.get(self, "value")
|
|
13199
13025
|
|
|
13200
13026
|
|
|
13201
|
-
@pulumi.output_type
|
|
13202
|
-
class OauthIntegrationForCustomClientsDescribeOutputOauthClientId(dict):
|
|
13203
|
-
def __init__(__self__, *,
|
|
13204
|
-
default: Optional[builtins.str] = None,
|
|
13205
|
-
name: Optional[builtins.str] = None,
|
|
13206
|
-
type: Optional[builtins.str] = None,
|
|
13207
|
-
value: Optional[builtins.str] = None):
|
|
13208
|
-
if default is not None:
|
|
13209
|
-
pulumi.set(__self__, "default", default)
|
|
13210
|
-
if name is not None:
|
|
13211
|
-
pulumi.set(__self__, "name", name)
|
|
13212
|
-
if type is not None:
|
|
13213
|
-
pulumi.set(__self__, "type", type)
|
|
13214
|
-
if value is not None:
|
|
13215
|
-
pulumi.set(__self__, "value", value)
|
|
13216
|
-
|
|
13217
|
-
@property
|
|
13218
|
-
@pulumi.getter
|
|
13219
|
-
def default(self) -> Optional[builtins.str]:
|
|
13220
|
-
return pulumi.get(self, "default")
|
|
13221
|
-
|
|
13222
|
-
@property
|
|
13223
|
-
@pulumi.getter
|
|
13224
|
-
def name(self) -> Optional[builtins.str]:
|
|
13225
|
-
return pulumi.get(self, "name")
|
|
13226
|
-
|
|
13227
|
-
@property
|
|
13228
|
-
@pulumi.getter
|
|
13229
|
-
def type(self) -> Optional[builtins.str]:
|
|
13230
|
-
return pulumi.get(self, "type")
|
|
13231
|
-
|
|
13232
|
-
@property
|
|
13233
|
-
@pulumi.getter
|
|
13234
|
-
def value(self) -> Optional[builtins.str]:
|
|
13235
|
-
return pulumi.get(self, "value")
|
|
13236
|
-
|
|
13237
|
-
|
|
13238
13027
|
@pulumi.output_type
|
|
13239
13028
|
class OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKey2Fp(dict):
|
|
13240
13029
|
def __init__(__self__, *,
|
|
@@ -13420,43 +13209,6 @@ class OauthIntegrationForCustomClientsDescribeOutputOauthIssueRefreshToken(dict)
|
|
|
13420
13209
|
return pulumi.get(self, "value")
|
|
13421
13210
|
|
|
13422
13211
|
|
|
13423
|
-
@pulumi.output_type
|
|
13424
|
-
class OauthIntegrationForCustomClientsDescribeOutputOauthRedirectUri(dict):
|
|
13425
|
-
def __init__(__self__, *,
|
|
13426
|
-
default: Optional[builtins.str] = None,
|
|
13427
|
-
name: Optional[builtins.str] = None,
|
|
13428
|
-
type: Optional[builtins.str] = None,
|
|
13429
|
-
value: Optional[builtins.str] = None):
|
|
13430
|
-
if default is not None:
|
|
13431
|
-
pulumi.set(__self__, "default", default)
|
|
13432
|
-
if name is not None:
|
|
13433
|
-
pulumi.set(__self__, "name", name)
|
|
13434
|
-
if type is not None:
|
|
13435
|
-
pulumi.set(__self__, "type", type)
|
|
13436
|
-
if value is not None:
|
|
13437
|
-
pulumi.set(__self__, "value", value)
|
|
13438
|
-
|
|
13439
|
-
@property
|
|
13440
|
-
@pulumi.getter
|
|
13441
|
-
def default(self) -> Optional[builtins.str]:
|
|
13442
|
-
return pulumi.get(self, "default")
|
|
13443
|
-
|
|
13444
|
-
@property
|
|
13445
|
-
@pulumi.getter
|
|
13446
|
-
def name(self) -> Optional[builtins.str]:
|
|
13447
|
-
return pulumi.get(self, "name")
|
|
13448
|
-
|
|
13449
|
-
@property
|
|
13450
|
-
@pulumi.getter
|
|
13451
|
-
def type(self) -> Optional[builtins.str]:
|
|
13452
|
-
return pulumi.get(self, "type")
|
|
13453
|
-
|
|
13454
|
-
@property
|
|
13455
|
-
@pulumi.getter
|
|
13456
|
-
def value(self) -> Optional[builtins.str]:
|
|
13457
|
-
return pulumi.get(self, "value")
|
|
13458
|
-
|
|
13459
|
-
|
|
13460
13212
|
@pulumi.output_type
|
|
13461
13213
|
class OauthIntegrationForCustomClientsDescribeOutputOauthRefreshTokenValidity(dict):
|
|
13462
13214
|
def __init__(__self__, *,
|
|
@@ -13769,8 +13521,6 @@ class OauthIntegrationForPartnerApplicationsDescribeOutput(dict):
|
|
|
13769
13521
|
suggest = "oauth_allowed_token_endpoints"
|
|
13770
13522
|
elif key == "oauthAuthorizationEndpoints":
|
|
13771
13523
|
suggest = "oauth_authorization_endpoints"
|
|
13772
|
-
elif key == "oauthClientIds":
|
|
13773
|
-
suggest = "oauth_client_ids"
|
|
13774
13524
|
elif key == "oauthClientRsaPublicKey2Fps":
|
|
13775
13525
|
suggest = "oauth_client_rsa_public_key2_fps"
|
|
13776
13526
|
elif key == "oauthClientRsaPublicKeyFps":
|
|
@@ -13781,8 +13531,6 @@ class OauthIntegrationForPartnerApplicationsDescribeOutput(dict):
|
|
|
13781
13531
|
suggest = "oauth_enforce_pkces"
|
|
13782
13532
|
elif key == "oauthIssueRefreshTokens":
|
|
13783
13533
|
suggest = "oauth_issue_refresh_tokens"
|
|
13784
|
-
elif key == "oauthRedirectUris":
|
|
13785
|
-
suggest = "oauth_redirect_uris"
|
|
13786
13534
|
elif key == "oauthRefreshTokenValidities":
|
|
13787
13535
|
suggest = "oauth_refresh_token_validities"
|
|
13788
13536
|
elif key == "oauthTokenEndpoints":
|
|
@@ -13812,13 +13560,11 @@ class OauthIntegrationForPartnerApplicationsDescribeOutput(dict):
|
|
|
13812
13560
|
oauth_allowed_authorization_endpoints: Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedAuthorizationEndpoint']] = None,
|
|
13813
13561
|
oauth_allowed_token_endpoints: Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedTokenEndpoint']] = None,
|
|
13814
13562
|
oauth_authorization_endpoints: Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAuthorizationEndpoint']] = None,
|
|
13815
|
-
oauth_client_ids: Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientId']] = None,
|
|
13816
13563
|
oauth_client_rsa_public_key2_fps: Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKey2Fp']] = None,
|
|
13817
13564
|
oauth_client_rsa_public_key_fps: Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKeyFp']] = None,
|
|
13818
13565
|
oauth_client_types: Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientType']] = None,
|
|
13819
13566
|
oauth_enforce_pkces: Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthEnforcePkce']] = None,
|
|
13820
13567
|
oauth_issue_refresh_tokens: Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthIssueRefreshToken']] = None,
|
|
13821
|
-
oauth_redirect_uris: Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRedirectUri']] = None,
|
|
13822
13568
|
oauth_refresh_token_validities: Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRefreshTokenValidity']] = None,
|
|
13823
13569
|
oauth_token_endpoints: Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthTokenEndpoint']] = None,
|
|
13824
13570
|
oauth_use_secondary_roles: Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthUseSecondaryRole']] = None,
|
|
@@ -13839,8 +13585,6 @@ class OauthIntegrationForPartnerApplicationsDescribeOutput(dict):
|
|
|
13839
13585
|
pulumi.set(__self__, "oauth_allowed_token_endpoints", oauth_allowed_token_endpoints)
|
|
13840
13586
|
if oauth_authorization_endpoints is not None:
|
|
13841
13587
|
pulumi.set(__self__, "oauth_authorization_endpoints", oauth_authorization_endpoints)
|
|
13842
|
-
if oauth_client_ids is not None:
|
|
13843
|
-
pulumi.set(__self__, "oauth_client_ids", oauth_client_ids)
|
|
13844
13588
|
if oauth_client_rsa_public_key2_fps is not None:
|
|
13845
13589
|
pulumi.set(__self__, "oauth_client_rsa_public_key2_fps", oauth_client_rsa_public_key2_fps)
|
|
13846
13590
|
if oauth_client_rsa_public_key_fps is not None:
|
|
@@ -13851,8 +13595,6 @@ class OauthIntegrationForPartnerApplicationsDescribeOutput(dict):
|
|
|
13851
13595
|
pulumi.set(__self__, "oauth_enforce_pkces", oauth_enforce_pkces)
|
|
13852
13596
|
if oauth_issue_refresh_tokens is not None:
|
|
13853
13597
|
pulumi.set(__self__, "oauth_issue_refresh_tokens", oauth_issue_refresh_tokens)
|
|
13854
|
-
if oauth_redirect_uris is not None:
|
|
13855
|
-
pulumi.set(__self__, "oauth_redirect_uris", oauth_redirect_uris)
|
|
13856
13598
|
if oauth_refresh_token_validities is not None:
|
|
13857
13599
|
pulumi.set(__self__, "oauth_refresh_token_validities", oauth_refresh_token_validities)
|
|
13858
13600
|
if oauth_token_endpoints is not None:
|
|
@@ -13902,11 +13644,6 @@ class OauthIntegrationForPartnerApplicationsDescribeOutput(dict):
|
|
|
13902
13644
|
def oauth_authorization_endpoints(self) -> Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAuthorizationEndpoint']]:
|
|
13903
13645
|
return pulumi.get(self, "oauth_authorization_endpoints")
|
|
13904
13646
|
|
|
13905
|
-
@property
|
|
13906
|
-
@pulumi.getter(name="oauthClientIds")
|
|
13907
|
-
def oauth_client_ids(self) -> Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientId']]:
|
|
13908
|
-
return pulumi.get(self, "oauth_client_ids")
|
|
13909
|
-
|
|
13910
13647
|
@property
|
|
13911
13648
|
@pulumi.getter(name="oauthClientRsaPublicKey2Fps")
|
|
13912
13649
|
def oauth_client_rsa_public_key2_fps(self) -> Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKey2Fp']]:
|
|
@@ -13932,11 +13669,6 @@ class OauthIntegrationForPartnerApplicationsDescribeOutput(dict):
|
|
|
13932
13669
|
def oauth_issue_refresh_tokens(self) -> Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthIssueRefreshToken']]:
|
|
13933
13670
|
return pulumi.get(self, "oauth_issue_refresh_tokens")
|
|
13934
13671
|
|
|
13935
|
-
@property
|
|
13936
|
-
@pulumi.getter(name="oauthRedirectUris")
|
|
13937
|
-
def oauth_redirect_uris(self) -> Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRedirectUri']]:
|
|
13938
|
-
return pulumi.get(self, "oauth_redirect_uris")
|
|
13939
|
-
|
|
13940
13672
|
@property
|
|
13941
13673
|
@pulumi.getter(name="oauthRefreshTokenValidities")
|
|
13942
13674
|
def oauth_refresh_token_validities(self) -> Optional[Sequence['outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRefreshTokenValidity']]:
|
|
@@ -14254,43 +13986,6 @@ class OauthIntegrationForPartnerApplicationsDescribeOutputOauthAuthorizationEndp
|
|
|
14254
13986
|
return pulumi.get(self, "value")
|
|
14255
13987
|
|
|
14256
13988
|
|
|
14257
|
-
@pulumi.output_type
|
|
14258
|
-
class OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientId(dict):
|
|
14259
|
-
def __init__(__self__, *,
|
|
14260
|
-
default: Optional[builtins.str] = None,
|
|
14261
|
-
name: Optional[builtins.str] = None,
|
|
14262
|
-
type: Optional[builtins.str] = None,
|
|
14263
|
-
value: Optional[builtins.str] = None):
|
|
14264
|
-
if default is not None:
|
|
14265
|
-
pulumi.set(__self__, "default", default)
|
|
14266
|
-
if name is not None:
|
|
14267
|
-
pulumi.set(__self__, "name", name)
|
|
14268
|
-
if type is not None:
|
|
14269
|
-
pulumi.set(__self__, "type", type)
|
|
14270
|
-
if value is not None:
|
|
14271
|
-
pulumi.set(__self__, "value", value)
|
|
14272
|
-
|
|
14273
|
-
@property
|
|
14274
|
-
@pulumi.getter
|
|
14275
|
-
def default(self) -> Optional[builtins.str]:
|
|
14276
|
-
return pulumi.get(self, "default")
|
|
14277
|
-
|
|
14278
|
-
@property
|
|
14279
|
-
@pulumi.getter
|
|
14280
|
-
def name(self) -> Optional[builtins.str]:
|
|
14281
|
-
return pulumi.get(self, "name")
|
|
14282
|
-
|
|
14283
|
-
@property
|
|
14284
|
-
@pulumi.getter
|
|
14285
|
-
def type(self) -> Optional[builtins.str]:
|
|
14286
|
-
return pulumi.get(self, "type")
|
|
14287
|
-
|
|
14288
|
-
@property
|
|
14289
|
-
@pulumi.getter
|
|
14290
|
-
def value(self) -> Optional[builtins.str]:
|
|
14291
|
-
return pulumi.get(self, "value")
|
|
14292
|
-
|
|
14293
|
-
|
|
14294
13989
|
@pulumi.output_type
|
|
14295
13990
|
class OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKey2Fp(dict):
|
|
14296
13991
|
def __init__(__self__, *,
|
|
@@ -14476,43 +14171,6 @@ class OauthIntegrationForPartnerApplicationsDescribeOutputOauthIssueRefreshToken
|
|
|
14476
14171
|
return pulumi.get(self, "value")
|
|
14477
14172
|
|
|
14478
14173
|
|
|
14479
|
-
@pulumi.output_type
|
|
14480
|
-
class OauthIntegrationForPartnerApplicationsDescribeOutputOauthRedirectUri(dict):
|
|
14481
|
-
def __init__(__self__, *,
|
|
14482
|
-
default: Optional[builtins.str] = None,
|
|
14483
|
-
name: Optional[builtins.str] = None,
|
|
14484
|
-
type: Optional[builtins.str] = None,
|
|
14485
|
-
value: Optional[builtins.str] = None):
|
|
14486
|
-
if default is not None:
|
|
14487
|
-
pulumi.set(__self__, "default", default)
|
|
14488
|
-
if name is not None:
|
|
14489
|
-
pulumi.set(__self__, "name", name)
|
|
14490
|
-
if type is not None:
|
|
14491
|
-
pulumi.set(__self__, "type", type)
|
|
14492
|
-
if value is not None:
|
|
14493
|
-
pulumi.set(__self__, "value", value)
|
|
14494
|
-
|
|
14495
|
-
@property
|
|
14496
|
-
@pulumi.getter
|
|
14497
|
-
def default(self) -> Optional[builtins.str]:
|
|
14498
|
-
return pulumi.get(self, "default")
|
|
14499
|
-
|
|
14500
|
-
@property
|
|
14501
|
-
@pulumi.getter
|
|
14502
|
-
def name(self) -> Optional[builtins.str]:
|
|
14503
|
-
return pulumi.get(self, "name")
|
|
14504
|
-
|
|
14505
|
-
@property
|
|
14506
|
-
@pulumi.getter
|
|
14507
|
-
def type(self) -> Optional[builtins.str]:
|
|
14508
|
-
return pulumi.get(self, "type")
|
|
14509
|
-
|
|
14510
|
-
@property
|
|
14511
|
-
@pulumi.getter
|
|
14512
|
-
def value(self) -> Optional[builtins.str]:
|
|
14513
|
-
return pulumi.get(self, "value")
|
|
14514
|
-
|
|
14515
|
-
|
|
14516
14174
|
@pulumi.output_type
|
|
14517
14175
|
class OauthIntegrationForPartnerApplicationsDescribeOutputOauthRefreshTokenValidity(dict):
|
|
14518
14176
|
def __init__(__self__, *,
|
|
@@ -18085,14 +17743,10 @@ class Saml2IntegrationDescribeOutput(dict):
|
|
|
18085
17743
|
suggest = "saml2_snowflake_issuer_urls"
|
|
18086
17744
|
elif key == "saml2SnowflakeMetadatas":
|
|
18087
17745
|
suggest = "saml2_snowflake_metadatas"
|
|
18088
|
-
elif key == "saml2SnowflakeX509Certs":
|
|
18089
|
-
suggest = "saml2_snowflake_x509_certs"
|
|
18090
17746
|
elif key == "saml2SpInitiatedLoginPageLabels":
|
|
18091
17747
|
suggest = "saml2_sp_initiated_login_page_labels"
|
|
18092
17748
|
elif key == "saml2SsoUrls":
|
|
18093
17749
|
suggest = "saml2_sso_urls"
|
|
18094
|
-
elif key == "saml2X509Certs":
|
|
18095
|
-
suggest = "saml2_x509_certs"
|
|
18096
17750
|
|
|
18097
17751
|
if suggest:
|
|
18098
17752
|
pulumi.log.warn(f"Key '{key}' not found in Saml2IntegrationDescribeOutput. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -18121,10 +17775,8 @@ class Saml2IntegrationDescribeOutput(dict):
|
|
|
18121
17775
|
saml2_snowflake_acs_urls: Optional[Sequence['outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeAcsUrl']] = None,
|
|
18122
17776
|
saml2_snowflake_issuer_urls: Optional[Sequence['outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeIssuerUrl']] = None,
|
|
18123
17777
|
saml2_snowflake_metadatas: Optional[Sequence['outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeMetadata']] = None,
|
|
18124
|
-
saml2_snowflake_x509_certs: Optional[Sequence['outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeX509Cert']] = None,
|
|
18125
17778
|
saml2_sp_initiated_login_page_labels: Optional[Sequence['outputs.Saml2IntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel']] = None,
|
|
18126
|
-
saml2_sso_urls: Optional[Sequence['outputs.Saml2IntegrationDescribeOutputSaml2SsoUrl']] = None
|
|
18127
|
-
saml2_x509_certs: Optional[Sequence['outputs.Saml2IntegrationDescribeOutputSaml2X509Cert']] = None):
|
|
17779
|
+
saml2_sso_urls: Optional[Sequence['outputs.Saml2IntegrationDescribeOutputSaml2SsoUrl']] = None):
|
|
18128
17780
|
if allowed_email_patterns is not None:
|
|
18129
17781
|
pulumi.set(__self__, "allowed_email_patterns", allowed_email_patterns)
|
|
18130
17782
|
if allowed_user_domains is not None:
|
|
@@ -18155,14 +17807,10 @@ class Saml2IntegrationDescribeOutput(dict):
|
|
|
18155
17807
|
pulumi.set(__self__, "saml2_snowflake_issuer_urls", saml2_snowflake_issuer_urls)
|
|
18156
17808
|
if saml2_snowflake_metadatas is not None:
|
|
18157
17809
|
pulumi.set(__self__, "saml2_snowflake_metadatas", saml2_snowflake_metadatas)
|
|
18158
|
-
if saml2_snowflake_x509_certs is not None:
|
|
18159
|
-
pulumi.set(__self__, "saml2_snowflake_x509_certs", saml2_snowflake_x509_certs)
|
|
18160
17810
|
if saml2_sp_initiated_login_page_labels is not None:
|
|
18161
17811
|
pulumi.set(__self__, "saml2_sp_initiated_login_page_labels", saml2_sp_initiated_login_page_labels)
|
|
18162
17812
|
if saml2_sso_urls is not None:
|
|
18163
17813
|
pulumi.set(__self__, "saml2_sso_urls", saml2_sso_urls)
|
|
18164
|
-
if saml2_x509_certs is not None:
|
|
18165
|
-
pulumi.set(__self__, "saml2_x509_certs", saml2_x509_certs)
|
|
18166
17814
|
|
|
18167
17815
|
@property
|
|
18168
17816
|
@pulumi.getter(name="allowedEmailPatterns")
|
|
@@ -18239,11 +17887,6 @@ class Saml2IntegrationDescribeOutput(dict):
|
|
|
18239
17887
|
def saml2_snowflake_metadatas(self) -> Optional[Sequence['outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeMetadata']]:
|
|
18240
17888
|
return pulumi.get(self, "saml2_snowflake_metadatas")
|
|
18241
17889
|
|
|
18242
|
-
@property
|
|
18243
|
-
@pulumi.getter(name="saml2SnowflakeX509Certs")
|
|
18244
|
-
def saml2_snowflake_x509_certs(self) -> Optional[Sequence['outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeX509Cert']]:
|
|
18245
|
-
return pulumi.get(self, "saml2_snowflake_x509_certs")
|
|
18246
|
-
|
|
18247
17890
|
@property
|
|
18248
17891
|
@pulumi.getter(name="saml2SpInitiatedLoginPageLabels")
|
|
18249
17892
|
def saml2_sp_initiated_login_page_labels(self) -> Optional[Sequence['outputs.Saml2IntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel']]:
|
|
@@ -18254,11 +17897,6 @@ class Saml2IntegrationDescribeOutput(dict):
|
|
|
18254
17897
|
def saml2_sso_urls(self) -> Optional[Sequence['outputs.Saml2IntegrationDescribeOutputSaml2SsoUrl']]:
|
|
18255
17898
|
return pulumi.get(self, "saml2_sso_urls")
|
|
18256
17899
|
|
|
18257
|
-
@property
|
|
18258
|
-
@pulumi.getter(name="saml2X509Certs")
|
|
18259
|
-
def saml2_x509_certs(self) -> Optional[Sequence['outputs.Saml2IntegrationDescribeOutputSaml2X509Cert']]:
|
|
18260
|
-
return pulumi.get(self, "saml2_x509_certs")
|
|
18261
|
-
|
|
18262
17900
|
|
|
18263
17901
|
@pulumi.output_type
|
|
18264
17902
|
class Saml2IntegrationDescribeOutputAllowedEmailPattern(dict):
|
|
@@ -18815,43 +18453,6 @@ class Saml2IntegrationDescribeOutputSaml2SnowflakeMetadata(dict):
|
|
|
18815
18453
|
return pulumi.get(self, "value")
|
|
18816
18454
|
|
|
18817
18455
|
|
|
18818
|
-
@pulumi.output_type
|
|
18819
|
-
class Saml2IntegrationDescribeOutputSaml2SnowflakeX509Cert(dict):
|
|
18820
|
-
def __init__(__self__, *,
|
|
18821
|
-
default: Optional[builtins.str] = None,
|
|
18822
|
-
name: Optional[builtins.str] = None,
|
|
18823
|
-
type: Optional[builtins.str] = None,
|
|
18824
|
-
value: Optional[builtins.str] = None):
|
|
18825
|
-
if default is not None:
|
|
18826
|
-
pulumi.set(__self__, "default", default)
|
|
18827
|
-
if name is not None:
|
|
18828
|
-
pulumi.set(__self__, "name", name)
|
|
18829
|
-
if type is not None:
|
|
18830
|
-
pulumi.set(__self__, "type", type)
|
|
18831
|
-
if value is not None:
|
|
18832
|
-
pulumi.set(__self__, "value", value)
|
|
18833
|
-
|
|
18834
|
-
@property
|
|
18835
|
-
@pulumi.getter
|
|
18836
|
-
def default(self) -> Optional[builtins.str]:
|
|
18837
|
-
return pulumi.get(self, "default")
|
|
18838
|
-
|
|
18839
|
-
@property
|
|
18840
|
-
@pulumi.getter
|
|
18841
|
-
def name(self) -> Optional[builtins.str]:
|
|
18842
|
-
return pulumi.get(self, "name")
|
|
18843
|
-
|
|
18844
|
-
@property
|
|
18845
|
-
@pulumi.getter
|
|
18846
|
-
def type(self) -> Optional[builtins.str]:
|
|
18847
|
-
return pulumi.get(self, "type")
|
|
18848
|
-
|
|
18849
|
-
@property
|
|
18850
|
-
@pulumi.getter
|
|
18851
|
-
def value(self) -> Optional[builtins.str]:
|
|
18852
|
-
return pulumi.get(self, "value")
|
|
18853
|
-
|
|
18854
|
-
|
|
18855
18456
|
@pulumi.output_type
|
|
18856
18457
|
class Saml2IntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel(dict):
|
|
18857
18458
|
def __init__(__self__, *,
|
|
@@ -18926,43 +18527,6 @@ class Saml2IntegrationDescribeOutputSaml2SsoUrl(dict):
|
|
|
18926
18527
|
return pulumi.get(self, "value")
|
|
18927
18528
|
|
|
18928
18529
|
|
|
18929
|
-
@pulumi.output_type
|
|
18930
|
-
class Saml2IntegrationDescribeOutputSaml2X509Cert(dict):
|
|
18931
|
-
def __init__(__self__, *,
|
|
18932
|
-
default: Optional[builtins.str] = None,
|
|
18933
|
-
name: Optional[builtins.str] = None,
|
|
18934
|
-
type: Optional[builtins.str] = None,
|
|
18935
|
-
value: Optional[builtins.str] = None):
|
|
18936
|
-
if default is not None:
|
|
18937
|
-
pulumi.set(__self__, "default", default)
|
|
18938
|
-
if name is not None:
|
|
18939
|
-
pulumi.set(__self__, "name", name)
|
|
18940
|
-
if type is not None:
|
|
18941
|
-
pulumi.set(__self__, "type", type)
|
|
18942
|
-
if value is not None:
|
|
18943
|
-
pulumi.set(__self__, "value", value)
|
|
18944
|
-
|
|
18945
|
-
@property
|
|
18946
|
-
@pulumi.getter
|
|
18947
|
-
def default(self) -> Optional[builtins.str]:
|
|
18948
|
-
return pulumi.get(self, "default")
|
|
18949
|
-
|
|
18950
|
-
@property
|
|
18951
|
-
@pulumi.getter
|
|
18952
|
-
def name(self) -> Optional[builtins.str]:
|
|
18953
|
-
return pulumi.get(self, "name")
|
|
18954
|
-
|
|
18955
|
-
@property
|
|
18956
|
-
@pulumi.getter
|
|
18957
|
-
def type(self) -> Optional[builtins.str]:
|
|
18958
|
-
return pulumi.get(self, "type")
|
|
18959
|
-
|
|
18960
|
-
@property
|
|
18961
|
-
@pulumi.getter
|
|
18962
|
-
def value(self) -> Optional[builtins.str]:
|
|
18963
|
-
return pulumi.get(self, "value")
|
|
18964
|
-
|
|
18965
|
-
|
|
18966
18530
|
@pulumi.output_type
|
|
18967
18531
|
class Saml2IntegrationShowOutput(dict):
|
|
18968
18532
|
@staticmethod
|
|
@@ -40547,14 +40111,12 @@ class GetSecurityIntegrationsSecurityIntegrationDescribeOutputResult(dict):
|
|
|
40547
40111
|
oauth_allowed_token_endpoints: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedTokenEndpointResult'],
|
|
40548
40112
|
oauth_authorization_endpoints: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAuthorizationEndpointResult'],
|
|
40549
40113
|
oauth_client_auth_methods: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientAuthMethodResult'],
|
|
40550
|
-
oauth_client_ids: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientIdResult'],
|
|
40551
40114
|
oauth_client_rsa_public_key2_fps: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKey2FpResult'],
|
|
40552
40115
|
oauth_client_rsa_public_key_fps: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKeyFpResult'],
|
|
40553
40116
|
oauth_client_types: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientTypeResult'],
|
|
40554
40117
|
oauth_enforce_pkces: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthEnforcePkceResult'],
|
|
40555
40118
|
oauth_grants: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthGrantResult'],
|
|
40556
40119
|
oauth_issue_refresh_tokens: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthIssueRefreshTokenResult'],
|
|
40557
|
-
oauth_redirect_uris: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRedirectUriResult'],
|
|
40558
40120
|
oauth_refresh_token_validities: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRefreshTokenValidityResult'],
|
|
40559
40121
|
oauth_token_endpoints: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthTokenEndpointResult'],
|
|
40560
40122
|
oauth_use_secondary_roles: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthUseSecondaryRoleResult'],
|
|
@@ -40573,10 +40135,8 @@ class GetSecurityIntegrationsSecurityIntegrationDescribeOutputResult(dict):
|
|
|
40573
40135
|
saml2_snowflake_acs_urls: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeAcsUrlResult'],
|
|
40574
40136
|
saml2_snowflake_issuer_urls: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeIssuerUrlResult'],
|
|
40575
40137
|
saml2_snowflake_metadatas: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeMetadataResult'],
|
|
40576
|
-
saml2_snowflake_x509_certs: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeX509CertResult'],
|
|
40577
40138
|
saml2_sp_initiated_login_page_labels: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SpInitiatedLoginPageLabelResult'],
|
|
40578
40139
|
saml2_sso_urls: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SsoUrlResult'],
|
|
40579
|
-
saml2_x509_certs: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2X509CertResult'],
|
|
40580
40140
|
sync_passwords: Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSyncPasswordResult']):
|
|
40581
40141
|
pulumi.set(__self__, "allowed_email_patterns", allowed_email_patterns)
|
|
40582
40142
|
pulumi.set(__self__, "allowed_user_domains", allowed_user_domains)
|
|
@@ -40603,14 +40163,12 @@ class GetSecurityIntegrationsSecurityIntegrationDescribeOutputResult(dict):
|
|
|
40603
40163
|
pulumi.set(__self__, "oauth_allowed_token_endpoints", oauth_allowed_token_endpoints)
|
|
40604
40164
|
pulumi.set(__self__, "oauth_authorization_endpoints", oauth_authorization_endpoints)
|
|
40605
40165
|
pulumi.set(__self__, "oauth_client_auth_methods", oauth_client_auth_methods)
|
|
40606
|
-
pulumi.set(__self__, "oauth_client_ids", oauth_client_ids)
|
|
40607
40166
|
pulumi.set(__self__, "oauth_client_rsa_public_key2_fps", oauth_client_rsa_public_key2_fps)
|
|
40608
40167
|
pulumi.set(__self__, "oauth_client_rsa_public_key_fps", oauth_client_rsa_public_key_fps)
|
|
40609
40168
|
pulumi.set(__self__, "oauth_client_types", oauth_client_types)
|
|
40610
40169
|
pulumi.set(__self__, "oauth_enforce_pkces", oauth_enforce_pkces)
|
|
40611
40170
|
pulumi.set(__self__, "oauth_grants", oauth_grants)
|
|
40612
40171
|
pulumi.set(__self__, "oauth_issue_refresh_tokens", oauth_issue_refresh_tokens)
|
|
40613
|
-
pulumi.set(__self__, "oauth_redirect_uris", oauth_redirect_uris)
|
|
40614
40172
|
pulumi.set(__self__, "oauth_refresh_token_validities", oauth_refresh_token_validities)
|
|
40615
40173
|
pulumi.set(__self__, "oauth_token_endpoints", oauth_token_endpoints)
|
|
40616
40174
|
pulumi.set(__self__, "oauth_use_secondary_roles", oauth_use_secondary_roles)
|
|
@@ -40629,10 +40187,8 @@ class GetSecurityIntegrationsSecurityIntegrationDescribeOutputResult(dict):
|
|
|
40629
40187
|
pulumi.set(__self__, "saml2_snowflake_acs_urls", saml2_snowflake_acs_urls)
|
|
40630
40188
|
pulumi.set(__self__, "saml2_snowflake_issuer_urls", saml2_snowflake_issuer_urls)
|
|
40631
40189
|
pulumi.set(__self__, "saml2_snowflake_metadatas", saml2_snowflake_metadatas)
|
|
40632
|
-
pulumi.set(__self__, "saml2_snowflake_x509_certs", saml2_snowflake_x509_certs)
|
|
40633
40190
|
pulumi.set(__self__, "saml2_sp_initiated_login_page_labels", saml2_sp_initiated_login_page_labels)
|
|
40634
40191
|
pulumi.set(__self__, "saml2_sso_urls", saml2_sso_urls)
|
|
40635
|
-
pulumi.set(__self__, "saml2_x509_certs", saml2_x509_certs)
|
|
40636
40192
|
pulumi.set(__self__, "sync_passwords", sync_passwords)
|
|
40637
40193
|
|
|
40638
40194
|
@property
|
|
@@ -40760,11 +40316,6 @@ class GetSecurityIntegrationsSecurityIntegrationDescribeOutputResult(dict):
|
|
|
40760
40316
|
def oauth_client_auth_methods(self) -> Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientAuthMethodResult']:
|
|
40761
40317
|
return pulumi.get(self, "oauth_client_auth_methods")
|
|
40762
40318
|
|
|
40763
|
-
@property
|
|
40764
|
-
@pulumi.getter(name="oauthClientIds")
|
|
40765
|
-
def oauth_client_ids(self) -> Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientIdResult']:
|
|
40766
|
-
return pulumi.get(self, "oauth_client_ids")
|
|
40767
|
-
|
|
40768
40319
|
@property
|
|
40769
40320
|
@pulumi.getter(name="oauthClientRsaPublicKey2Fps")
|
|
40770
40321
|
def oauth_client_rsa_public_key2_fps(self) -> Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKey2FpResult']:
|
|
@@ -40795,11 +40346,6 @@ class GetSecurityIntegrationsSecurityIntegrationDescribeOutputResult(dict):
|
|
|
40795
40346
|
def oauth_issue_refresh_tokens(self) -> Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthIssueRefreshTokenResult']:
|
|
40796
40347
|
return pulumi.get(self, "oauth_issue_refresh_tokens")
|
|
40797
40348
|
|
|
40798
|
-
@property
|
|
40799
|
-
@pulumi.getter(name="oauthRedirectUris")
|
|
40800
|
-
def oauth_redirect_uris(self) -> Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRedirectUriResult']:
|
|
40801
|
-
return pulumi.get(self, "oauth_redirect_uris")
|
|
40802
|
-
|
|
40803
40349
|
@property
|
|
40804
40350
|
@pulumi.getter(name="oauthRefreshTokenValidities")
|
|
40805
40351
|
def oauth_refresh_token_validities(self) -> Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRefreshTokenValidityResult']:
|
|
@@ -40890,11 +40436,6 @@ class GetSecurityIntegrationsSecurityIntegrationDescribeOutputResult(dict):
|
|
|
40890
40436
|
def saml2_snowflake_metadatas(self) -> Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeMetadataResult']:
|
|
40891
40437
|
return pulumi.get(self, "saml2_snowflake_metadatas")
|
|
40892
40438
|
|
|
40893
|
-
@property
|
|
40894
|
-
@pulumi.getter(name="saml2SnowflakeX509Certs")
|
|
40895
|
-
def saml2_snowflake_x509_certs(self) -> Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeX509CertResult']:
|
|
40896
|
-
return pulumi.get(self, "saml2_snowflake_x509_certs")
|
|
40897
|
-
|
|
40898
40439
|
@property
|
|
40899
40440
|
@pulumi.getter(name="saml2SpInitiatedLoginPageLabels")
|
|
40900
40441
|
def saml2_sp_initiated_login_page_labels(self) -> Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SpInitiatedLoginPageLabelResult']:
|
|
@@ -40905,11 +40446,6 @@ class GetSecurityIntegrationsSecurityIntegrationDescribeOutputResult(dict):
|
|
|
40905
40446
|
def saml2_sso_urls(self) -> Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SsoUrlResult']:
|
|
40906
40447
|
return pulumi.get(self, "saml2_sso_urls")
|
|
40907
40448
|
|
|
40908
|
-
@property
|
|
40909
|
-
@pulumi.getter(name="saml2X509Certs")
|
|
40910
|
-
def saml2_x509_certs(self) -> Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2X509CertResult']:
|
|
40911
|
-
return pulumi.get(self, "saml2_x509_certs")
|
|
40912
|
-
|
|
40913
40449
|
@property
|
|
40914
40450
|
@pulumi.getter(name="syncPasswords")
|
|
40915
40451
|
def sync_passwords(self) -> Sequence['outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSyncPasswordResult']:
|
|
@@ -41741,39 +41277,6 @@ class GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientAuthMet
|
|
|
41741
41277
|
return pulumi.get(self, "value")
|
|
41742
41278
|
|
|
41743
41279
|
|
|
41744
|
-
@pulumi.output_type
|
|
41745
|
-
class GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientIdResult(dict):
|
|
41746
|
-
def __init__(__self__, *,
|
|
41747
|
-
default: builtins.str,
|
|
41748
|
-
name: builtins.str,
|
|
41749
|
-
type: builtins.str,
|
|
41750
|
-
value: builtins.str):
|
|
41751
|
-
pulumi.set(__self__, "default", default)
|
|
41752
|
-
pulumi.set(__self__, "name", name)
|
|
41753
|
-
pulumi.set(__self__, "type", type)
|
|
41754
|
-
pulumi.set(__self__, "value", value)
|
|
41755
|
-
|
|
41756
|
-
@property
|
|
41757
|
-
@pulumi.getter
|
|
41758
|
-
def default(self) -> builtins.str:
|
|
41759
|
-
return pulumi.get(self, "default")
|
|
41760
|
-
|
|
41761
|
-
@property
|
|
41762
|
-
@pulumi.getter
|
|
41763
|
-
def name(self) -> builtins.str:
|
|
41764
|
-
return pulumi.get(self, "name")
|
|
41765
|
-
|
|
41766
|
-
@property
|
|
41767
|
-
@pulumi.getter
|
|
41768
|
-
def type(self) -> builtins.str:
|
|
41769
|
-
return pulumi.get(self, "type")
|
|
41770
|
-
|
|
41771
|
-
@property
|
|
41772
|
-
@pulumi.getter
|
|
41773
|
-
def value(self) -> builtins.str:
|
|
41774
|
-
return pulumi.get(self, "value")
|
|
41775
|
-
|
|
41776
|
-
|
|
41777
41280
|
@pulumi.output_type
|
|
41778
41281
|
class GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKey2FpResult(dict):
|
|
41779
41282
|
def __init__(__self__, *,
|
|
@@ -41972,39 +41475,6 @@ class GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthIssueRefreshT
|
|
|
41972
41475
|
return pulumi.get(self, "value")
|
|
41973
41476
|
|
|
41974
41477
|
|
|
41975
|
-
@pulumi.output_type
|
|
41976
|
-
class GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRedirectUriResult(dict):
|
|
41977
|
-
def __init__(__self__, *,
|
|
41978
|
-
default: builtins.str,
|
|
41979
|
-
name: builtins.str,
|
|
41980
|
-
type: builtins.str,
|
|
41981
|
-
value: builtins.str):
|
|
41982
|
-
pulumi.set(__self__, "default", default)
|
|
41983
|
-
pulumi.set(__self__, "name", name)
|
|
41984
|
-
pulumi.set(__self__, "type", type)
|
|
41985
|
-
pulumi.set(__self__, "value", value)
|
|
41986
|
-
|
|
41987
|
-
@property
|
|
41988
|
-
@pulumi.getter
|
|
41989
|
-
def default(self) -> builtins.str:
|
|
41990
|
-
return pulumi.get(self, "default")
|
|
41991
|
-
|
|
41992
|
-
@property
|
|
41993
|
-
@pulumi.getter
|
|
41994
|
-
def name(self) -> builtins.str:
|
|
41995
|
-
return pulumi.get(self, "name")
|
|
41996
|
-
|
|
41997
|
-
@property
|
|
41998
|
-
@pulumi.getter
|
|
41999
|
-
def type(self) -> builtins.str:
|
|
42000
|
-
return pulumi.get(self, "type")
|
|
42001
|
-
|
|
42002
|
-
@property
|
|
42003
|
-
@pulumi.getter
|
|
42004
|
-
def value(self) -> builtins.str:
|
|
42005
|
-
return pulumi.get(self, "value")
|
|
42006
|
-
|
|
42007
|
-
|
|
42008
41478
|
@pulumi.output_type
|
|
42009
41479
|
class GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRefreshTokenValidityResult(dict):
|
|
42010
41480
|
def __init__(__self__, *,
|
|
@@ -42599,39 +42069,6 @@ class GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeMeta
|
|
|
42599
42069
|
return pulumi.get(self, "value")
|
|
42600
42070
|
|
|
42601
42071
|
|
|
42602
|
-
@pulumi.output_type
|
|
42603
|
-
class GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeX509CertResult(dict):
|
|
42604
|
-
def __init__(__self__, *,
|
|
42605
|
-
default: builtins.str,
|
|
42606
|
-
name: builtins.str,
|
|
42607
|
-
type: builtins.str,
|
|
42608
|
-
value: builtins.str):
|
|
42609
|
-
pulumi.set(__self__, "default", default)
|
|
42610
|
-
pulumi.set(__self__, "name", name)
|
|
42611
|
-
pulumi.set(__self__, "type", type)
|
|
42612
|
-
pulumi.set(__self__, "value", value)
|
|
42613
|
-
|
|
42614
|
-
@property
|
|
42615
|
-
@pulumi.getter
|
|
42616
|
-
def default(self) -> builtins.str:
|
|
42617
|
-
return pulumi.get(self, "default")
|
|
42618
|
-
|
|
42619
|
-
@property
|
|
42620
|
-
@pulumi.getter
|
|
42621
|
-
def name(self) -> builtins.str:
|
|
42622
|
-
return pulumi.get(self, "name")
|
|
42623
|
-
|
|
42624
|
-
@property
|
|
42625
|
-
@pulumi.getter
|
|
42626
|
-
def type(self) -> builtins.str:
|
|
42627
|
-
return pulumi.get(self, "type")
|
|
42628
|
-
|
|
42629
|
-
@property
|
|
42630
|
-
@pulumi.getter
|
|
42631
|
-
def value(self) -> builtins.str:
|
|
42632
|
-
return pulumi.get(self, "value")
|
|
42633
|
-
|
|
42634
|
-
|
|
42635
42072
|
@pulumi.output_type
|
|
42636
42073
|
class GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SpInitiatedLoginPageLabelResult(dict):
|
|
42637
42074
|
def __init__(__self__, *,
|
|
@@ -42698,39 +42135,6 @@ class GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SsoUrlResult(
|
|
|
42698
42135
|
return pulumi.get(self, "value")
|
|
42699
42136
|
|
|
42700
42137
|
|
|
42701
|
-
@pulumi.output_type
|
|
42702
|
-
class GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2X509CertResult(dict):
|
|
42703
|
-
def __init__(__self__, *,
|
|
42704
|
-
default: builtins.str,
|
|
42705
|
-
name: builtins.str,
|
|
42706
|
-
type: builtins.str,
|
|
42707
|
-
value: builtins.str):
|
|
42708
|
-
pulumi.set(__self__, "default", default)
|
|
42709
|
-
pulumi.set(__self__, "name", name)
|
|
42710
|
-
pulumi.set(__self__, "type", type)
|
|
42711
|
-
pulumi.set(__self__, "value", value)
|
|
42712
|
-
|
|
42713
|
-
@property
|
|
42714
|
-
@pulumi.getter
|
|
42715
|
-
def default(self) -> builtins.str:
|
|
42716
|
-
return pulumi.get(self, "default")
|
|
42717
|
-
|
|
42718
|
-
@property
|
|
42719
|
-
@pulumi.getter
|
|
42720
|
-
def name(self) -> builtins.str:
|
|
42721
|
-
return pulumi.get(self, "name")
|
|
42722
|
-
|
|
42723
|
-
@property
|
|
42724
|
-
@pulumi.getter
|
|
42725
|
-
def type(self) -> builtins.str:
|
|
42726
|
-
return pulumi.get(self, "type")
|
|
42727
|
-
|
|
42728
|
-
@property
|
|
42729
|
-
@pulumi.getter
|
|
42730
|
-
def value(self) -> builtins.str:
|
|
42731
|
-
return pulumi.get(self, "value")
|
|
42732
|
-
|
|
42733
|
-
|
|
42734
42138
|
@pulumi.output_type
|
|
42735
42139
|
class GetSecurityIntegrationsSecurityIntegrationDescribeOutputSyncPasswordResult(dict):
|
|
42736
42140
|
def __init__(__self__, *,
|
|
@@ -46901,7 +46305,6 @@ class GetUsersUserDescribeOutputResult(dict):
|
|
|
46901
46305
|
mins_to_unlock: builtins.int,
|
|
46902
46306
|
must_change_password: builtins.bool,
|
|
46903
46307
|
name: builtins.str,
|
|
46904
|
-
password: builtins.str,
|
|
46905
46308
|
password_last_set_time: builtins.str,
|
|
46906
46309
|
rsa_public_key: builtins.str,
|
|
46907
46310
|
rsa_public_key2: builtins.str,
|
|
@@ -46933,7 +46336,6 @@ class GetUsersUserDescribeOutputResult(dict):
|
|
|
46933
46336
|
pulumi.set(__self__, "mins_to_unlock", mins_to_unlock)
|
|
46934
46337
|
pulumi.set(__self__, "must_change_password", must_change_password)
|
|
46935
46338
|
pulumi.set(__self__, "name", name)
|
|
46936
|
-
pulumi.set(__self__, "password", password)
|
|
46937
46339
|
pulumi.set(__self__, "password_last_set_time", password_last_set_time)
|
|
46938
46340
|
pulumi.set(__self__, "rsa_public_key", rsa_public_key)
|
|
46939
46341
|
pulumi.set(__self__, "rsa_public_key2", rsa_public_key2)
|
|
@@ -47058,11 +46460,6 @@ class GetUsersUserDescribeOutputResult(dict):
|
|
|
47058
46460
|
def name(self) -> builtins.str:
|
|
47059
46461
|
return pulumi.get(self, "name")
|
|
47060
46462
|
|
|
47061
|
-
@property
|
|
47062
|
-
@pulumi.getter
|
|
47063
|
-
def password(self) -> builtins.str:
|
|
47064
|
-
return pulumi.get(self, "password")
|
|
47065
|
-
|
|
47066
46463
|
@property
|
|
47067
46464
|
@pulumi.getter(name="passwordLastSetTime")
|
|
47068
46465
|
def password_last_set_time(self) -> builtins.str:
|