pulumi-oci 2.5.0__py3-none-any.whl → 2.5.0a1721976101__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.
- pulumi_oci/__init__.py +32 -59
- pulumi_oci/bigdataservice/bds_instance.py +0 -47
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -11
- pulumi_oci/bigdataservice/outputs.py +0 -7
- pulumi_oci/core/__init__.py +0 -3
- pulumi_oci/core/_inputs.py +0 -40
- pulumi_oci/core/outputs.py +0 -314
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/outputs.py +0 -22
- pulumi_oci/databasemigration/_inputs.py +0 -184
- pulumi_oci/databasemigration/job.py +24 -99
- pulumi_oci/databasemigration/outputs.py +0 -171
- pulumi_oci/datasafe/__init__.py +4 -2
- pulumi_oci/datasafe/_inputs.py +0 -55
- pulumi_oci/datasafe/alert.py +0 -56
- pulumi_oci/datasafe/get_alert.py +1 -27
- pulumi_oci/datasafe/get_alert_policy.py +2 -26
- pulumi_oci/datasafe/get_alert_policy_rule.py +18 -94
- pulumi_oci/datasafe/get_report.py +1 -14
- pulumi_oci/datasafe/get_report_definition.py +1 -14
- pulumi_oci/datasafe/get_target_alert_policy_association.py +2 -15
- pulumi_oci/datasafe/masking_policy_health_report_management.py +453 -0
- pulumi_oci/datasafe/masking_report_management.py +693 -0
- pulumi_oci/datasafe/outputs.py +27 -231
- pulumi_oci/datasafe/report.py +0 -28
- pulumi_oci/datasafe/report_definition.py +0 -28
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_alert_policy_association.py +0 -28
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +0 -3
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +0 -3
- pulumi_oci/generativeai/get_endpoint.py +9 -6
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +6 -36
- pulumi_oci/generativeai/get_models.py +0 -6
- pulumi_oci/generativeai/outputs.py +16 -228
- pulumi_oci/identity/__init__.py +0 -3
- pulumi_oci/identity/_inputs.py +0 -1029
- pulumi_oci/identity/outputs.py +27254 -29420
- pulumi_oci/networkfirewall/__init__.py +0 -3
- pulumi_oci/networkfirewall/_inputs.py +0 -150
- pulumi_oci/networkfirewall/outputs.py +0 -457
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +1 -1
- pulumi_oci/redis/outputs.py +2 -2
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +2 -2
- pulumi_oci/stackmonitoring/baselineable_metric.py +28 -76
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +1 -14
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +5 -45
- pulumi_oci/stackmonitoring/outputs.py +8 -19
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/METADATA +1 -1
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/RECORD +56 -72
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/WHEEL +1 -1
- pulumi_oci/core/get_instance_maintenance_event.py +0 -414
- pulumi_oci/core/get_instance_maintenance_events.py +0 -250
- pulumi_oci/core/instance_maintenance_event.py +0 -1022
- pulumi_oci/datasafe/alert_policy.py +0 -745
- pulumi_oci/datasafe/alert_policy_rule.py +0 -446
- pulumi_oci/fleetsoftwareupdate/__init__.py +0 -15
- pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -553
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -514
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -812
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -225
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -141
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -325
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -167
- pulumi_oci/fleetsoftwareupdate/outputs.py +0 -1481
- pulumi_oci/identity/domains_social_identity_provider.py +0 -4628
- pulumi_oci/identity/get_domains_social_identity_provider.py +0 -664
- pulumi_oci/identity/get_domains_social_identity_providers.py +0 -276
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +0 -227
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +0 -167
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +0 -605
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/top_level.txt +0 -0
pulumi_oci/identity/_inputs.py
CHANGED
@@ -216,7 +216,6 @@ __all__ = [
|
|
216
216
|
'DomainsIdentityProviderMetaArgs',
|
217
217
|
'DomainsIdentityProviderTagArgs',
|
218
218
|
'DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderArgs',
|
219
|
-
'DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderJitProvAssignedGroupArgs',
|
220
219
|
'DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs',
|
221
220
|
'DomainsIdentitySettingIdcsCreatedByArgs',
|
222
221
|
'DomainsIdentitySettingIdcsLastModifiedByArgs',
|
@@ -359,12 +358,6 @@ __all__ = [
|
|
359
358
|
'DomainsSmtpCredentialTagArgs',
|
360
359
|
'DomainsSmtpCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs',
|
361
360
|
'DomainsSmtpCredentialUserArgs',
|
362
|
-
'DomainsSocialIdentityProviderIdcsCreatedByArgs',
|
363
|
-
'DomainsSocialIdentityProviderIdcsLastModifiedByArgs',
|
364
|
-
'DomainsSocialIdentityProviderJitProvAssignedGroupArgs',
|
365
|
-
'DomainsSocialIdentityProviderMetaArgs',
|
366
|
-
'DomainsSocialIdentityProviderRelayIdpParamMappingArgs',
|
367
|
-
'DomainsSocialIdentityProviderTagArgs',
|
368
361
|
'DomainsUserAddressArgs',
|
369
362
|
'DomainsUserDbCredentialIdcsCreatedByArgs',
|
370
363
|
'DomainsUserDbCredentialIdcsLastModifiedByArgs',
|
@@ -33596,17 +33589,13 @@ class DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialId
|
|
33596
33589
|
access_token_url: Optional[pulumi.Input[str]] = None,
|
33597
33590
|
admin_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
33598
33591
|
authz_url: Optional[pulumi.Input[str]] = None,
|
33599
|
-
auto_redirect_enabled: Optional[pulumi.Input[bool]] = None,
|
33600
33592
|
client_credential_in_payload: Optional[pulumi.Input[bool]] = None,
|
33601
33593
|
clock_skew_in_seconds: Optional[pulumi.Input[int]] = None,
|
33602
33594
|
discovery_url: Optional[pulumi.Input[str]] = None,
|
33603
33595
|
id_attribute: Optional[pulumi.Input[str]] = None,
|
33604
|
-
jit_prov_assigned_groups: Optional[pulumi.Input[Sequence[pulumi.Input['DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderJitProvAssignedGroupArgs']]]] = None,
|
33605
|
-
jit_prov_group_static_list_enabled: Optional[pulumi.Input[bool]] = None,
|
33606
33596
|
profile_url: Optional[pulumi.Input[str]] = None,
|
33607
33597
|
redirect_url: Optional[pulumi.Input[str]] = None,
|
33608
33598
|
scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
33609
|
-
social_jit_provisioning_enabled: Optional[pulumi.Input[bool]] = None,
|
33610
33599
|
status: Optional[pulumi.Input[str]] = None):
|
33611
33600
|
"""
|
33612
33601
|
:param pulumi.Input[bool] account_linking_enabled: (Updatable) Whether account linking is enabled
|
@@ -33714,19 +33703,6 @@ class DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialId
|
|
33714
33703
|
* returned: default
|
33715
33704
|
* type: string
|
33716
33705
|
* uniqueness: none
|
33717
|
-
:param pulumi.Input[bool] auto_redirect_enabled: (Updatable) Whether social auto redirect is enabled. The IDP policy should be configured with only one Social IDP, and without username/password selected.
|
33718
|
-
|
33719
|
-
**Added In:** 2310202314
|
33720
|
-
|
33721
|
-
**SCIM++ Properties:**
|
33722
|
-
* caseExact: true
|
33723
|
-
* idcsSearchable: true
|
33724
|
-
* multiValued: false
|
33725
|
-
* mutability: readWrite
|
33726
|
-
* required: false
|
33727
|
-
* returned: default
|
33728
|
-
* type: boolean
|
33729
|
-
* uniqueness: none
|
33730
33706
|
:param pulumi.Input[bool] client_credential_in_payload: (Updatable) Whether the client credential is contained in payload
|
33731
33707
|
|
33732
33708
|
**Added In:** 20.1.3
|
@@ -33778,32 +33754,6 @@ class DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialId
|
|
33778
33754
|
* returned: default
|
33779
33755
|
* type: string
|
33780
33756
|
* uniqueness: none
|
33781
|
-
:param pulumi.Input[Sequence[pulumi.Input['DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderJitProvAssignedGroupArgs']]] jit_prov_assigned_groups: (Updatable) Lists the groups each social JIT-provisioned user is a member. Just-in-Time user-provisioning applies this static list when jitProvGroupStaticListEnabled:true.
|
33782
|
-
|
33783
|
-
**Added In:** 2310202314
|
33784
|
-
|
33785
|
-
**SCIM++ Properties:**
|
33786
|
-
* idcsCompositeKey: [value]
|
33787
|
-
* idcsSearchable: false
|
33788
|
-
* multiValued: true
|
33789
|
-
* mutability: readWrite
|
33790
|
-
* required: false
|
33791
|
-
* returned: default
|
33792
|
-
* type: complex
|
33793
|
-
* uniqueness: none
|
33794
|
-
:param pulumi.Input[bool] jit_prov_group_static_list_enabled: (Updatable) Set to true to indicate Social JIT User Provisioning Groups should be assigned from a static list
|
33795
|
-
|
33796
|
-
**Added In:** 2310202314
|
33797
|
-
|
33798
|
-
**SCIM++ Properties:**
|
33799
|
-
* caseExact: false
|
33800
|
-
* idcsSearchable: false
|
33801
|
-
* multiValued: false
|
33802
|
-
* mutability: readWrite
|
33803
|
-
* required: false
|
33804
|
-
* returned: default
|
33805
|
-
* type: boolean
|
33806
|
-
* uniqueness: none
|
33807
33757
|
:param pulumi.Input[str] profile_url: (Updatable) Social IDP User profile URL
|
33808
33758
|
|
33809
33759
|
**Added In:** 20.1.3
|
@@ -33843,19 +33793,6 @@ class DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialId
|
|
33843
33793
|
* returned: default
|
33844
33794
|
* type: string
|
33845
33795
|
* uniqueness: none
|
33846
|
-
:param pulumi.Input[bool] social_jit_provisioning_enabled: (Updatable) Whether Social JIT Provisioning is enabled
|
33847
|
-
|
33848
|
-
**Added In:** 2307282043
|
33849
|
-
|
33850
|
-
**SCIM++ Properties:**
|
33851
|
-
* caseExact: true
|
33852
|
-
* idcsSearchable: true
|
33853
|
-
* multiValued: false
|
33854
|
-
* mutability: readWrite
|
33855
|
-
* required: false
|
33856
|
-
* returned: default
|
33857
|
-
* type: boolean
|
33858
|
-
* uniqueness: none
|
33859
33796
|
:param pulumi.Input[str] status: (Updatable) Status
|
33860
33797
|
|
33861
33798
|
**Added In:** 20.1.3
|
@@ -33881,8 +33818,6 @@ class DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialId
|
|
33881
33818
|
pulumi.set(__self__, "admin_scopes", admin_scopes)
|
33882
33819
|
if authz_url is not None:
|
33883
33820
|
pulumi.set(__self__, "authz_url", authz_url)
|
33884
|
-
if auto_redirect_enabled is not None:
|
33885
|
-
pulumi.set(__self__, "auto_redirect_enabled", auto_redirect_enabled)
|
33886
33821
|
if client_credential_in_payload is not None:
|
33887
33822
|
pulumi.set(__self__, "client_credential_in_payload", client_credential_in_payload)
|
33888
33823
|
if clock_skew_in_seconds is not None:
|
@@ -33891,18 +33826,12 @@ class DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialId
|
|
33891
33826
|
pulumi.set(__self__, "discovery_url", discovery_url)
|
33892
33827
|
if id_attribute is not None:
|
33893
33828
|
pulumi.set(__self__, "id_attribute", id_attribute)
|
33894
|
-
if jit_prov_assigned_groups is not None:
|
33895
|
-
pulumi.set(__self__, "jit_prov_assigned_groups", jit_prov_assigned_groups)
|
33896
|
-
if jit_prov_group_static_list_enabled is not None:
|
33897
|
-
pulumi.set(__self__, "jit_prov_group_static_list_enabled", jit_prov_group_static_list_enabled)
|
33898
33829
|
if profile_url is not None:
|
33899
33830
|
pulumi.set(__self__, "profile_url", profile_url)
|
33900
33831
|
if redirect_url is not None:
|
33901
33832
|
pulumi.set(__self__, "redirect_url", redirect_url)
|
33902
33833
|
if scopes is not None:
|
33903
33834
|
pulumi.set(__self__, "scopes", scopes)
|
33904
|
-
if social_jit_provisioning_enabled is not None:
|
33905
|
-
pulumi.set(__self__, "social_jit_provisioning_enabled", social_jit_provisioning_enabled)
|
33906
33835
|
if status is not None:
|
33907
33836
|
pulumi.set(__self__, "status", status)
|
33908
33837
|
|
@@ -34099,30 +34028,6 @@ class DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialId
|
|
34099
34028
|
def authz_url(self, value: Optional[pulumi.Input[str]]):
|
34100
34029
|
pulumi.set(self, "authz_url", value)
|
34101
34030
|
|
34102
|
-
@property
|
34103
|
-
@pulumi.getter(name="autoRedirectEnabled")
|
34104
|
-
def auto_redirect_enabled(self) -> Optional[pulumi.Input[bool]]:
|
34105
|
-
"""
|
34106
|
-
(Updatable) Whether social auto redirect is enabled. The IDP policy should be configured with only one Social IDP, and without username/password selected.
|
34107
|
-
|
34108
|
-
**Added In:** 2310202314
|
34109
|
-
|
34110
|
-
**SCIM++ Properties:**
|
34111
|
-
* caseExact: true
|
34112
|
-
* idcsSearchable: true
|
34113
|
-
* multiValued: false
|
34114
|
-
* mutability: readWrite
|
34115
|
-
* required: false
|
34116
|
-
* returned: default
|
34117
|
-
* type: boolean
|
34118
|
-
* uniqueness: none
|
34119
|
-
"""
|
34120
|
-
return pulumi.get(self, "auto_redirect_enabled")
|
34121
|
-
|
34122
|
-
@auto_redirect_enabled.setter
|
34123
|
-
def auto_redirect_enabled(self, value: Optional[pulumi.Input[bool]]):
|
34124
|
-
pulumi.set(self, "auto_redirect_enabled", value)
|
34125
|
-
|
34126
34031
|
@property
|
34127
34032
|
@pulumi.getter(name="clientCredentialInPayload")
|
34128
34033
|
def client_credential_in_payload(self) -> Optional[pulumi.Input[bool]]:
|
@@ -34218,54 +34123,6 @@ class DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialId
|
|
34218
34123
|
def id_attribute(self, value: Optional[pulumi.Input[str]]):
|
34219
34124
|
pulumi.set(self, "id_attribute", value)
|
34220
34125
|
|
34221
|
-
@property
|
34222
|
-
@pulumi.getter(name="jitProvAssignedGroups")
|
34223
|
-
def jit_prov_assigned_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderJitProvAssignedGroupArgs']]]]:
|
34224
|
-
"""
|
34225
|
-
(Updatable) Lists the groups each social JIT-provisioned user is a member. Just-in-Time user-provisioning applies this static list when jitProvGroupStaticListEnabled:true.
|
34226
|
-
|
34227
|
-
**Added In:** 2310202314
|
34228
|
-
|
34229
|
-
**SCIM++ Properties:**
|
34230
|
-
* idcsCompositeKey: [value]
|
34231
|
-
* idcsSearchable: false
|
34232
|
-
* multiValued: true
|
34233
|
-
* mutability: readWrite
|
34234
|
-
* required: false
|
34235
|
-
* returned: default
|
34236
|
-
* type: complex
|
34237
|
-
* uniqueness: none
|
34238
|
-
"""
|
34239
|
-
return pulumi.get(self, "jit_prov_assigned_groups")
|
34240
|
-
|
34241
|
-
@jit_prov_assigned_groups.setter
|
34242
|
-
def jit_prov_assigned_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderJitProvAssignedGroupArgs']]]]):
|
34243
|
-
pulumi.set(self, "jit_prov_assigned_groups", value)
|
34244
|
-
|
34245
|
-
@property
|
34246
|
-
@pulumi.getter(name="jitProvGroupStaticListEnabled")
|
34247
|
-
def jit_prov_group_static_list_enabled(self) -> Optional[pulumi.Input[bool]]:
|
34248
|
-
"""
|
34249
|
-
(Updatable) Set to true to indicate Social JIT User Provisioning Groups should be assigned from a static list
|
34250
|
-
|
34251
|
-
**Added In:** 2310202314
|
34252
|
-
|
34253
|
-
**SCIM++ Properties:**
|
34254
|
-
* caseExact: false
|
34255
|
-
* idcsSearchable: false
|
34256
|
-
* multiValued: false
|
34257
|
-
* mutability: readWrite
|
34258
|
-
* required: false
|
34259
|
-
* returned: default
|
34260
|
-
* type: boolean
|
34261
|
-
* uniqueness: none
|
34262
|
-
"""
|
34263
|
-
return pulumi.get(self, "jit_prov_group_static_list_enabled")
|
34264
|
-
|
34265
|
-
@jit_prov_group_static_list_enabled.setter
|
34266
|
-
def jit_prov_group_static_list_enabled(self, value: Optional[pulumi.Input[bool]]):
|
34267
|
-
pulumi.set(self, "jit_prov_group_static_list_enabled", value)
|
34268
|
-
|
34269
34126
|
@property
|
34270
34127
|
@pulumi.getter(name="profileUrl")
|
34271
34128
|
def profile_url(self) -> Optional[pulumi.Input[str]]:
|
@@ -34338,30 +34195,6 @@ class DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialId
|
|
34338
34195
|
def scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
34339
34196
|
pulumi.set(self, "scopes", value)
|
34340
34197
|
|
34341
|
-
@property
|
34342
|
-
@pulumi.getter(name="socialJitProvisioningEnabled")
|
34343
|
-
def social_jit_provisioning_enabled(self) -> Optional[pulumi.Input[bool]]:
|
34344
|
-
"""
|
34345
|
-
(Updatable) Whether Social JIT Provisioning is enabled
|
34346
|
-
|
34347
|
-
**Added In:** 2307282043
|
34348
|
-
|
34349
|
-
**SCIM++ Properties:**
|
34350
|
-
* caseExact: true
|
34351
|
-
* idcsSearchable: true
|
34352
|
-
* multiValued: false
|
34353
|
-
* mutability: readWrite
|
34354
|
-
* required: false
|
34355
|
-
* returned: default
|
34356
|
-
* type: boolean
|
34357
|
-
* uniqueness: none
|
34358
|
-
"""
|
34359
|
-
return pulumi.get(self, "social_jit_provisioning_enabled")
|
34360
|
-
|
34361
|
-
@social_jit_provisioning_enabled.setter
|
34362
|
-
def social_jit_provisioning_enabled(self, value: Optional[pulumi.Input[bool]]):
|
34363
|
-
pulumi.set(self, "social_jit_provisioning_enabled", value)
|
34364
|
-
|
34365
34198
|
@property
|
34366
34199
|
@pulumi.getter
|
34367
34200
|
def status(self) -> Optional[pulumi.Input[str]]:
|
@@ -34387,106 +34220,6 @@ class DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialId
|
|
34387
34220
|
pulumi.set(self, "status", value)
|
34388
34221
|
|
34389
34222
|
|
34390
|
-
@pulumi.input_type
|
34391
|
-
class DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderJitProvAssignedGroupArgs:
|
34392
|
-
def __init__(__self__, *,
|
34393
|
-
value: pulumi.Input[str],
|
34394
|
-
display: Optional[pulumi.Input[str]] = None,
|
34395
|
-
ref: Optional[pulumi.Input[str]] = None):
|
34396
|
-
"""
|
34397
|
-
:param pulumi.Input[str] value: (Updatable) Group identifier
|
34398
|
-
|
34399
|
-
**Added In:** 2310202314
|
34400
|
-
|
34401
|
-
**SCIM++ Properties:**
|
34402
|
-
* caseExact: true
|
34403
|
-
* idcsSearchable: true
|
34404
|
-
* multiValued: false
|
34405
|
-
* mutability: readWrite
|
34406
|
-
* required: true
|
34407
|
-
* returned: default
|
34408
|
-
* type: string
|
34409
|
-
* uniqueness: none
|
34410
|
-
:param pulumi.Input[str] display: (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.
|
34411
|
-
|
34412
|
-
**Added In:** 2310202314
|
34413
|
-
|
34414
|
-
**SCIM++ Properties:**
|
34415
|
-
* idcsSearchable: false
|
34416
|
-
* multiValued: false
|
34417
|
-
* mutability: readOnly
|
34418
|
-
* required: false
|
34419
|
-
* returned: request
|
34420
|
-
* type: string
|
34421
|
-
* uniqueness: none
|
34422
|
-
:param pulumi.Input[str] ref: Group URI
|
34423
|
-
"""
|
34424
|
-
pulumi.set(__self__, "value", value)
|
34425
|
-
if display is not None:
|
34426
|
-
pulumi.set(__self__, "display", display)
|
34427
|
-
if ref is not None:
|
34428
|
-
pulumi.set(__self__, "ref", ref)
|
34429
|
-
|
34430
|
-
@property
|
34431
|
-
@pulumi.getter
|
34432
|
-
def value(self) -> pulumi.Input[str]:
|
34433
|
-
"""
|
34434
|
-
(Updatable) Group identifier
|
34435
|
-
|
34436
|
-
**Added In:** 2310202314
|
34437
|
-
|
34438
|
-
**SCIM++ Properties:**
|
34439
|
-
* caseExact: true
|
34440
|
-
* idcsSearchable: true
|
34441
|
-
* multiValued: false
|
34442
|
-
* mutability: readWrite
|
34443
|
-
* required: true
|
34444
|
-
* returned: default
|
34445
|
-
* type: string
|
34446
|
-
* uniqueness: none
|
34447
|
-
"""
|
34448
|
-
return pulumi.get(self, "value")
|
34449
|
-
|
34450
|
-
@value.setter
|
34451
|
-
def value(self, value: pulumi.Input[str]):
|
34452
|
-
pulumi.set(self, "value", value)
|
34453
|
-
|
34454
|
-
@property
|
34455
|
-
@pulumi.getter
|
34456
|
-
def display(self) -> Optional[pulumi.Input[str]]:
|
34457
|
-
"""
|
34458
|
-
(Updatable) A human readable name, primarily used for display purposes. READ-ONLY.
|
34459
|
-
|
34460
|
-
**Added In:** 2310202314
|
34461
|
-
|
34462
|
-
**SCIM++ Properties:**
|
34463
|
-
* idcsSearchable: false
|
34464
|
-
* multiValued: false
|
34465
|
-
* mutability: readOnly
|
34466
|
-
* required: false
|
34467
|
-
* returned: request
|
34468
|
-
* type: string
|
34469
|
-
* uniqueness: none
|
34470
|
-
"""
|
34471
|
-
return pulumi.get(self, "display")
|
34472
|
-
|
34473
|
-
@display.setter
|
34474
|
-
def display(self, value: Optional[pulumi.Input[str]]):
|
34475
|
-
pulumi.set(self, "display", value)
|
34476
|
-
|
34477
|
-
@property
|
34478
|
-
@pulumi.getter
|
34479
|
-
def ref(self) -> Optional[pulumi.Input[str]]:
|
34480
|
-
"""
|
34481
|
-
Group URI
|
34482
|
-
"""
|
34483
|
-
return pulumi.get(self, "ref")
|
34484
|
-
|
34485
|
-
@ref.setter
|
34486
|
-
def ref(self, value: Optional[pulumi.Input[str]]):
|
34487
|
-
pulumi.set(self, "ref", value)
|
34488
|
-
|
34489
|
-
|
34490
34223
|
@pulumi.input_type
|
34491
34224
|
class DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs:
|
34492
34225
|
def __init__(__self__, *,
|
@@ -56185,768 +55918,6 @@ class DomainsSmtpCredentialUserArgs:
|
|
56185
55918
|
pulumi.set(self, "value", value)
|
56186
55919
|
|
56187
55920
|
|
56188
|
-
@pulumi.input_type
|
56189
|
-
class DomainsSocialIdentityProviderIdcsCreatedByArgs:
|
56190
|
-
def __init__(__self__, *,
|
56191
|
-
value: pulumi.Input[str],
|
56192
|
-
display: Optional[pulumi.Input[str]] = None,
|
56193
|
-
ocid: Optional[pulumi.Input[str]] = None,
|
56194
|
-
ref: Optional[pulumi.Input[str]] = None,
|
56195
|
-
type: Optional[pulumi.Input[str]] = None):
|
56196
|
-
"""
|
56197
|
-
:param pulumi.Input[str] value: (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource
|
56198
|
-
|
56199
|
-
**SCIM++ Properties:**
|
56200
|
-
* caseExact: true
|
56201
|
-
* idcsSearchable: true
|
56202
|
-
* multiValued: false
|
56203
|
-
* mutability: readOnly
|
56204
|
-
* required: true
|
56205
|
-
* returned: default
|
56206
|
-
* type: string
|
56207
|
-
* uniqueness: none
|
56208
|
-
:param pulumi.Input[str] display: (Updatable) The displayName of the User or App who created this Resource
|
56209
|
-
|
56210
|
-
**SCIM++ Properties:**
|
56211
|
-
* caseExact: true
|
56212
|
-
* idcsSearchable: false
|
56213
|
-
* multiValued: false
|
56214
|
-
* mutability: readOnly
|
56215
|
-
* required: false
|
56216
|
-
* returned: default
|
56217
|
-
* type: string
|
56218
|
-
* uniqueness: none
|
56219
|
-
:param pulumi.Input[str] ocid: (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource
|
56220
|
-
|
56221
|
-
**SCIM++ Properties:**
|
56222
|
-
* caseExact: true
|
56223
|
-
* idcsSearchable: true
|
56224
|
-
* multiValued: false
|
56225
|
-
* mutability: readOnly
|
56226
|
-
* returned: default
|
56227
|
-
* type: string
|
56228
|
-
* uniqueness: none
|
56229
|
-
:param pulumi.Input[str] type: (Updatable) The type of resource, User or App, that created this Resource
|
56230
|
-
|
56231
|
-
**SCIM++ Properties:**
|
56232
|
-
* caseExact: false
|
56233
|
-
* idcsSearchable: false
|
56234
|
-
* multiValued: false
|
56235
|
-
* mutability: readOnly
|
56236
|
-
* required: false
|
56237
|
-
* returned: default
|
56238
|
-
* type: string
|
56239
|
-
* uniqueness: none
|
56240
|
-
"""
|
56241
|
-
pulumi.set(__self__, "value", value)
|
56242
|
-
if display is not None:
|
56243
|
-
pulumi.set(__self__, "display", display)
|
56244
|
-
if ocid is not None:
|
56245
|
-
pulumi.set(__self__, "ocid", ocid)
|
56246
|
-
if ref is not None:
|
56247
|
-
pulumi.set(__self__, "ref", ref)
|
56248
|
-
if type is not None:
|
56249
|
-
pulumi.set(__self__, "type", type)
|
56250
|
-
|
56251
|
-
@property
|
56252
|
-
@pulumi.getter
|
56253
|
-
def value(self) -> pulumi.Input[str]:
|
56254
|
-
"""
|
56255
|
-
(Updatable) The ID of the SCIM resource that represents the User or App who created this Resource
|
56256
|
-
|
56257
|
-
**SCIM++ Properties:**
|
56258
|
-
* caseExact: true
|
56259
|
-
* idcsSearchable: true
|
56260
|
-
* multiValued: false
|
56261
|
-
* mutability: readOnly
|
56262
|
-
* required: true
|
56263
|
-
* returned: default
|
56264
|
-
* type: string
|
56265
|
-
* uniqueness: none
|
56266
|
-
"""
|
56267
|
-
return pulumi.get(self, "value")
|
56268
|
-
|
56269
|
-
@value.setter
|
56270
|
-
def value(self, value: pulumi.Input[str]):
|
56271
|
-
pulumi.set(self, "value", value)
|
56272
|
-
|
56273
|
-
@property
|
56274
|
-
@pulumi.getter
|
56275
|
-
def display(self) -> Optional[pulumi.Input[str]]:
|
56276
|
-
"""
|
56277
|
-
(Updatable) The displayName of the User or App who created this Resource
|
56278
|
-
|
56279
|
-
**SCIM++ Properties:**
|
56280
|
-
* caseExact: true
|
56281
|
-
* idcsSearchable: false
|
56282
|
-
* multiValued: false
|
56283
|
-
* mutability: readOnly
|
56284
|
-
* required: false
|
56285
|
-
* returned: default
|
56286
|
-
* type: string
|
56287
|
-
* uniqueness: none
|
56288
|
-
"""
|
56289
|
-
return pulumi.get(self, "display")
|
56290
|
-
|
56291
|
-
@display.setter
|
56292
|
-
def display(self, value: Optional[pulumi.Input[str]]):
|
56293
|
-
pulumi.set(self, "display", value)
|
56294
|
-
|
56295
|
-
@property
|
56296
|
-
@pulumi.getter
|
56297
|
-
def ocid(self) -> Optional[pulumi.Input[str]]:
|
56298
|
-
"""
|
56299
|
-
(Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource
|
56300
|
-
|
56301
|
-
**SCIM++ Properties:**
|
56302
|
-
* caseExact: true
|
56303
|
-
* idcsSearchable: true
|
56304
|
-
* multiValued: false
|
56305
|
-
* mutability: readOnly
|
56306
|
-
* returned: default
|
56307
|
-
* type: string
|
56308
|
-
* uniqueness: none
|
56309
|
-
"""
|
56310
|
-
return pulumi.get(self, "ocid")
|
56311
|
-
|
56312
|
-
@ocid.setter
|
56313
|
-
def ocid(self, value: Optional[pulumi.Input[str]]):
|
56314
|
-
pulumi.set(self, "ocid", value)
|
56315
|
-
|
56316
|
-
@property
|
56317
|
-
@pulumi.getter
|
56318
|
-
def ref(self) -> Optional[pulumi.Input[str]]:
|
56319
|
-
return pulumi.get(self, "ref")
|
56320
|
-
|
56321
|
-
@ref.setter
|
56322
|
-
def ref(self, value: Optional[pulumi.Input[str]]):
|
56323
|
-
pulumi.set(self, "ref", value)
|
56324
|
-
|
56325
|
-
@property
|
56326
|
-
@pulumi.getter
|
56327
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
56328
|
-
"""
|
56329
|
-
(Updatable) The type of resource, User or App, that created this Resource
|
56330
|
-
|
56331
|
-
**SCIM++ Properties:**
|
56332
|
-
* caseExact: false
|
56333
|
-
* idcsSearchable: false
|
56334
|
-
* multiValued: false
|
56335
|
-
* mutability: readOnly
|
56336
|
-
* required: false
|
56337
|
-
* returned: default
|
56338
|
-
* type: string
|
56339
|
-
* uniqueness: none
|
56340
|
-
"""
|
56341
|
-
return pulumi.get(self, "type")
|
56342
|
-
|
56343
|
-
@type.setter
|
56344
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
56345
|
-
pulumi.set(self, "type", value)
|
56346
|
-
|
56347
|
-
|
56348
|
-
@pulumi.input_type
|
56349
|
-
class DomainsSocialIdentityProviderIdcsLastModifiedByArgs:
|
56350
|
-
def __init__(__self__, *,
|
56351
|
-
value: pulumi.Input[str],
|
56352
|
-
display: Optional[pulumi.Input[str]] = None,
|
56353
|
-
ocid: Optional[pulumi.Input[str]] = None,
|
56354
|
-
ref: Optional[pulumi.Input[str]] = None,
|
56355
|
-
type: Optional[pulumi.Input[str]] = None):
|
56356
|
-
"""
|
56357
|
-
:param pulumi.Input[str] value: (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource
|
56358
|
-
|
56359
|
-
**SCIM++ Properties:**
|
56360
|
-
* caseExact: true
|
56361
|
-
* idcsSearchable: true
|
56362
|
-
* multiValued: false
|
56363
|
-
* mutability: readOnly
|
56364
|
-
* required: true
|
56365
|
-
* returned: default
|
56366
|
-
* type: string
|
56367
|
-
* uniqueness: none
|
56368
|
-
:param pulumi.Input[str] display: (Updatable) The displayName of the User or App who modified this Resource
|
56369
|
-
|
56370
|
-
**SCIM++ Properties:**
|
56371
|
-
* caseExact: true
|
56372
|
-
* idcsSearchable: false
|
56373
|
-
* multiValued: false
|
56374
|
-
* mutability: readOnly
|
56375
|
-
* required: false
|
56376
|
-
* returned: default
|
56377
|
-
* type: string
|
56378
|
-
* uniqueness: none
|
56379
|
-
:param pulumi.Input[str] ocid: (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource
|
56380
|
-
|
56381
|
-
**SCIM++ Properties:**
|
56382
|
-
* caseExact: true
|
56383
|
-
* idcsSearchable: true
|
56384
|
-
* multiValued: false
|
56385
|
-
* mutability: readOnly
|
56386
|
-
* returned: default
|
56387
|
-
* type: string
|
56388
|
-
* uniqueness: none
|
56389
|
-
:param pulumi.Input[str] type: (Updatable) The type of resource, User or App, that modified this Resource
|
56390
|
-
|
56391
|
-
**SCIM++ Properties:**
|
56392
|
-
* caseExact: false
|
56393
|
-
* idcsSearchable: false
|
56394
|
-
* multiValued: false
|
56395
|
-
* mutability: readOnly
|
56396
|
-
* required: false
|
56397
|
-
* returned: default
|
56398
|
-
* type: string
|
56399
|
-
* uniqueness: none
|
56400
|
-
"""
|
56401
|
-
pulumi.set(__self__, "value", value)
|
56402
|
-
if display is not None:
|
56403
|
-
pulumi.set(__self__, "display", display)
|
56404
|
-
if ocid is not None:
|
56405
|
-
pulumi.set(__self__, "ocid", ocid)
|
56406
|
-
if ref is not None:
|
56407
|
-
pulumi.set(__self__, "ref", ref)
|
56408
|
-
if type is not None:
|
56409
|
-
pulumi.set(__self__, "type", type)
|
56410
|
-
|
56411
|
-
@property
|
56412
|
-
@pulumi.getter
|
56413
|
-
def value(self) -> pulumi.Input[str]:
|
56414
|
-
"""
|
56415
|
-
(Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource
|
56416
|
-
|
56417
|
-
**SCIM++ Properties:**
|
56418
|
-
* caseExact: true
|
56419
|
-
* idcsSearchable: true
|
56420
|
-
* multiValued: false
|
56421
|
-
* mutability: readOnly
|
56422
|
-
* required: true
|
56423
|
-
* returned: default
|
56424
|
-
* type: string
|
56425
|
-
* uniqueness: none
|
56426
|
-
"""
|
56427
|
-
return pulumi.get(self, "value")
|
56428
|
-
|
56429
|
-
@value.setter
|
56430
|
-
def value(self, value: pulumi.Input[str]):
|
56431
|
-
pulumi.set(self, "value", value)
|
56432
|
-
|
56433
|
-
@property
|
56434
|
-
@pulumi.getter
|
56435
|
-
def display(self) -> Optional[pulumi.Input[str]]:
|
56436
|
-
"""
|
56437
|
-
(Updatable) The displayName of the User or App who modified this Resource
|
56438
|
-
|
56439
|
-
**SCIM++ Properties:**
|
56440
|
-
* caseExact: true
|
56441
|
-
* idcsSearchable: false
|
56442
|
-
* multiValued: false
|
56443
|
-
* mutability: readOnly
|
56444
|
-
* required: false
|
56445
|
-
* returned: default
|
56446
|
-
* type: string
|
56447
|
-
* uniqueness: none
|
56448
|
-
"""
|
56449
|
-
return pulumi.get(self, "display")
|
56450
|
-
|
56451
|
-
@display.setter
|
56452
|
-
def display(self, value: Optional[pulumi.Input[str]]):
|
56453
|
-
pulumi.set(self, "display", value)
|
56454
|
-
|
56455
|
-
@property
|
56456
|
-
@pulumi.getter
|
56457
|
-
def ocid(self) -> Optional[pulumi.Input[str]]:
|
56458
|
-
"""
|
56459
|
-
(Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource
|
56460
|
-
|
56461
|
-
**SCIM++ Properties:**
|
56462
|
-
* caseExact: true
|
56463
|
-
* idcsSearchable: true
|
56464
|
-
* multiValued: false
|
56465
|
-
* mutability: readOnly
|
56466
|
-
* returned: default
|
56467
|
-
* type: string
|
56468
|
-
* uniqueness: none
|
56469
|
-
"""
|
56470
|
-
return pulumi.get(self, "ocid")
|
56471
|
-
|
56472
|
-
@ocid.setter
|
56473
|
-
def ocid(self, value: Optional[pulumi.Input[str]]):
|
56474
|
-
pulumi.set(self, "ocid", value)
|
56475
|
-
|
56476
|
-
@property
|
56477
|
-
@pulumi.getter
|
56478
|
-
def ref(self) -> Optional[pulumi.Input[str]]:
|
56479
|
-
return pulumi.get(self, "ref")
|
56480
|
-
|
56481
|
-
@ref.setter
|
56482
|
-
def ref(self, value: Optional[pulumi.Input[str]]):
|
56483
|
-
pulumi.set(self, "ref", value)
|
56484
|
-
|
56485
|
-
@property
|
56486
|
-
@pulumi.getter
|
56487
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
56488
|
-
"""
|
56489
|
-
(Updatable) The type of resource, User or App, that modified this Resource
|
56490
|
-
|
56491
|
-
**SCIM++ Properties:**
|
56492
|
-
* caseExact: false
|
56493
|
-
* idcsSearchable: false
|
56494
|
-
* multiValued: false
|
56495
|
-
* mutability: readOnly
|
56496
|
-
* required: false
|
56497
|
-
* returned: default
|
56498
|
-
* type: string
|
56499
|
-
* uniqueness: none
|
56500
|
-
"""
|
56501
|
-
return pulumi.get(self, "type")
|
56502
|
-
|
56503
|
-
@type.setter
|
56504
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
56505
|
-
pulumi.set(self, "type", value)
|
56506
|
-
|
56507
|
-
|
56508
|
-
@pulumi.input_type
|
56509
|
-
class DomainsSocialIdentityProviderJitProvAssignedGroupArgs:
|
56510
|
-
def __init__(__self__, *,
|
56511
|
-
value: pulumi.Input[str],
|
56512
|
-
display: Optional[pulumi.Input[str]] = None,
|
56513
|
-
ref: Optional[pulumi.Input[str]] = None):
|
56514
|
-
"""
|
56515
|
-
:param pulumi.Input[str] value: (Updatable) Group identifier
|
56516
|
-
|
56517
|
-
**Added In:** 2309290043
|
56518
|
-
|
56519
|
-
**SCIM++ Properties:**
|
56520
|
-
* caseExact: true
|
56521
|
-
* idcsSearchable: true
|
56522
|
-
* multiValued: false
|
56523
|
-
* mutability: readWrite
|
56524
|
-
* required: true
|
56525
|
-
* returned: default
|
56526
|
-
* type: string
|
56527
|
-
* uniqueness: none
|
56528
|
-
:param pulumi.Input[str] display: (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.
|
56529
|
-
|
56530
|
-
**Added In:** 2309290043
|
56531
|
-
|
56532
|
-
**SCIM++ Properties:**
|
56533
|
-
* idcsSearchable: false
|
56534
|
-
* multiValued: false
|
56535
|
-
* mutability: readOnly
|
56536
|
-
* required: false
|
56537
|
-
* returned: request
|
56538
|
-
* type: string
|
56539
|
-
* uniqueness: none
|
56540
|
-
"""
|
56541
|
-
pulumi.set(__self__, "value", value)
|
56542
|
-
if display is not None:
|
56543
|
-
pulumi.set(__self__, "display", display)
|
56544
|
-
if ref is not None:
|
56545
|
-
pulumi.set(__self__, "ref", ref)
|
56546
|
-
|
56547
|
-
@property
|
56548
|
-
@pulumi.getter
|
56549
|
-
def value(self) -> pulumi.Input[str]:
|
56550
|
-
"""
|
56551
|
-
(Updatable) Group identifier
|
56552
|
-
|
56553
|
-
**Added In:** 2309290043
|
56554
|
-
|
56555
|
-
**SCIM++ Properties:**
|
56556
|
-
* caseExact: true
|
56557
|
-
* idcsSearchable: true
|
56558
|
-
* multiValued: false
|
56559
|
-
* mutability: readWrite
|
56560
|
-
* required: true
|
56561
|
-
* returned: default
|
56562
|
-
* type: string
|
56563
|
-
* uniqueness: none
|
56564
|
-
"""
|
56565
|
-
return pulumi.get(self, "value")
|
56566
|
-
|
56567
|
-
@value.setter
|
56568
|
-
def value(self, value: pulumi.Input[str]):
|
56569
|
-
pulumi.set(self, "value", value)
|
56570
|
-
|
56571
|
-
@property
|
56572
|
-
@pulumi.getter
|
56573
|
-
def display(self) -> Optional[pulumi.Input[str]]:
|
56574
|
-
"""
|
56575
|
-
(Updatable) A human readable name, primarily used for display purposes. READ-ONLY.
|
56576
|
-
|
56577
|
-
**Added In:** 2309290043
|
56578
|
-
|
56579
|
-
**SCIM++ Properties:**
|
56580
|
-
* idcsSearchable: false
|
56581
|
-
* multiValued: false
|
56582
|
-
* mutability: readOnly
|
56583
|
-
* required: false
|
56584
|
-
* returned: request
|
56585
|
-
* type: string
|
56586
|
-
* uniqueness: none
|
56587
|
-
"""
|
56588
|
-
return pulumi.get(self, "display")
|
56589
|
-
|
56590
|
-
@display.setter
|
56591
|
-
def display(self, value: Optional[pulumi.Input[str]]):
|
56592
|
-
pulumi.set(self, "display", value)
|
56593
|
-
|
56594
|
-
@property
|
56595
|
-
@pulumi.getter
|
56596
|
-
def ref(self) -> Optional[pulumi.Input[str]]:
|
56597
|
-
return pulumi.get(self, "ref")
|
56598
|
-
|
56599
|
-
@ref.setter
|
56600
|
-
def ref(self, value: Optional[pulumi.Input[str]]):
|
56601
|
-
pulumi.set(self, "ref", value)
|
56602
|
-
|
56603
|
-
|
56604
|
-
@pulumi.input_type
|
56605
|
-
class DomainsSocialIdentityProviderMetaArgs:
|
56606
|
-
def __init__(__self__, *,
|
56607
|
-
created: Optional[pulumi.Input[str]] = None,
|
56608
|
-
last_modified: Optional[pulumi.Input[str]] = None,
|
56609
|
-
location: Optional[pulumi.Input[str]] = None,
|
56610
|
-
resource_type: Optional[pulumi.Input[str]] = None,
|
56611
|
-
version: Optional[pulumi.Input[str]] = None):
|
56612
|
-
"""
|
56613
|
-
:param pulumi.Input[str] created: (Updatable) The DateTime the Resource was added to the Service Provider
|
56614
|
-
|
56615
|
-
**SCIM++ Properties:**
|
56616
|
-
* caseExact: false
|
56617
|
-
* idcsSearchable: true
|
56618
|
-
* multiValued: false
|
56619
|
-
* mutability: readOnly
|
56620
|
-
* required: false
|
56621
|
-
* returned: default
|
56622
|
-
* type: dateTime
|
56623
|
-
* uniqueness: none
|
56624
|
-
:param pulumi.Input[str] last_modified: (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
|
56625
|
-
|
56626
|
-
**SCIM++ Properties:**
|
56627
|
-
* caseExact: false
|
56628
|
-
* idcsSearchable: true
|
56629
|
-
* multiValued: false
|
56630
|
-
* mutability: readOnly
|
56631
|
-
* required: false
|
56632
|
-
* returned: default
|
56633
|
-
* type: dateTime
|
56634
|
-
* uniqueness: none
|
56635
|
-
:param pulumi.Input[str] location: (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
56636
|
-
|
56637
|
-
**SCIM++ Properties:**
|
56638
|
-
* caseExact: false
|
56639
|
-
* idcsSearchable: false
|
56640
|
-
* multiValued: false
|
56641
|
-
* mutability: readOnly
|
56642
|
-
* required: false
|
56643
|
-
* returned: default
|
56644
|
-
* type: string
|
56645
|
-
* uniqueness: none
|
56646
|
-
:param pulumi.Input[str] resource_type: (Updatable) Name of the resource type of the resource--for example, Users or Groups
|
56647
|
-
|
56648
|
-
**SCIM++ Properties:**
|
56649
|
-
* caseExact: false
|
56650
|
-
* idcsSearchable: false
|
56651
|
-
* multiValued: false
|
56652
|
-
* mutability: readOnly
|
56653
|
-
* required: false
|
56654
|
-
* returned: default
|
56655
|
-
* type: string
|
56656
|
-
* uniqueness: none
|
56657
|
-
:param pulumi.Input[str] version: (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
56658
|
-
|
56659
|
-
**SCIM++ Properties:**
|
56660
|
-
* caseExact: false
|
56661
|
-
* idcsSearchable: false
|
56662
|
-
* multiValued: false
|
56663
|
-
* mutability: readOnly
|
56664
|
-
* required: false
|
56665
|
-
* returned: default
|
56666
|
-
* type: string
|
56667
|
-
* uniqueness: none
|
56668
|
-
"""
|
56669
|
-
if created is not None:
|
56670
|
-
pulumi.set(__self__, "created", created)
|
56671
|
-
if last_modified is not None:
|
56672
|
-
pulumi.set(__self__, "last_modified", last_modified)
|
56673
|
-
if location is not None:
|
56674
|
-
pulumi.set(__self__, "location", location)
|
56675
|
-
if resource_type is not None:
|
56676
|
-
pulumi.set(__self__, "resource_type", resource_type)
|
56677
|
-
if version is not None:
|
56678
|
-
pulumi.set(__self__, "version", version)
|
56679
|
-
|
56680
|
-
@property
|
56681
|
-
@pulumi.getter
|
56682
|
-
def created(self) -> Optional[pulumi.Input[str]]:
|
56683
|
-
"""
|
56684
|
-
(Updatable) The DateTime the Resource was added to the Service Provider
|
56685
|
-
|
56686
|
-
**SCIM++ Properties:**
|
56687
|
-
* caseExact: false
|
56688
|
-
* idcsSearchable: true
|
56689
|
-
* multiValued: false
|
56690
|
-
* mutability: readOnly
|
56691
|
-
* required: false
|
56692
|
-
* returned: default
|
56693
|
-
* type: dateTime
|
56694
|
-
* uniqueness: none
|
56695
|
-
"""
|
56696
|
-
return pulumi.get(self, "created")
|
56697
|
-
|
56698
|
-
@created.setter
|
56699
|
-
def created(self, value: Optional[pulumi.Input[str]]):
|
56700
|
-
pulumi.set(self, "created", value)
|
56701
|
-
|
56702
|
-
@property
|
56703
|
-
@pulumi.getter(name="lastModified")
|
56704
|
-
def last_modified(self) -> Optional[pulumi.Input[str]]:
|
56705
|
-
"""
|
56706
|
-
(Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
|
56707
|
-
|
56708
|
-
**SCIM++ Properties:**
|
56709
|
-
* caseExact: false
|
56710
|
-
* idcsSearchable: true
|
56711
|
-
* multiValued: false
|
56712
|
-
* mutability: readOnly
|
56713
|
-
* required: false
|
56714
|
-
* returned: default
|
56715
|
-
* type: dateTime
|
56716
|
-
* uniqueness: none
|
56717
|
-
"""
|
56718
|
-
return pulumi.get(self, "last_modified")
|
56719
|
-
|
56720
|
-
@last_modified.setter
|
56721
|
-
def last_modified(self, value: Optional[pulumi.Input[str]]):
|
56722
|
-
pulumi.set(self, "last_modified", value)
|
56723
|
-
|
56724
|
-
@property
|
56725
|
-
@pulumi.getter
|
56726
|
-
def location(self) -> Optional[pulumi.Input[str]]:
|
56727
|
-
"""
|
56728
|
-
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
56729
|
-
|
56730
|
-
**SCIM++ Properties:**
|
56731
|
-
* caseExact: false
|
56732
|
-
* idcsSearchable: false
|
56733
|
-
* multiValued: false
|
56734
|
-
* mutability: readOnly
|
56735
|
-
* required: false
|
56736
|
-
* returned: default
|
56737
|
-
* type: string
|
56738
|
-
* uniqueness: none
|
56739
|
-
"""
|
56740
|
-
return pulumi.get(self, "location")
|
56741
|
-
|
56742
|
-
@location.setter
|
56743
|
-
def location(self, value: Optional[pulumi.Input[str]]):
|
56744
|
-
pulumi.set(self, "location", value)
|
56745
|
-
|
56746
|
-
@property
|
56747
|
-
@pulumi.getter(name="resourceType")
|
56748
|
-
def resource_type(self) -> Optional[pulumi.Input[str]]:
|
56749
|
-
"""
|
56750
|
-
(Updatable) Name of the resource type of the resource--for example, Users or Groups
|
56751
|
-
|
56752
|
-
**SCIM++ Properties:**
|
56753
|
-
* caseExact: false
|
56754
|
-
* idcsSearchable: false
|
56755
|
-
* multiValued: false
|
56756
|
-
* mutability: readOnly
|
56757
|
-
* required: false
|
56758
|
-
* returned: default
|
56759
|
-
* type: string
|
56760
|
-
* uniqueness: none
|
56761
|
-
"""
|
56762
|
-
return pulumi.get(self, "resource_type")
|
56763
|
-
|
56764
|
-
@resource_type.setter
|
56765
|
-
def resource_type(self, value: Optional[pulumi.Input[str]]):
|
56766
|
-
pulumi.set(self, "resource_type", value)
|
56767
|
-
|
56768
|
-
@property
|
56769
|
-
@pulumi.getter
|
56770
|
-
def version(self) -> Optional[pulumi.Input[str]]:
|
56771
|
-
"""
|
56772
|
-
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
56773
|
-
|
56774
|
-
**SCIM++ Properties:**
|
56775
|
-
* caseExact: false
|
56776
|
-
* idcsSearchable: false
|
56777
|
-
* multiValued: false
|
56778
|
-
* mutability: readOnly
|
56779
|
-
* required: false
|
56780
|
-
* returned: default
|
56781
|
-
* type: string
|
56782
|
-
* uniqueness: none
|
56783
|
-
"""
|
56784
|
-
return pulumi.get(self, "version")
|
56785
|
-
|
56786
|
-
@version.setter
|
56787
|
-
def version(self, value: Optional[pulumi.Input[str]]):
|
56788
|
-
pulumi.set(self, "version", value)
|
56789
|
-
|
56790
|
-
|
56791
|
-
@pulumi.input_type
|
56792
|
-
class DomainsSocialIdentityProviderRelayIdpParamMappingArgs:
|
56793
|
-
def __init__(__self__, *,
|
56794
|
-
relay_param_key: pulumi.Input[str],
|
56795
|
-
relay_param_value: Optional[pulumi.Input[str]] = None):
|
56796
|
-
"""
|
56797
|
-
:param pulumi.Input[str] relay_param_key: (Updatable) Key or name of the relayParam.
|
56798
|
-
|
56799
|
-
**Added In:** 2305190132
|
56800
|
-
|
56801
|
-
**SCIM++ Properties:**
|
56802
|
-
* idcsSearchable: true
|
56803
|
-
* multiValued: false
|
56804
|
-
* mutability: readWrite
|
56805
|
-
* required: true
|
56806
|
-
* returned: default
|
56807
|
-
* type: string
|
56808
|
-
* uniqueness: none
|
56809
|
-
:param pulumi.Input[str] relay_param_value: (Updatable) Value of the relayParam (if defined)
|
56810
|
-
|
56811
|
-
**Added In:** 2305190132
|
56812
|
-
|
56813
|
-
**SCIM++ Properties:**
|
56814
|
-
* idcsSearchable: false
|
56815
|
-
* multiValued: false
|
56816
|
-
* mutability: readWrite
|
56817
|
-
* required: false
|
56818
|
-
* returned: default
|
56819
|
-
* type: string
|
56820
|
-
* uniqueness: none
|
56821
|
-
"""
|
56822
|
-
pulumi.set(__self__, "relay_param_key", relay_param_key)
|
56823
|
-
if relay_param_value is not None:
|
56824
|
-
pulumi.set(__self__, "relay_param_value", relay_param_value)
|
56825
|
-
|
56826
|
-
@property
|
56827
|
-
@pulumi.getter(name="relayParamKey")
|
56828
|
-
def relay_param_key(self) -> pulumi.Input[str]:
|
56829
|
-
"""
|
56830
|
-
(Updatable) Key or name of the relayParam.
|
56831
|
-
|
56832
|
-
**Added In:** 2305190132
|
56833
|
-
|
56834
|
-
**SCIM++ Properties:**
|
56835
|
-
* idcsSearchable: true
|
56836
|
-
* multiValued: false
|
56837
|
-
* mutability: readWrite
|
56838
|
-
* required: true
|
56839
|
-
* returned: default
|
56840
|
-
* type: string
|
56841
|
-
* uniqueness: none
|
56842
|
-
"""
|
56843
|
-
return pulumi.get(self, "relay_param_key")
|
56844
|
-
|
56845
|
-
@relay_param_key.setter
|
56846
|
-
def relay_param_key(self, value: pulumi.Input[str]):
|
56847
|
-
pulumi.set(self, "relay_param_key", value)
|
56848
|
-
|
56849
|
-
@property
|
56850
|
-
@pulumi.getter(name="relayParamValue")
|
56851
|
-
def relay_param_value(self) -> Optional[pulumi.Input[str]]:
|
56852
|
-
"""
|
56853
|
-
(Updatable) Value of the relayParam (if defined)
|
56854
|
-
|
56855
|
-
**Added In:** 2305190132
|
56856
|
-
|
56857
|
-
**SCIM++ Properties:**
|
56858
|
-
* idcsSearchable: false
|
56859
|
-
* multiValued: false
|
56860
|
-
* mutability: readWrite
|
56861
|
-
* required: false
|
56862
|
-
* returned: default
|
56863
|
-
* type: string
|
56864
|
-
* uniqueness: none
|
56865
|
-
"""
|
56866
|
-
return pulumi.get(self, "relay_param_value")
|
56867
|
-
|
56868
|
-
@relay_param_value.setter
|
56869
|
-
def relay_param_value(self, value: Optional[pulumi.Input[str]]):
|
56870
|
-
pulumi.set(self, "relay_param_value", value)
|
56871
|
-
|
56872
|
-
|
56873
|
-
@pulumi.input_type
|
56874
|
-
class DomainsSocialIdentityProviderTagArgs:
|
56875
|
-
def __init__(__self__, *,
|
56876
|
-
key: pulumi.Input[str],
|
56877
|
-
value: pulumi.Input[str]):
|
56878
|
-
"""
|
56879
|
-
:param pulumi.Input[str] key: (Updatable) Key or name of the tag.
|
56880
|
-
|
56881
|
-
**SCIM++ Properties:**
|
56882
|
-
* caseExact: false
|
56883
|
-
* idcsSearchable: true
|
56884
|
-
* multiValued: false
|
56885
|
-
* mutability: readWrite
|
56886
|
-
* required: true
|
56887
|
-
* returned: default
|
56888
|
-
* type: string
|
56889
|
-
* uniqueness: none
|
56890
|
-
:param pulumi.Input[str] value: (Updatable) Value of the tag.
|
56891
|
-
|
56892
|
-
**SCIM++ Properties:**
|
56893
|
-
* caseExact: false
|
56894
|
-
* idcsSearchable: true
|
56895
|
-
* multiValued: false
|
56896
|
-
* mutability: readWrite
|
56897
|
-
* required: true
|
56898
|
-
* returned: default
|
56899
|
-
* type: string
|
56900
|
-
* uniqueness: none
|
56901
|
-
"""
|
56902
|
-
pulumi.set(__self__, "key", key)
|
56903
|
-
pulumi.set(__self__, "value", value)
|
56904
|
-
|
56905
|
-
@property
|
56906
|
-
@pulumi.getter
|
56907
|
-
def key(self) -> pulumi.Input[str]:
|
56908
|
-
"""
|
56909
|
-
(Updatable) Key or name of the tag.
|
56910
|
-
|
56911
|
-
**SCIM++ Properties:**
|
56912
|
-
* caseExact: false
|
56913
|
-
* idcsSearchable: true
|
56914
|
-
* multiValued: false
|
56915
|
-
* mutability: readWrite
|
56916
|
-
* required: true
|
56917
|
-
* returned: default
|
56918
|
-
* type: string
|
56919
|
-
* uniqueness: none
|
56920
|
-
"""
|
56921
|
-
return pulumi.get(self, "key")
|
56922
|
-
|
56923
|
-
@key.setter
|
56924
|
-
def key(self, value: pulumi.Input[str]):
|
56925
|
-
pulumi.set(self, "key", value)
|
56926
|
-
|
56927
|
-
@property
|
56928
|
-
@pulumi.getter
|
56929
|
-
def value(self) -> pulumi.Input[str]:
|
56930
|
-
"""
|
56931
|
-
(Updatable) Value of the tag.
|
56932
|
-
|
56933
|
-
**SCIM++ Properties:**
|
56934
|
-
* caseExact: false
|
56935
|
-
* idcsSearchable: true
|
56936
|
-
* multiValued: false
|
56937
|
-
* mutability: readWrite
|
56938
|
-
* required: true
|
56939
|
-
* returned: default
|
56940
|
-
* type: string
|
56941
|
-
* uniqueness: none
|
56942
|
-
"""
|
56943
|
-
return pulumi.get(self, "value")
|
56944
|
-
|
56945
|
-
@value.setter
|
56946
|
-
def value(self, value: pulumi.Input[str]):
|
56947
|
-
pulumi.set(self, "value", value)
|
56948
|
-
|
56949
|
-
|
56950
55921
|
@pulumi.input_type
|
56951
55922
|
class DomainsUserAddressArgs:
|
56952
55923
|
def __init__(__self__, *,
|