@pulumi/oci 0.11.0 → 0.12.0
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.
- package/core/clusterNetwork.d.ts +3 -3
- package/core/getClusterNetwork.d.ts +1 -1
- package/core/getClusterNetworks.d.ts +1 -1
- package/core/getInstance.d.ts +1 -1
- package/core/getInstancePool.d.ts +1 -1
- package/core/getInstancePools.d.ts +1 -1
- package/core/instance.d.ts +3 -3
- package/core/instancePool.d.ts +4 -4
- package/core/instancePool.js +1 -1
- package/database/dbSystem.d.ts +8 -0
- package/database/dbSystem.js +2 -0
- package/database/dbSystem.js.map +1 -1
- package/goldengate/deployment.d.ts +42 -2
- package/goldengate/deployment.js +9 -1
- package/goldengate/deployment.js.map +1 -1
- package/goldengate/getDeployment.d.ts +17 -1
- package/goldengate/getDeployment.js.map +1 -1
- package/goldengate/getDeploymentTypes.d.ts +28 -0
- package/goldengate/getDeploymentTypes.js +6 -0
- package/goldengate/getDeploymentTypes.js.map +1 -1
- package/goldengate/getDeploymentUpgrade.d.ts +34 -0
- package/goldengate/getDeploymentUpgrade.js.map +1 -1
- package/goldengate/getDeploymentVersions.d.ts +97 -0
- package/goldengate/getDeploymentVersions.js +58 -0
- package/goldengate/getDeploymentVersions.js.map +1 -0
- package/goldengate/index.d.ts +3 -0
- package/goldengate/index.js +4 -1
- package/goldengate/index.js.map +1 -1
- package/identity/domainsApiKey.d.ts +275 -0
- package/identity/domainsApiKey.js +113 -0
- package/identity/domainsApiKey.js.map +1 -0
- package/identity/domainsAuthToken.d.ts +279 -0
- package/identity/domainsAuthToken.js +110 -0
- package/identity/domainsAuthToken.js.map +1 -0
- package/identity/domainsAuthenticationFactorSetting.d.ts +527 -0
- package/identity/domainsAuthenticationFactorSetting.js +191 -0
- package/identity/domainsAuthenticationFactorSetting.js.map +1 -0
- package/identity/domainsCustomerSecretKey.d.ts +299 -0
- package/identity/domainsCustomerSecretKey.js +114 -0
- package/identity/domainsCustomerSecretKey.js.map +1 -0
- package/identity/domainsDynamicResourceGroup.d.ts +283 -0
- package/identity/domainsDynamicResourceGroup.js +118 -0
- package/identity/domainsDynamicResourceGroup.js.map +1 -0
- package/identity/domainsGroup.d.ts +335 -0
- package/identity/domainsGroup.js +123 -0
- package/identity/domainsGroup.js.map +1 -0
- package/identity/domainsIdentityProvider.d.ts +755 -0
- package/identity/domainsIdentityProvider.js +196 -0
- package/identity/domainsIdentityProvider.js.map +1 -0
- package/identity/domainsKmsiSetting.d.ts +327 -0
- package/identity/domainsKmsiSetting.js +121 -0
- package/identity/domainsKmsiSetting.js.map +1 -0
- package/identity/domainsMyApiKey.d.ts +239 -0
- package/identity/domainsMyApiKey.js +107 -0
- package/identity/domainsMyApiKey.js.map +1 -0
- package/identity/domainsMyAuthToken.d.ts +243 -0
- package/identity/domainsMyAuthToken.js +104 -0
- package/identity/domainsMyAuthToken.js.map +1 -0
- package/identity/domainsMyCustomerSecretKey.d.ts +263 -0
- package/identity/domainsMyCustomerSecretKey.js +108 -0
- package/identity/domainsMyCustomerSecretKey.js.map +1 -0
- package/identity/domainsMyOauth2clientCredential.d.ts +279 -0
- package/identity/domainsMyOauth2clientCredential.js +113 -0
- package/identity/domainsMyOauth2clientCredential.js.map +1 -0
- package/identity/domainsMySmtpCredential.d.ts +251 -0
- package/identity/domainsMySmtpCredential.js +106 -0
- package/identity/domainsMySmtpCredential.js.map +1 -0
- package/identity/domainsMySupportAccount.d.ts +235 -0
- package/identity/domainsMySupportAccount.js +107 -0
- package/identity/domainsMySupportAccount.js.map +1 -0
- package/identity/domainsMyUserDbCredential.d.ts +303 -0
- package/identity/domainsMyUserDbCredential.js +123 -0
- package/identity/domainsMyUserDbCredential.js.map +1 -0
- package/identity/domainsOauth2clientCredential.d.ts +315 -0
- package/identity/domainsOauth2clientCredential.js +119 -0
- package/identity/domainsOauth2clientCredential.js.map +1 -0
- package/identity/domainsPasswordPolicy.d.ts +647 -0
- package/identity/domainsPasswordPolicy.js +174 -0
- package/identity/domainsPasswordPolicy.js.map +1 -0
- package/identity/domainsSmtpCredential.d.ts +287 -0
- package/identity/domainsSmtpCredential.js +112 -0
- package/identity/domainsSmtpCredential.js.map +1 -0
- package/identity/domainsUser.d.ts +719 -0
- package/identity/domainsUser.js +191 -0
- package/identity/domainsUser.js.map +1 -0
- package/identity/domainsUserDbCredential.d.ts +339 -0
- package/identity/domainsUserDbCredential.js +129 -0
- package/identity/domainsUserDbCredential.js.map +1 -0
- package/identity/getDomainsApiKey.d.ts +187 -0
- package/identity/getDomainsApiKey.js +66 -0
- package/identity/getDomainsApiKey.js.map +1 -0
- package/identity/getDomainsApiKeys.d.ts +160 -0
- package/identity/getDomainsApiKeys.js +75 -0
- package/identity/getDomainsApiKeys.js.map +1 -0
- package/identity/getDomainsAuthToken.d.ts +187 -0
- package/identity/getDomainsAuthToken.js +66 -0
- package/identity/getDomainsAuthToken.js.map +1 -0
- package/identity/getDomainsAuthTokens.d.ts +160 -0
- package/identity/getDomainsAuthTokens.js +75 -0
- package/identity/getDomainsAuthTokens.js.map +1 -0
- package/identity/getDomainsAuthenticationFactorSetting.d.ts +267 -0
- package/identity/getDomainsAuthenticationFactorSetting.js +66 -0
- package/identity/getDomainsAuthenticationFactorSetting.js.map +1 -0
- package/identity/getDomainsAuthenticationFactorSettings.d.ts +122 -0
- package/identity/getDomainsAuthenticationFactorSettings.js +64 -0
- package/identity/getDomainsAuthenticationFactorSettings.js.map +1 -0
- package/identity/getDomainsCustomerSecretKey.d.ts +195 -0
- package/identity/getDomainsCustomerSecretKey.js +66 -0
- package/identity/getDomainsCustomerSecretKey.js.map +1 -0
- package/identity/getDomainsCustomerSecretKeys.d.ts +160 -0
- package/identity/getDomainsCustomerSecretKeys.js +75 -0
- package/identity/getDomainsCustomerSecretKeys.js.map +1 -0
- package/identity/getDomainsDynamicResourceGroup.d.ts +191 -0
- package/identity/getDomainsDynamicResourceGroup.js +66 -0
- package/identity/getDomainsDynamicResourceGroup.js.map +1 -0
- package/identity/getDomainsDynamicResourceGroups.d.ts +160 -0
- package/identity/getDomainsDynamicResourceGroups.js +75 -0
- package/identity/getDomainsDynamicResourceGroups.js.map +1 -0
- package/identity/getDomainsGroup.d.ts +207 -0
- package/identity/getDomainsGroup.js +66 -0
- package/identity/getDomainsGroup.js.map +1 -0
- package/identity/getDomainsGroups.d.ts +160 -0
- package/identity/getDomainsGroups.js +75 -0
- package/identity/getDomainsGroups.js.map +1 -0
- package/identity/getDomainsIdentityProvider.d.ts +347 -0
- package/identity/getDomainsIdentityProvider.js +66 -0
- package/identity/getDomainsIdentityProvider.js.map +1 -0
- package/identity/getDomainsIdentityProviders.d.ts +160 -0
- package/identity/getDomainsIdentityProviders.js +75 -0
- package/identity/getDomainsIdentityProviders.js.map +1 -0
- package/identity/getDomainsKmsiSetting.d.ts +199 -0
- package/identity/getDomainsKmsiSetting.js +66 -0
- package/identity/getDomainsKmsiSetting.js.map +1 -0
- package/identity/getDomainsKmsiSettings.d.ts +122 -0
- package/identity/getDomainsKmsiSettings.js +64 -0
- package/identity/getDomainsKmsiSettings.js.map +1 -0
- package/identity/getDomainsMyApiKey.d.ts +161 -0
- package/identity/getDomainsMyApiKey.js +60 -0
- package/identity/getDomainsMyApiKey.js.map +1 -0
- package/identity/getDomainsMyApiKeys.d.ts +138 -0
- package/identity/getDomainsMyApiKeys.js +69 -0
- package/identity/getDomainsMyApiKeys.js.map +1 -0
- package/identity/getDomainsMyAuthToken.d.ts +161 -0
- package/identity/getDomainsMyAuthToken.js +60 -0
- package/identity/getDomainsMyAuthToken.js.map +1 -0
- package/identity/getDomainsMyAuthTokens.d.ts +138 -0
- package/identity/getDomainsMyAuthTokens.js +69 -0
- package/identity/getDomainsMyAuthTokens.js.map +1 -0
- package/identity/getDomainsMyCustomerSecretKey.d.ts +169 -0
- package/identity/getDomainsMyCustomerSecretKey.js +60 -0
- package/identity/getDomainsMyCustomerSecretKey.js.map +1 -0
- package/identity/getDomainsMyCustomerSecretKeys.d.ts +138 -0
- package/identity/getDomainsMyCustomerSecretKeys.js +69 -0
- package/identity/getDomainsMyCustomerSecretKeys.js.map +1 -0
- package/identity/getDomainsMyDevice.d.ts +271 -0
- package/identity/getDomainsMyDevice.js +66 -0
- package/identity/getDomainsMyDevice.js.map +1 -0
- package/identity/getDomainsMyDevices.d.ts +160 -0
- package/identity/getDomainsMyDevices.js +75 -0
- package/identity/getDomainsMyDevices.js.map +1 -0
- package/identity/getDomainsMyGroups.d.ts +169 -0
- package/identity/getDomainsMyGroups.js +75 -0
- package/identity/getDomainsMyGroups.js.map +1 -0
- package/identity/getDomainsMyOauth2clientCredential.d.ts +173 -0
- package/identity/getDomainsMyOauth2clientCredential.js +60 -0
- package/identity/getDomainsMyOauth2clientCredential.js.map +1 -0
- package/identity/getDomainsMyOauth2clientCredentials.d.ts +138 -0
- package/identity/getDomainsMyOauth2clientCredentials.js +69 -0
- package/identity/getDomainsMyOauth2clientCredentials.js.map +1 -0
- package/identity/getDomainsMySmtpCredential.d.ts +165 -0
- package/identity/getDomainsMySmtpCredential.js +60 -0
- package/identity/getDomainsMySmtpCredential.js.map +1 -0
- package/identity/getDomainsMySmtpCredentials.d.ts +138 -0
- package/identity/getDomainsMySmtpCredentials.js +69 -0
- package/identity/getDomainsMySmtpCredentials.js.map +1 -0
- package/identity/getDomainsMySupportAccount.d.ts +161 -0
- package/identity/getDomainsMySupportAccount.js +60 -0
- package/identity/getDomainsMySupportAccount.js.map +1 -0
- package/identity/getDomainsMySupportAccounts.d.ts +138 -0
- package/identity/getDomainsMySupportAccounts.js +69 -0
- package/identity/getDomainsMySupportAccounts.js.map +1 -0
- package/identity/getDomainsMyTrustedUserAgent.d.ts +203 -0
- package/identity/getDomainsMyTrustedUserAgent.js +66 -0
- package/identity/getDomainsMyTrustedUserAgent.js.map +1 -0
- package/identity/getDomainsMyTrustedUserAgents.d.ts +160 -0
- package/identity/getDomainsMyTrustedUserAgents.js +75 -0
- package/identity/getDomainsMyTrustedUserAgents.js.map +1 -0
- package/identity/getDomainsMyUserDbCredential.d.ts +189 -0
- package/identity/getDomainsMyUserDbCredential.js +60 -0
- package/identity/getDomainsMyUserDbCredential.js.map +1 -0
- package/identity/getDomainsMyUserDbCredentials.d.ts +138 -0
- package/identity/getDomainsMyUserDbCredentials.js +69 -0
- package/identity/getDomainsMyUserDbCredentials.js.map +1 -0
- package/identity/getDomainsOauth2clientCredential.d.ts +199 -0
- package/identity/getDomainsOauth2clientCredential.js +66 -0
- package/identity/getDomainsOauth2clientCredential.js.map +1 -0
- package/identity/getDomainsOauth2clientCredentials.d.ts +160 -0
- package/identity/getDomainsOauth2clientCredentials.js +75 -0
- package/identity/getDomainsOauth2clientCredentials.js.map +1 -0
- package/identity/getDomainsPasswordPolicies.d.ts +160 -0
- package/identity/getDomainsPasswordPolicies.js +75 -0
- package/identity/getDomainsPasswordPolicies.js.map +1 -0
- package/identity/getDomainsPasswordPolicy.d.ts +311 -0
- package/identity/getDomainsPasswordPolicy.js +66 -0
- package/identity/getDomainsPasswordPolicy.js.map +1 -0
- package/identity/getDomainsSmtpCredential.d.ts +191 -0
- package/identity/getDomainsSmtpCredential.js +66 -0
- package/identity/getDomainsSmtpCredential.js.map +1 -0
- package/identity/getDomainsSmtpCredentials.d.ts +160 -0
- package/identity/getDomainsSmtpCredentials.js +75 -0
- package/identity/getDomainsSmtpCredentials.js.map +1 -0
- package/identity/getDomainsUser.d.ts +342 -0
- package/identity/getDomainsUser.js +66 -0
- package/identity/getDomainsUser.js.map +1 -0
- package/identity/getDomainsUserDbCredential.d.ts +215 -0
- package/identity/getDomainsUserDbCredential.js +66 -0
- package/identity/getDomainsUserDbCredential.js.map +1 -0
- package/identity/getDomainsUserDbCredentials.d.ts +160 -0
- package/identity/getDomainsUserDbCredentials.js +75 -0
- package/identity/getDomainsUserDbCredentials.js.map +1 -0
- package/identity/getDomainsUsers.d.ts +160 -0
- package/identity/getDomainsUsers.js +75 -0
- package/identity/getDomainsUsers.js.map +1 -0
- package/identity/index.d.ts +195 -0
- package/identity/index.js +240 -3
- package/identity/index.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +3962 -14
- package/types/output.d.ts +15798 -275
package/types/input.d.ts
CHANGED
|
@@ -8839,7 +8839,7 @@ export declare namespace Core {
|
|
|
8839
8839
|
[key: string]: any;
|
|
8840
8840
|
}>;
|
|
8841
8841
|
/**
|
|
8842
|
-
* The display name of the VNIC. This is also
|
|
8842
|
+
* The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
|
|
8843
8843
|
*/
|
|
8844
8844
|
displayName?: pulumi.Input<string>;
|
|
8845
8845
|
/**
|
|
@@ -8927,7 +8927,7 @@ export declare namespace Core {
|
|
|
8927
8927
|
}
|
|
8928
8928
|
interface ClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet {
|
|
8929
8929
|
/**
|
|
8930
|
-
* The display name of the VNIC. This is also
|
|
8930
|
+
* The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
|
|
8931
8931
|
*/
|
|
8932
8932
|
displayName?: pulumi.Input<string>;
|
|
8933
8933
|
/**
|
|
@@ -8951,7 +8951,7 @@ export declare namespace Core {
|
|
|
8951
8951
|
}
|
|
8952
8952
|
interface ClusterNetworkPlacementConfigurationSecondaryVnicSubnet {
|
|
8953
8953
|
/**
|
|
8954
|
-
* The display name of the VNIC. This is also
|
|
8954
|
+
* The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
|
|
8955
8955
|
*/
|
|
8956
8956
|
displayName?: pulumi.Input<string>;
|
|
8957
8957
|
/**
|
|
@@ -10296,6 +10296,9 @@ export declare namespace Core {
|
|
|
10296
10296
|
recoveryAction?: pulumi.Input<string>;
|
|
10297
10297
|
}
|
|
10298
10298
|
interface InstanceConfigurationInstanceDetails {
|
|
10299
|
+
/**
|
|
10300
|
+
* Block volume parameters.
|
|
10301
|
+
*/
|
|
10299
10302
|
blockVolumes?: pulumi.Input<pulumi.Input<inputs.Core.InstanceConfigurationInstanceDetailsBlockVolume>[]>;
|
|
10300
10303
|
/**
|
|
10301
10304
|
* The type of instance details. Supported instanceType is compute
|
|
@@ -10305,6 +10308,9 @@ export declare namespace Core {
|
|
|
10305
10308
|
* Instance launch details for creating an instance from an instance configuration. Use the `sourceDetails` parameter to specify whether a boot volume or an image should be used to launch a new instance.
|
|
10306
10309
|
*/
|
|
10307
10310
|
launchDetails?: pulumi.Input<inputs.Core.InstanceConfigurationInstanceDetailsLaunchDetails>;
|
|
10311
|
+
/**
|
|
10312
|
+
* Secondary VNIC parameters.
|
|
10313
|
+
*/
|
|
10308
10314
|
secondaryVnics?: pulumi.Input<pulumi.Input<inputs.Core.InstanceConfigurationInstanceDetailsSecondaryVnic>[]>;
|
|
10309
10315
|
}
|
|
10310
10316
|
interface InstanceConfigurationInstanceDetailsBlockVolume {
|
|
@@ -10444,7 +10450,7 @@ export declare namespace Core {
|
|
|
10444
10450
|
*/
|
|
10445
10451
|
createVnicDetails?: pulumi.Input<inputs.Core.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails>;
|
|
10446
10452
|
/**
|
|
10447
|
-
* The OCID of dedicated
|
|
10453
|
+
* The OCID of the dedicated virtual machine host to place the instance on.
|
|
10448
10454
|
*/
|
|
10449
10455
|
dedicatedVmHostId?: pulumi.Input<string>;
|
|
10450
10456
|
/**
|
|
@@ -10635,11 +10641,11 @@ export declare namespace Core {
|
|
|
10635
10641
|
}
|
|
10636
10642
|
interface InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig {
|
|
10637
10643
|
/**
|
|
10638
|
-
* Whether virtualization instructions are available.
|
|
10644
|
+
* Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
|
|
10639
10645
|
*/
|
|
10640
10646
|
areVirtualInstructionsEnabled?: pulumi.Input<boolean>;
|
|
10641
10647
|
/**
|
|
10642
|
-
* Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device
|
|
10648
|
+
* Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
|
|
10643
10649
|
*/
|
|
10644
10650
|
isAccessControlServiceEnabled?: pulumi.Input<boolean>;
|
|
10645
10651
|
/**
|
|
@@ -10659,7 +10665,7 @@ export declare namespace Core {
|
|
|
10659
10665
|
*/
|
|
10660
10666
|
isSecureBootEnabled?: pulumi.Input<boolean>;
|
|
10661
10667
|
/**
|
|
10662
|
-
* Whether symmetric
|
|
10668
|
+
* Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
|
10663
10669
|
*/
|
|
10664
10670
|
isSymmetricMultiThreadingEnabled?: pulumi.Input<boolean>;
|
|
10665
10671
|
/**
|
|
@@ -10671,7 +10677,7 @@ export declare namespace Core {
|
|
|
10671
10677
|
*/
|
|
10672
10678
|
numaNodesPerSocket?: pulumi.Input<string>;
|
|
10673
10679
|
/**
|
|
10674
|
-
* The percentage of cores enabled.
|
|
10680
|
+
* The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
|
10675
10681
|
*/
|
|
10676
10682
|
percentageOfCoresEnabled?: pulumi.Input<number>;
|
|
10677
10683
|
/**
|
|
@@ -10879,11 +10885,11 @@ export declare namespace Core {
|
|
|
10879
10885
|
}
|
|
10880
10886
|
interface InstancePlatformConfig {
|
|
10881
10887
|
/**
|
|
10882
|
-
* Whether virtualization instructions are available.
|
|
10888
|
+
* Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
|
|
10883
10889
|
*/
|
|
10884
10890
|
areVirtualInstructionsEnabled?: pulumi.Input<boolean>;
|
|
10885
10891
|
/**
|
|
10886
|
-
* Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device
|
|
10892
|
+
* Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
|
|
10887
10893
|
*/
|
|
10888
10894
|
isAccessControlServiceEnabled?: pulumi.Input<boolean>;
|
|
10889
10895
|
/**
|
|
@@ -10903,7 +10909,7 @@ export declare namespace Core {
|
|
|
10903
10909
|
*/
|
|
10904
10910
|
isSecureBootEnabled?: pulumi.Input<boolean>;
|
|
10905
10911
|
/**
|
|
10906
|
-
* Whether symmetric
|
|
10912
|
+
* Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
|
10907
10913
|
*/
|
|
10908
10914
|
isSymmetricMultiThreadingEnabled?: pulumi.Input<boolean>;
|
|
10909
10915
|
/**
|
|
@@ -10915,7 +10921,7 @@ export declare namespace Core {
|
|
|
10915
10921
|
*/
|
|
10916
10922
|
numaNodesPerSocket?: pulumi.Input<string>;
|
|
10917
10923
|
/**
|
|
10918
|
-
* The percentage of cores enabled.
|
|
10924
|
+
* The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
|
10919
10925
|
*/
|
|
10920
10926
|
percentageOfCoresEnabled?: pulumi.Input<number>;
|
|
10921
10927
|
/**
|
|
@@ -10995,7 +11001,7 @@ export declare namespace Core {
|
|
|
10995
11001
|
}
|
|
10996
11002
|
interface InstancePoolPlacementConfigurationSecondaryVnicSubnet {
|
|
10997
11003
|
/**
|
|
10998
|
-
* (Updatable) The display name of the VNIC. This is also
|
|
11004
|
+
* (Updatable) The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
|
|
10999
11005
|
*/
|
|
11000
11006
|
displayName?: pulumi.Input<string>;
|
|
11001
11007
|
/**
|
|
@@ -23803,6 +23809,16 @@ export declare namespace GoldenGate {
|
|
|
23803
23809
|
*/
|
|
23804
23810
|
timeDiagnosticStart?: pulumi.Input<string>;
|
|
23805
23811
|
}
|
|
23812
|
+
interface DeploymentMaintenanceWindow {
|
|
23813
|
+
/**
|
|
23814
|
+
* (Updatable) Days of the week.
|
|
23815
|
+
*/
|
|
23816
|
+
day: pulumi.Input<string>;
|
|
23817
|
+
/**
|
|
23818
|
+
* (Updatable) Start hour for maintenance period. Hour is in UTC.
|
|
23819
|
+
*/
|
|
23820
|
+
startHour: pulumi.Input<number>;
|
|
23821
|
+
}
|
|
23806
23822
|
interface DeploymentOggData {
|
|
23807
23823
|
/**
|
|
23808
23824
|
* (Updatable) The password associated with the GoldenGate deployment console username. The password must be 8 to 30 characters long and must contain at least 1 uppercase, 1 lowercase, 1 numeric, and 1 special character. Special characters such as ‘$’, ‘^’, or ‘?’ are not allowed. This field will be deprecated and replaced by "passwordSecretId".
|
|
@@ -23825,7 +23841,7 @@ export declare namespace GoldenGate {
|
|
|
23825
23841
|
*/
|
|
23826
23842
|
key?: pulumi.Input<string>;
|
|
23827
23843
|
/**
|
|
23828
|
-
* Version of
|
|
23844
|
+
* (Updatable) Version of ogg to use by deployment. By updating version you can upgrade your deployment to a newer version. Downgrade to older version is not supported.
|
|
23829
23845
|
*/
|
|
23830
23846
|
oggVersion?: pulumi.Input<string>;
|
|
23831
23847
|
}
|
|
@@ -23901,6 +23917,16 @@ export declare namespace GoldenGate {
|
|
|
23901
23917
|
regex?: pulumi.Input<boolean>;
|
|
23902
23918
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
23903
23919
|
}
|
|
23920
|
+
interface GetDeploymentVersionsFilter {
|
|
23921
|
+
name: string;
|
|
23922
|
+
regex?: boolean;
|
|
23923
|
+
values: string[];
|
|
23924
|
+
}
|
|
23925
|
+
interface GetDeploymentVersionsFilterArgs {
|
|
23926
|
+
name: pulumi.Input<string>;
|
|
23927
|
+
regex?: pulumi.Input<boolean>;
|
|
23928
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
23929
|
+
}
|
|
23904
23930
|
interface GetDeploymentsFilter {
|
|
23905
23931
|
name: string;
|
|
23906
23932
|
regex?: boolean;
|
|
@@ -24047,6 +24073,3928 @@ export declare namespace Identity {
|
|
|
24047
24073
|
*/
|
|
24048
24074
|
url?: pulumi.Input<string>;
|
|
24049
24075
|
}
|
|
24076
|
+
interface DomainsApiKeyIdcsCreatedBy {
|
|
24077
|
+
/**
|
|
24078
|
+
* (Updatable) User display name
|
|
24079
|
+
*/
|
|
24080
|
+
display?: pulumi.Input<string>;
|
|
24081
|
+
/**
|
|
24082
|
+
* User's ocid
|
|
24083
|
+
*/
|
|
24084
|
+
ocid?: pulumi.Input<string>;
|
|
24085
|
+
/**
|
|
24086
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
24087
|
+
*/
|
|
24088
|
+
ref?: pulumi.Input<string>;
|
|
24089
|
+
/**
|
|
24090
|
+
* The type of resource, User or App, that modified this Resource
|
|
24091
|
+
*/
|
|
24092
|
+
type?: pulumi.Input<string>;
|
|
24093
|
+
/**
|
|
24094
|
+
* User's id
|
|
24095
|
+
*/
|
|
24096
|
+
value: pulumi.Input<string>;
|
|
24097
|
+
}
|
|
24098
|
+
interface DomainsApiKeyIdcsLastModifiedBy {
|
|
24099
|
+
/**
|
|
24100
|
+
* (Updatable) User display name
|
|
24101
|
+
*/
|
|
24102
|
+
display?: pulumi.Input<string>;
|
|
24103
|
+
/**
|
|
24104
|
+
* User's ocid
|
|
24105
|
+
*/
|
|
24106
|
+
ocid?: pulumi.Input<string>;
|
|
24107
|
+
/**
|
|
24108
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
24109
|
+
*/
|
|
24110
|
+
ref?: pulumi.Input<string>;
|
|
24111
|
+
/**
|
|
24112
|
+
* The type of resource, User or App, that modified this Resource
|
|
24113
|
+
*/
|
|
24114
|
+
type?: pulumi.Input<string>;
|
|
24115
|
+
/**
|
|
24116
|
+
* User's id
|
|
24117
|
+
*/
|
|
24118
|
+
value: pulumi.Input<string>;
|
|
24119
|
+
}
|
|
24120
|
+
interface DomainsApiKeyMeta {
|
|
24121
|
+
/**
|
|
24122
|
+
* The DateTime the Resource was added to the Service Provider
|
|
24123
|
+
*/
|
|
24124
|
+
created?: pulumi.Input<string>;
|
|
24125
|
+
/**
|
|
24126
|
+
* 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.
|
|
24127
|
+
*/
|
|
24128
|
+
lastModified?: pulumi.Input<string>;
|
|
24129
|
+
/**
|
|
24130
|
+
* The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
24131
|
+
*/
|
|
24132
|
+
location?: pulumi.Input<string>;
|
|
24133
|
+
/**
|
|
24134
|
+
* Name of the resource type of the resource--for example, Users or Groups
|
|
24135
|
+
*/
|
|
24136
|
+
resourceType?: pulumi.Input<string>;
|
|
24137
|
+
/**
|
|
24138
|
+
* The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
24139
|
+
*/
|
|
24140
|
+
version?: pulumi.Input<string>;
|
|
24141
|
+
}
|
|
24142
|
+
interface DomainsApiKeyTag {
|
|
24143
|
+
/**
|
|
24144
|
+
* Key or name of the tag.
|
|
24145
|
+
*/
|
|
24146
|
+
key: pulumi.Input<string>;
|
|
24147
|
+
/**
|
|
24148
|
+
* User's id
|
|
24149
|
+
*/
|
|
24150
|
+
value: pulumi.Input<string>;
|
|
24151
|
+
}
|
|
24152
|
+
interface DomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser {
|
|
24153
|
+
/**
|
|
24154
|
+
* If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
|
|
24155
|
+
*/
|
|
24156
|
+
allowSelfChange?: pulumi.Input<boolean>;
|
|
24157
|
+
}
|
|
24158
|
+
interface DomainsApiKeyUser {
|
|
24159
|
+
/**
|
|
24160
|
+
* (Updatable) User display name
|
|
24161
|
+
*/
|
|
24162
|
+
display?: pulumi.Input<string>;
|
|
24163
|
+
/**
|
|
24164
|
+
* (Updatable) User name
|
|
24165
|
+
*/
|
|
24166
|
+
name?: pulumi.Input<string>;
|
|
24167
|
+
/**
|
|
24168
|
+
* User's ocid
|
|
24169
|
+
*/
|
|
24170
|
+
ocid?: pulumi.Input<string>;
|
|
24171
|
+
/**
|
|
24172
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
24173
|
+
*/
|
|
24174
|
+
ref?: pulumi.Input<string>;
|
|
24175
|
+
/**
|
|
24176
|
+
* User's id
|
|
24177
|
+
*/
|
|
24178
|
+
value?: pulumi.Input<string>;
|
|
24179
|
+
}
|
|
24180
|
+
interface DomainsAuthTokenIdcsCreatedBy {
|
|
24181
|
+
/**
|
|
24182
|
+
* (Updatable) User display name
|
|
24183
|
+
*/
|
|
24184
|
+
display?: pulumi.Input<string>;
|
|
24185
|
+
/**
|
|
24186
|
+
* User's ocid
|
|
24187
|
+
*/
|
|
24188
|
+
ocid?: pulumi.Input<string>;
|
|
24189
|
+
/**
|
|
24190
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
24191
|
+
*/
|
|
24192
|
+
ref?: pulumi.Input<string>;
|
|
24193
|
+
/**
|
|
24194
|
+
* The type of resource, User or App, that modified this Resource
|
|
24195
|
+
*/
|
|
24196
|
+
type?: pulumi.Input<string>;
|
|
24197
|
+
/**
|
|
24198
|
+
* User's id
|
|
24199
|
+
*/
|
|
24200
|
+
value: pulumi.Input<string>;
|
|
24201
|
+
}
|
|
24202
|
+
interface DomainsAuthTokenIdcsLastModifiedBy {
|
|
24203
|
+
/**
|
|
24204
|
+
* (Updatable) User display name
|
|
24205
|
+
*/
|
|
24206
|
+
display?: pulumi.Input<string>;
|
|
24207
|
+
/**
|
|
24208
|
+
* User's ocid
|
|
24209
|
+
*/
|
|
24210
|
+
ocid?: pulumi.Input<string>;
|
|
24211
|
+
/**
|
|
24212
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
24213
|
+
*/
|
|
24214
|
+
ref?: pulumi.Input<string>;
|
|
24215
|
+
/**
|
|
24216
|
+
* The type of resource, User or App, that modified this Resource
|
|
24217
|
+
*/
|
|
24218
|
+
type?: pulumi.Input<string>;
|
|
24219
|
+
/**
|
|
24220
|
+
* User's id
|
|
24221
|
+
*/
|
|
24222
|
+
value: pulumi.Input<string>;
|
|
24223
|
+
}
|
|
24224
|
+
interface DomainsAuthTokenMeta {
|
|
24225
|
+
/**
|
|
24226
|
+
* The DateTime the Resource was added to the Service Provider
|
|
24227
|
+
*/
|
|
24228
|
+
created?: pulumi.Input<string>;
|
|
24229
|
+
/**
|
|
24230
|
+
* 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.
|
|
24231
|
+
*/
|
|
24232
|
+
lastModified?: pulumi.Input<string>;
|
|
24233
|
+
/**
|
|
24234
|
+
* The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
24235
|
+
*/
|
|
24236
|
+
location?: pulumi.Input<string>;
|
|
24237
|
+
/**
|
|
24238
|
+
* Name of the resource type of the resource--for example, Users or Groups
|
|
24239
|
+
*/
|
|
24240
|
+
resourceType?: pulumi.Input<string>;
|
|
24241
|
+
/**
|
|
24242
|
+
* The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
24243
|
+
*/
|
|
24244
|
+
version?: pulumi.Input<string>;
|
|
24245
|
+
}
|
|
24246
|
+
interface DomainsAuthTokenTag {
|
|
24247
|
+
/**
|
|
24248
|
+
* Key or name of the tag.
|
|
24249
|
+
*/
|
|
24250
|
+
key: pulumi.Input<string>;
|
|
24251
|
+
/**
|
|
24252
|
+
* User's id
|
|
24253
|
+
*/
|
|
24254
|
+
value: pulumi.Input<string>;
|
|
24255
|
+
}
|
|
24256
|
+
interface DomainsAuthTokenUrnietfparamsscimschemasoracleidcsextensionselfChangeUser {
|
|
24257
|
+
/**
|
|
24258
|
+
* If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
|
|
24259
|
+
*/
|
|
24260
|
+
allowSelfChange?: pulumi.Input<boolean>;
|
|
24261
|
+
}
|
|
24262
|
+
interface DomainsAuthTokenUser {
|
|
24263
|
+
/**
|
|
24264
|
+
* (Updatable) User display name
|
|
24265
|
+
*/
|
|
24266
|
+
display?: pulumi.Input<string>;
|
|
24267
|
+
/**
|
|
24268
|
+
* (Updatable) User name
|
|
24269
|
+
*/
|
|
24270
|
+
name?: pulumi.Input<string>;
|
|
24271
|
+
/**
|
|
24272
|
+
* User's ocid
|
|
24273
|
+
*/
|
|
24274
|
+
ocid?: pulumi.Input<string>;
|
|
24275
|
+
/**
|
|
24276
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
24277
|
+
*/
|
|
24278
|
+
ref?: pulumi.Input<string>;
|
|
24279
|
+
/**
|
|
24280
|
+
* User's id
|
|
24281
|
+
*/
|
|
24282
|
+
value?: pulumi.Input<string>;
|
|
24283
|
+
}
|
|
24284
|
+
interface DomainsAuthenticationFactorSettingBypassCodeSettings {
|
|
24285
|
+
/**
|
|
24286
|
+
* (Updatable) Expiry (in minutes) of any bypass code that is generated by the help desk
|
|
24287
|
+
*/
|
|
24288
|
+
helpDeskCodeExpiryInMins: pulumi.Input<number>;
|
|
24289
|
+
/**
|
|
24290
|
+
* (Updatable) If true, indicates that help desk bypass code generation is enabled
|
|
24291
|
+
*/
|
|
24292
|
+
helpDeskGenerationEnabled: pulumi.Input<boolean>;
|
|
24293
|
+
/**
|
|
24294
|
+
* (Updatable) The maximum number of times that any bypass code that is generated by the help desk can be used
|
|
24295
|
+
*/
|
|
24296
|
+
helpDeskMaxUsage: pulumi.Input<number>;
|
|
24297
|
+
/**
|
|
24298
|
+
* (Updatable) Exact length of the bypass code to be generated
|
|
24299
|
+
*/
|
|
24300
|
+
length: pulumi.Input<number>;
|
|
24301
|
+
/**
|
|
24302
|
+
* (Updatable) The maximum number of bypass codes that can be issued to any user
|
|
24303
|
+
*/
|
|
24304
|
+
maxActive: pulumi.Input<number>;
|
|
24305
|
+
/**
|
|
24306
|
+
* (Updatable) If true, indicates that self-service bypass code generation is enabled
|
|
24307
|
+
*/
|
|
24308
|
+
selfServiceGenerationEnabled: pulumi.Input<boolean>;
|
|
24309
|
+
}
|
|
24310
|
+
interface DomainsAuthenticationFactorSettingClientAppSettings {
|
|
24311
|
+
/**
|
|
24312
|
+
* (Updatable) Indicates what protection policy that the system applies on a device. By default, the value is NONE, which indicates that the system applies no protection policy. A value of APP_PIN indicates that the system requires a Personal Identification Number (PIN). A value of DEVICE_BIOMETRIC_OR_APP_PIN indicates that either a PIN or a biometric authentication factor is required.
|
|
24313
|
+
*/
|
|
24314
|
+
deviceProtectionPolicy: pulumi.Input<string>;
|
|
24315
|
+
/**
|
|
24316
|
+
* (Updatable) The period of time in seconds that the system will lock a user out of the service after that user exceeds the maximum number of login failures
|
|
24317
|
+
*/
|
|
24318
|
+
initialLockoutPeriodInSecs: pulumi.Input<number>;
|
|
24319
|
+
/**
|
|
24320
|
+
* (Updatable) The size of the key that the system uses to generate the public-private key pair
|
|
24321
|
+
*/
|
|
24322
|
+
keyPairLength: pulumi.Input<number>;
|
|
24323
|
+
/**
|
|
24324
|
+
* (Updatable) The pattern of escalation that the system follows, in locking a particular user out of the service.
|
|
24325
|
+
*/
|
|
24326
|
+
lockoutEscalationPattern: pulumi.Input<string>;
|
|
24327
|
+
/**
|
|
24328
|
+
* (Updatable) The maximum number of times that a particular user can fail to login before the system locks that user out of the service
|
|
24329
|
+
*/
|
|
24330
|
+
maxFailuresBeforeLockout: pulumi.Input<number>;
|
|
24331
|
+
/**
|
|
24332
|
+
* (Updatable) The maximum number of login failures that the system will allow before raising a warning and sending an alert via email
|
|
24333
|
+
*/
|
|
24334
|
+
maxFailuresBeforeWarning: pulumi.Input<number>;
|
|
24335
|
+
/**
|
|
24336
|
+
* (Updatable) The maximum period of time that the system will lock a particular user out of the service regardless of what the configured pattern of escalation would otherwise dictate
|
|
24337
|
+
*/
|
|
24338
|
+
maxLockoutIntervalInSecs: pulumi.Input<number>;
|
|
24339
|
+
/**
|
|
24340
|
+
* (Updatable) Minimum length of the Personal Identification Number (PIN)
|
|
24341
|
+
*/
|
|
24342
|
+
minPinLength: pulumi.Input<number>;
|
|
24343
|
+
/**
|
|
24344
|
+
* (Updatable) The period of time in days after which a client should refresh its policy by re-reading that policy from the server
|
|
24345
|
+
*/
|
|
24346
|
+
policyUpdateFreqInDays: pulumi.Input<number>;
|
|
24347
|
+
/**
|
|
24348
|
+
* (Updatable) Indicates which algorithm the system will use to sign requests
|
|
24349
|
+
*/
|
|
24350
|
+
requestSigningAlgo: pulumi.Input<string>;
|
|
24351
|
+
/**
|
|
24352
|
+
* (Updatable) Indicates the type of encoding that the system should use to generate a shared secret
|
|
24353
|
+
*/
|
|
24354
|
+
sharedSecretEncoding: pulumi.Input<string>;
|
|
24355
|
+
/**
|
|
24356
|
+
* (Updatable) If true, indicates that the system should require the user to unlock the client app for each request. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
|
|
24357
|
+
*/
|
|
24358
|
+
unlockAppForEachRequestEnabled: pulumi.Input<boolean>;
|
|
24359
|
+
/**
|
|
24360
|
+
* (Updatable) Specifies the period of time in seconds after which the client App should require the user to unlock the App. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor. A value of zero means that it is disabled.
|
|
24361
|
+
*/
|
|
24362
|
+
unlockAppIntervalInSecs: pulumi.Input<number>;
|
|
24363
|
+
/**
|
|
24364
|
+
* (Updatable) If true, indicates that the system should require the user to unlock the client App, when the client App comes to the foreground in the display of the device. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
|
|
24365
|
+
*/
|
|
24366
|
+
unlockOnAppForegroundEnabled: pulumi.Input<boolean>;
|
|
24367
|
+
/**
|
|
24368
|
+
* (Updatable) If true, indicates that the system should require the user to unlock the client App whenever the App is started. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
|
|
24369
|
+
*/
|
|
24370
|
+
unlockOnAppStartEnabled: pulumi.Input<boolean>;
|
|
24371
|
+
}
|
|
24372
|
+
interface DomainsAuthenticationFactorSettingCompliancePolicy {
|
|
24373
|
+
/**
|
|
24374
|
+
* (Updatable) The action to be taken if the value of the attribute is not as expected
|
|
24375
|
+
*/
|
|
24376
|
+
action: pulumi.Input<string>;
|
|
24377
|
+
/**
|
|
24378
|
+
* (Updatable) The name of the attribute being evaluated
|
|
24379
|
+
*/
|
|
24380
|
+
name: pulumi.Input<string>;
|
|
24381
|
+
/**
|
|
24382
|
+
* (Updatable) Value of the tag.
|
|
24383
|
+
*/
|
|
24384
|
+
value: pulumi.Input<string>;
|
|
24385
|
+
}
|
|
24386
|
+
interface DomainsAuthenticationFactorSettingEmailSettings {
|
|
24387
|
+
/**
|
|
24388
|
+
* (Updatable) Custom redirect Url which will be used in email link
|
|
24389
|
+
*/
|
|
24390
|
+
emailLinkCustomUrl?: pulumi.Input<string>;
|
|
24391
|
+
/**
|
|
24392
|
+
* (Updatable) Specifies whether Email link is enabled or not.
|
|
24393
|
+
*/
|
|
24394
|
+
emailLinkEnabled: pulumi.Input<boolean>;
|
|
24395
|
+
}
|
|
24396
|
+
interface DomainsAuthenticationFactorSettingEndpointRestrictions {
|
|
24397
|
+
/**
|
|
24398
|
+
* (Updatable) Maximum number of days until an endpoint can be trusted
|
|
24399
|
+
*/
|
|
24400
|
+
maxEndpointTrustDurationInDays: pulumi.Input<number>;
|
|
24401
|
+
/**
|
|
24402
|
+
* (Updatable) Maximum number of enrolled devices per user
|
|
24403
|
+
*/
|
|
24404
|
+
maxEnrolledDevices: pulumi.Input<number>;
|
|
24405
|
+
/**
|
|
24406
|
+
* (Updatable) An integer that represents the maximum number of failed MFA logins before an account is locked
|
|
24407
|
+
*/
|
|
24408
|
+
maxIncorrectAttempts: pulumi.Input<number>;
|
|
24409
|
+
/**
|
|
24410
|
+
* (Updatable) Max number of trusted endpoints per user
|
|
24411
|
+
*/
|
|
24412
|
+
maxTrustedEndpoints: pulumi.Input<number>;
|
|
24413
|
+
/**
|
|
24414
|
+
* (Updatable) Specify if trusted endpoints are enabled
|
|
24415
|
+
*/
|
|
24416
|
+
trustedEndpointsEnabled: pulumi.Input<boolean>;
|
|
24417
|
+
}
|
|
24418
|
+
interface DomainsAuthenticationFactorSettingIdcsCreatedBy {
|
|
24419
|
+
/**
|
|
24420
|
+
* (Updatable) The displayName of the User or App who modified this Resource
|
|
24421
|
+
*/
|
|
24422
|
+
display?: pulumi.Input<string>;
|
|
24423
|
+
/**
|
|
24424
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
24425
|
+
*/
|
|
24426
|
+
ocid?: pulumi.Input<string>;
|
|
24427
|
+
/**
|
|
24428
|
+
* (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
|
|
24429
|
+
*/
|
|
24430
|
+
ref?: pulumi.Input<string>;
|
|
24431
|
+
/**
|
|
24432
|
+
* (Updatable) The type of resource, User or App, that modified this Resource
|
|
24433
|
+
*/
|
|
24434
|
+
type?: pulumi.Input<string>;
|
|
24435
|
+
/**
|
|
24436
|
+
* (Updatable) Value of the tag.
|
|
24437
|
+
*/
|
|
24438
|
+
value: pulumi.Input<string>;
|
|
24439
|
+
}
|
|
24440
|
+
interface DomainsAuthenticationFactorSettingIdcsLastModifiedBy {
|
|
24441
|
+
/**
|
|
24442
|
+
* (Updatable) The displayName of the User or App who modified this Resource
|
|
24443
|
+
*/
|
|
24444
|
+
display?: pulumi.Input<string>;
|
|
24445
|
+
/**
|
|
24446
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
24447
|
+
*/
|
|
24448
|
+
ocid?: pulumi.Input<string>;
|
|
24449
|
+
/**
|
|
24450
|
+
* (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
|
|
24451
|
+
*/
|
|
24452
|
+
ref?: pulumi.Input<string>;
|
|
24453
|
+
/**
|
|
24454
|
+
* (Updatable) The type of resource, User or App, that modified this Resource
|
|
24455
|
+
*/
|
|
24456
|
+
type?: pulumi.Input<string>;
|
|
24457
|
+
/**
|
|
24458
|
+
* (Updatable) Value of the tag.
|
|
24459
|
+
*/
|
|
24460
|
+
value: pulumi.Input<string>;
|
|
24461
|
+
}
|
|
24462
|
+
interface DomainsAuthenticationFactorSettingIdentityStoreSettings {
|
|
24463
|
+
/**
|
|
24464
|
+
* (Updatable) If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
|
|
24465
|
+
*/
|
|
24466
|
+
mobileNumberEnabled?: pulumi.Input<boolean>;
|
|
24467
|
+
/**
|
|
24468
|
+
* (Updatable) If true, indicates that the user can update the mobile number in the user's Multi-Factor Authentication profile
|
|
24469
|
+
*/
|
|
24470
|
+
mobileNumberUpdateEnabled?: pulumi.Input<boolean>;
|
|
24471
|
+
}
|
|
24472
|
+
interface DomainsAuthenticationFactorSettingMeta {
|
|
24473
|
+
/**
|
|
24474
|
+
* (Updatable) The DateTime the Resource was added to the Service Provider
|
|
24475
|
+
*/
|
|
24476
|
+
created?: pulumi.Input<string>;
|
|
24477
|
+
/**
|
|
24478
|
+
* (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.
|
|
24479
|
+
*/
|
|
24480
|
+
lastModified?: pulumi.Input<string>;
|
|
24481
|
+
/**
|
|
24482
|
+
* (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
24483
|
+
*/
|
|
24484
|
+
location?: pulumi.Input<string>;
|
|
24485
|
+
/**
|
|
24486
|
+
* (Updatable) Name of the resource type of the resource--for example, Users or Groups
|
|
24487
|
+
*/
|
|
24488
|
+
resourceType?: pulumi.Input<string>;
|
|
24489
|
+
/**
|
|
24490
|
+
* (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
24491
|
+
*/
|
|
24492
|
+
version?: pulumi.Input<string>;
|
|
24493
|
+
}
|
|
24494
|
+
interface DomainsAuthenticationFactorSettingNotificationSettings {
|
|
24495
|
+
/**
|
|
24496
|
+
* (Updatable) If true, indicates that the Mobile App Pull Notification channel is enabled for authentication
|
|
24497
|
+
*/
|
|
24498
|
+
pullEnabled: pulumi.Input<boolean>;
|
|
24499
|
+
}
|
|
24500
|
+
interface DomainsAuthenticationFactorSettingTag {
|
|
24501
|
+
/**
|
|
24502
|
+
* (Updatable) Key or name of the tag.
|
|
24503
|
+
*/
|
|
24504
|
+
key: pulumi.Input<string>;
|
|
24505
|
+
/**
|
|
24506
|
+
* (Updatable) Value of the tag.
|
|
24507
|
+
*/
|
|
24508
|
+
value: pulumi.Input<string>;
|
|
24509
|
+
}
|
|
24510
|
+
interface DomainsAuthenticationFactorSettingThirdPartyFactor {
|
|
24511
|
+
/**
|
|
24512
|
+
* (Updatable) To enable Duo Security factor
|
|
24513
|
+
*/
|
|
24514
|
+
duoSecurity: pulumi.Input<boolean>;
|
|
24515
|
+
}
|
|
24516
|
+
interface DomainsAuthenticationFactorSettingTotpSettings {
|
|
24517
|
+
/**
|
|
24518
|
+
* (Updatable) The period of time (in minutes) that a one-time passcode remains valid that the system sends by email.
|
|
24519
|
+
*/
|
|
24520
|
+
emailOtpValidityDurationInMins: pulumi.Input<number>;
|
|
24521
|
+
/**
|
|
24522
|
+
* (Updatable) Exact length of the email one-time passcode.
|
|
24523
|
+
*/
|
|
24524
|
+
emailPasscodeLength: pulumi.Input<number>;
|
|
24525
|
+
/**
|
|
24526
|
+
* (Updatable) The hashing algorithm to be used to calculate a One-Time Passcode. By default, the system uses SHA1.
|
|
24527
|
+
*/
|
|
24528
|
+
hashingAlgorithm: pulumi.Input<string>;
|
|
24529
|
+
/**
|
|
24530
|
+
* (Updatable) The period of time (in seconds) that a JSON Web Token (JWT) is valid
|
|
24531
|
+
*/
|
|
24532
|
+
jwtValidityDurationInSecs: pulumi.Input<number>;
|
|
24533
|
+
/**
|
|
24534
|
+
* (Updatable) The duration of time (in days) after which the shared secret has to be refreshed
|
|
24535
|
+
*/
|
|
24536
|
+
keyRefreshIntervalInDays: pulumi.Input<number>;
|
|
24537
|
+
/**
|
|
24538
|
+
* (Updatable) Exact length of the One-Time Passcode that the system should generate
|
|
24539
|
+
*/
|
|
24540
|
+
passcodeLength: pulumi.Input<number>;
|
|
24541
|
+
/**
|
|
24542
|
+
* (Updatable) The period of time (in minutes) for which a One-Time Passcode that the system sends by Short Message Service (SMS) or by voice remains valid
|
|
24543
|
+
*/
|
|
24544
|
+
smsOtpValidityDurationInMins: pulumi.Input<number>;
|
|
24545
|
+
/**
|
|
24546
|
+
* (Updatable) Exact length of the Short Message Service (SMS) One-Time Passcode
|
|
24547
|
+
*/
|
|
24548
|
+
smsPasscodeLength: pulumi.Input<number>;
|
|
24549
|
+
/**
|
|
24550
|
+
* (Updatable) Time (in secs) to be used as the time step
|
|
24551
|
+
*/
|
|
24552
|
+
timeStepInSecs: pulumi.Input<number>;
|
|
24553
|
+
/**
|
|
24554
|
+
* (Updatable) The tolerance/step-size that the system should use when validating a One-Time Passcode
|
|
24555
|
+
*/
|
|
24556
|
+
timeStepTolerance: pulumi.Input<number>;
|
|
24557
|
+
}
|
|
24558
|
+
interface DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings {
|
|
24559
|
+
/**
|
|
24560
|
+
* (Updatable) Attribute used to define the type of attestation required.
|
|
24561
|
+
*/
|
|
24562
|
+
attestation: pulumi.Input<string>;
|
|
24563
|
+
/**
|
|
24564
|
+
* (Updatable) Attribute used to define authenticator selection attachment.
|
|
24565
|
+
*/
|
|
24566
|
+
authenticatorSelectionAttachment: pulumi.Input<string>;
|
|
24567
|
+
/**
|
|
24568
|
+
* (Updatable) Flag used to indicate authenticator selection is required or not
|
|
24569
|
+
*/
|
|
24570
|
+
authenticatorSelectionRequireResidentKey: pulumi.Input<boolean>;
|
|
24571
|
+
/**
|
|
24572
|
+
* (Updatable) Attribute used to define authenticator selection resident key requirement.
|
|
24573
|
+
*/
|
|
24574
|
+
authenticatorSelectionResidentKey: pulumi.Input<string>;
|
|
24575
|
+
/**
|
|
24576
|
+
* (Updatable) Attribute used to define authenticator selection verification.
|
|
24577
|
+
*/
|
|
24578
|
+
authenticatorSelectionUserVerification: pulumi.Input<string>;
|
|
24579
|
+
/**
|
|
24580
|
+
* (Updatable) Number of domain levels IDCS should use for origin comparision
|
|
24581
|
+
*/
|
|
24582
|
+
domainValidationLevel?: pulumi.Input<number>;
|
|
24583
|
+
/**
|
|
24584
|
+
* (Updatable) Flag used to indicate whether we need to restrict creation of multiple credentials in same authenticator
|
|
24585
|
+
*/
|
|
24586
|
+
excludeCredentials: pulumi.Input<boolean>;
|
|
24587
|
+
/**
|
|
24588
|
+
* (Updatable) List of server supported public key algorithms
|
|
24589
|
+
*/
|
|
24590
|
+
publicKeyTypes: pulumi.Input<pulumi.Input<string>[]>;
|
|
24591
|
+
/**
|
|
24592
|
+
* (Updatable) Timeout for the fido authentication to complete
|
|
24593
|
+
*/
|
|
24594
|
+
timeout: pulumi.Input<number>;
|
|
24595
|
+
}
|
|
24596
|
+
interface DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings {
|
|
24597
|
+
/**
|
|
24598
|
+
* (Updatable) Settings related to Duo Security
|
|
24599
|
+
*/
|
|
24600
|
+
duoSecuritySettings?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingsDuoSecuritySettings>;
|
|
24601
|
+
}
|
|
24602
|
+
interface DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingsDuoSecuritySettings {
|
|
24603
|
+
/**
|
|
24604
|
+
* (Updatable) Hostname to access the Duo security account
|
|
24605
|
+
*/
|
|
24606
|
+
apiHostname: pulumi.Input<string>;
|
|
24607
|
+
/**
|
|
24608
|
+
* (Updatable) Attestation key to attest the request and response between Duo Security
|
|
24609
|
+
*/
|
|
24610
|
+
attestationKey?: pulumi.Input<string>;
|
|
24611
|
+
/**
|
|
24612
|
+
* (Updatable) Integration key from Duo Security authenticator
|
|
24613
|
+
*/
|
|
24614
|
+
integrationKey: pulumi.Input<string>;
|
|
24615
|
+
/**
|
|
24616
|
+
* (Updatable) Secret key from Duo Security authenticator
|
|
24617
|
+
*/
|
|
24618
|
+
secretKey: pulumi.Input<string>;
|
|
24619
|
+
/**
|
|
24620
|
+
* (Updatable) User attribute mapping value
|
|
24621
|
+
*/
|
|
24622
|
+
userMappingAttribute: pulumi.Input<string>;
|
|
24623
|
+
}
|
|
24624
|
+
interface DomainsCustomerSecretKeyIdcsCreatedBy {
|
|
24625
|
+
/**
|
|
24626
|
+
* (Updatable) User display name
|
|
24627
|
+
*/
|
|
24628
|
+
display?: pulumi.Input<string>;
|
|
24629
|
+
/**
|
|
24630
|
+
* User's ocid
|
|
24631
|
+
*/
|
|
24632
|
+
ocid?: pulumi.Input<string>;
|
|
24633
|
+
/**
|
|
24634
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
24635
|
+
*/
|
|
24636
|
+
ref?: pulumi.Input<string>;
|
|
24637
|
+
/**
|
|
24638
|
+
* The type of resource, User or App, that modified this Resource
|
|
24639
|
+
*/
|
|
24640
|
+
type?: pulumi.Input<string>;
|
|
24641
|
+
/**
|
|
24642
|
+
* User's id
|
|
24643
|
+
*/
|
|
24644
|
+
value: pulumi.Input<string>;
|
|
24645
|
+
}
|
|
24646
|
+
interface DomainsCustomerSecretKeyIdcsLastModifiedBy {
|
|
24647
|
+
/**
|
|
24648
|
+
* (Updatable) User display name
|
|
24649
|
+
*/
|
|
24650
|
+
display?: pulumi.Input<string>;
|
|
24651
|
+
/**
|
|
24652
|
+
* User's ocid
|
|
24653
|
+
*/
|
|
24654
|
+
ocid?: pulumi.Input<string>;
|
|
24655
|
+
/**
|
|
24656
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
24657
|
+
*/
|
|
24658
|
+
ref?: pulumi.Input<string>;
|
|
24659
|
+
/**
|
|
24660
|
+
* The type of resource, User or App, that modified this Resource
|
|
24661
|
+
*/
|
|
24662
|
+
type?: pulumi.Input<string>;
|
|
24663
|
+
/**
|
|
24664
|
+
* User's id
|
|
24665
|
+
*/
|
|
24666
|
+
value: pulumi.Input<string>;
|
|
24667
|
+
}
|
|
24668
|
+
interface DomainsCustomerSecretKeyMeta {
|
|
24669
|
+
/**
|
|
24670
|
+
* The DateTime the Resource was added to the Service Provider
|
|
24671
|
+
*/
|
|
24672
|
+
created?: pulumi.Input<string>;
|
|
24673
|
+
/**
|
|
24674
|
+
* 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.
|
|
24675
|
+
*/
|
|
24676
|
+
lastModified?: pulumi.Input<string>;
|
|
24677
|
+
/**
|
|
24678
|
+
* The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
24679
|
+
*/
|
|
24680
|
+
location?: pulumi.Input<string>;
|
|
24681
|
+
/**
|
|
24682
|
+
* Name of the resource type of the resource--for example, Users or Groups
|
|
24683
|
+
*/
|
|
24684
|
+
resourceType?: pulumi.Input<string>;
|
|
24685
|
+
/**
|
|
24686
|
+
* The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
24687
|
+
*/
|
|
24688
|
+
version?: pulumi.Input<string>;
|
|
24689
|
+
}
|
|
24690
|
+
interface DomainsCustomerSecretKeyTag {
|
|
24691
|
+
/**
|
|
24692
|
+
* Key or name of the tag.
|
|
24693
|
+
*/
|
|
24694
|
+
key: pulumi.Input<string>;
|
|
24695
|
+
/**
|
|
24696
|
+
* User's id
|
|
24697
|
+
*/
|
|
24698
|
+
value: pulumi.Input<string>;
|
|
24699
|
+
}
|
|
24700
|
+
interface DomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser {
|
|
24701
|
+
/**
|
|
24702
|
+
* If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
|
|
24703
|
+
*/
|
|
24704
|
+
allowSelfChange?: pulumi.Input<boolean>;
|
|
24705
|
+
}
|
|
24706
|
+
interface DomainsCustomerSecretKeyUser {
|
|
24707
|
+
/**
|
|
24708
|
+
* (Updatable) User display name
|
|
24709
|
+
*/
|
|
24710
|
+
display?: pulumi.Input<string>;
|
|
24711
|
+
/**
|
|
24712
|
+
* (Updatable) User name
|
|
24713
|
+
*/
|
|
24714
|
+
name?: pulumi.Input<string>;
|
|
24715
|
+
/**
|
|
24716
|
+
* User's ocid
|
|
24717
|
+
*/
|
|
24718
|
+
ocid?: pulumi.Input<string>;
|
|
24719
|
+
/**
|
|
24720
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
24721
|
+
*/
|
|
24722
|
+
ref?: pulumi.Input<string>;
|
|
24723
|
+
/**
|
|
24724
|
+
* User's id
|
|
24725
|
+
*/
|
|
24726
|
+
value?: pulumi.Input<string>;
|
|
24727
|
+
}
|
|
24728
|
+
interface DomainsDynamicResourceGroupDynamicGroupAppRole {
|
|
24729
|
+
/**
|
|
24730
|
+
* (Updatable) If true, then the role provides administrative access privileges. READ-ONLY.
|
|
24731
|
+
*/
|
|
24732
|
+
adminRole?: pulumi.Input<boolean>;
|
|
24733
|
+
/**
|
|
24734
|
+
* (Updatable) App identifier
|
|
24735
|
+
*/
|
|
24736
|
+
appId?: pulumi.Input<string>;
|
|
24737
|
+
/**
|
|
24738
|
+
* (Updatable) Name of parent App. READ-ONLY.
|
|
24739
|
+
*/
|
|
24740
|
+
appName?: pulumi.Input<string>;
|
|
24741
|
+
/**
|
|
24742
|
+
* (Updatable) The displayName of the User or App who modified this Resource
|
|
24743
|
+
*/
|
|
24744
|
+
display?: pulumi.Input<string>;
|
|
24745
|
+
/**
|
|
24746
|
+
* (Updatable) The name of the legacy group associated with this AppRole.
|
|
24747
|
+
*/
|
|
24748
|
+
legacyGroupName?: pulumi.Input<string>;
|
|
24749
|
+
/**
|
|
24750
|
+
* (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
|
|
24751
|
+
*/
|
|
24752
|
+
ref?: pulumi.Input<string>;
|
|
24753
|
+
/**
|
|
24754
|
+
* (Updatable) Oracle Cloud Infrastructure Tag value
|
|
24755
|
+
*/
|
|
24756
|
+
value: pulumi.Input<string>;
|
|
24757
|
+
}
|
|
24758
|
+
interface DomainsDynamicResourceGroupGrant {
|
|
24759
|
+
/**
|
|
24760
|
+
* (Updatable) App identifier
|
|
24761
|
+
*/
|
|
24762
|
+
appId?: pulumi.Input<string>;
|
|
24763
|
+
/**
|
|
24764
|
+
* (Updatable) Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted.\nA customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':\n - 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.\n - 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.\n - 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
|
|
24765
|
+
*/
|
|
24766
|
+
grantMechanism?: pulumi.Input<string>;
|
|
24767
|
+
/**
|
|
24768
|
+
* (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
|
|
24769
|
+
*/
|
|
24770
|
+
ref?: pulumi.Input<string>;
|
|
24771
|
+
/**
|
|
24772
|
+
* (Updatable) Oracle Cloud Infrastructure Tag value
|
|
24773
|
+
*/
|
|
24774
|
+
value?: pulumi.Input<string>;
|
|
24775
|
+
}
|
|
24776
|
+
interface DomainsDynamicResourceGroupIdcsCreatedBy {
|
|
24777
|
+
/**
|
|
24778
|
+
* (Updatable) The displayName of the User or App who modified this Resource
|
|
24779
|
+
*/
|
|
24780
|
+
display?: pulumi.Input<string>;
|
|
24781
|
+
/**
|
|
24782
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
24783
|
+
*/
|
|
24784
|
+
ocid?: pulumi.Input<string>;
|
|
24785
|
+
/**
|
|
24786
|
+
* (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
|
|
24787
|
+
*/
|
|
24788
|
+
ref?: pulumi.Input<string>;
|
|
24789
|
+
/**
|
|
24790
|
+
* (Updatable) The type of resource, User or App, that modified this Resource
|
|
24791
|
+
*/
|
|
24792
|
+
type?: pulumi.Input<string>;
|
|
24793
|
+
/**
|
|
24794
|
+
* (Updatable) Oracle Cloud Infrastructure Tag value
|
|
24795
|
+
*/
|
|
24796
|
+
value: pulumi.Input<string>;
|
|
24797
|
+
}
|
|
24798
|
+
interface DomainsDynamicResourceGroupIdcsLastModifiedBy {
|
|
24799
|
+
/**
|
|
24800
|
+
* (Updatable) The displayName of the User or App who modified this Resource
|
|
24801
|
+
*/
|
|
24802
|
+
display?: pulumi.Input<string>;
|
|
24803
|
+
/**
|
|
24804
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
24805
|
+
*/
|
|
24806
|
+
ocid?: pulumi.Input<string>;
|
|
24807
|
+
/**
|
|
24808
|
+
* (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
|
|
24809
|
+
*/
|
|
24810
|
+
ref?: pulumi.Input<string>;
|
|
24811
|
+
/**
|
|
24812
|
+
* (Updatable) The type of resource, User or App, that modified this Resource
|
|
24813
|
+
*/
|
|
24814
|
+
type?: pulumi.Input<string>;
|
|
24815
|
+
/**
|
|
24816
|
+
* (Updatable) Oracle Cloud Infrastructure Tag value
|
|
24817
|
+
*/
|
|
24818
|
+
value: pulumi.Input<string>;
|
|
24819
|
+
}
|
|
24820
|
+
interface DomainsDynamicResourceGroupMeta {
|
|
24821
|
+
/**
|
|
24822
|
+
* (Updatable) The DateTime the Resource was added to the Service Provider
|
|
24823
|
+
*/
|
|
24824
|
+
created?: pulumi.Input<string>;
|
|
24825
|
+
/**
|
|
24826
|
+
* (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.
|
|
24827
|
+
*/
|
|
24828
|
+
lastModified?: pulumi.Input<string>;
|
|
24829
|
+
/**
|
|
24830
|
+
* (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
24831
|
+
*/
|
|
24832
|
+
location?: pulumi.Input<string>;
|
|
24833
|
+
/**
|
|
24834
|
+
* (Updatable) Name of the resource type of the resource--for example, Users or Groups
|
|
24835
|
+
*/
|
|
24836
|
+
resourceType?: pulumi.Input<string>;
|
|
24837
|
+
/**
|
|
24838
|
+
* (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
24839
|
+
*/
|
|
24840
|
+
version?: pulumi.Input<string>;
|
|
24841
|
+
}
|
|
24842
|
+
interface DomainsDynamicResourceGroupTag {
|
|
24843
|
+
/**
|
|
24844
|
+
* (Updatable) Oracle Cloud Infrastructure Tag key
|
|
24845
|
+
*/
|
|
24846
|
+
key: pulumi.Input<string>;
|
|
24847
|
+
/**
|
|
24848
|
+
* (Updatable) Oracle Cloud Infrastructure Tag value
|
|
24849
|
+
*/
|
|
24850
|
+
value: pulumi.Input<string>;
|
|
24851
|
+
}
|
|
24852
|
+
interface DomainsDynamicResourceGroupUrnietfparamsscimschemasoracleidcsextensionOciTags {
|
|
24853
|
+
/**
|
|
24854
|
+
* (Updatable) Oracle Cloud Infrastructure Defined Tags
|
|
24855
|
+
*/
|
|
24856
|
+
definedTags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsDynamicResourceGroupUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag>[]>;
|
|
24857
|
+
/**
|
|
24858
|
+
* (Updatable) Oracle Cloud Infrastructure Freeform Tags
|
|
24859
|
+
*/
|
|
24860
|
+
freeformTags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsDynamicResourceGroupUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag>[]>;
|
|
24861
|
+
/**
|
|
24862
|
+
* (Updatable) Oracle Cloud Infrastructure Tag slug
|
|
24863
|
+
*/
|
|
24864
|
+
tagSlug?: pulumi.Input<string>;
|
|
24865
|
+
}
|
|
24866
|
+
interface DomainsDynamicResourceGroupUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag {
|
|
24867
|
+
/**
|
|
24868
|
+
* (Updatable) Oracle Cloud Infrastructure Tag key
|
|
24869
|
+
*/
|
|
24870
|
+
key: pulumi.Input<string>;
|
|
24871
|
+
/**
|
|
24872
|
+
* (Updatable) Oracle Cloud Infrastructure Tag namespace
|
|
24873
|
+
*/
|
|
24874
|
+
namespace: pulumi.Input<string>;
|
|
24875
|
+
/**
|
|
24876
|
+
* (Updatable) Oracle Cloud Infrastructure Tag value
|
|
24877
|
+
*/
|
|
24878
|
+
value: pulumi.Input<string>;
|
|
24879
|
+
}
|
|
24880
|
+
interface DomainsDynamicResourceGroupUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag {
|
|
24881
|
+
/**
|
|
24882
|
+
* (Updatable) Oracle Cloud Infrastructure Tag key
|
|
24883
|
+
*/
|
|
24884
|
+
key: pulumi.Input<string>;
|
|
24885
|
+
/**
|
|
24886
|
+
* (Updatable) Oracle Cloud Infrastructure Tag value
|
|
24887
|
+
*/
|
|
24888
|
+
value: pulumi.Input<string>;
|
|
24889
|
+
}
|
|
24890
|
+
interface DomainsGroupIdcsCreatedBy {
|
|
24891
|
+
/**
|
|
24892
|
+
* (Updatable) App Display Name
|
|
24893
|
+
*/
|
|
24894
|
+
display?: pulumi.Input<string>;
|
|
24895
|
+
/**
|
|
24896
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
24897
|
+
*/
|
|
24898
|
+
ocid?: pulumi.Input<string>;
|
|
24899
|
+
/**
|
|
24900
|
+
* (Updatable) App URI
|
|
24901
|
+
*/
|
|
24902
|
+
ref?: pulumi.Input<string>;
|
|
24903
|
+
/**
|
|
24904
|
+
* (Updatable) The type of the entity that created this Group.
|
|
24905
|
+
*/
|
|
24906
|
+
type?: pulumi.Input<string>;
|
|
24907
|
+
/**
|
|
24908
|
+
* (Updatable) The ID of the App.
|
|
24909
|
+
*/
|
|
24910
|
+
value: pulumi.Input<string>;
|
|
24911
|
+
}
|
|
24912
|
+
interface DomainsGroupIdcsLastModifiedBy {
|
|
24913
|
+
/**
|
|
24914
|
+
* (Updatable) App Display Name
|
|
24915
|
+
*/
|
|
24916
|
+
display?: pulumi.Input<string>;
|
|
24917
|
+
/**
|
|
24918
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
24919
|
+
*/
|
|
24920
|
+
ocid?: pulumi.Input<string>;
|
|
24921
|
+
/**
|
|
24922
|
+
* (Updatable) App URI
|
|
24923
|
+
*/
|
|
24924
|
+
ref?: pulumi.Input<string>;
|
|
24925
|
+
/**
|
|
24926
|
+
* (Updatable) The type of the entity that created this Group.
|
|
24927
|
+
*/
|
|
24928
|
+
type?: pulumi.Input<string>;
|
|
24929
|
+
/**
|
|
24930
|
+
* (Updatable) The ID of the App.
|
|
24931
|
+
*/
|
|
24932
|
+
value: pulumi.Input<string>;
|
|
24933
|
+
}
|
|
24934
|
+
interface DomainsGroupMember {
|
|
24935
|
+
/**
|
|
24936
|
+
* (Updatable) The DateTime the member was added to the Group.
|
|
24937
|
+
*/
|
|
24938
|
+
dateAdded?: pulumi.Input<string>;
|
|
24939
|
+
/**
|
|
24940
|
+
* (Updatable) App Display Name
|
|
24941
|
+
*/
|
|
24942
|
+
display?: pulumi.Input<string>;
|
|
24943
|
+
/**
|
|
24944
|
+
* (Updatable) Membership Ocid
|
|
24945
|
+
*/
|
|
24946
|
+
membershipOcid?: pulumi.Input<string>;
|
|
24947
|
+
/**
|
|
24948
|
+
* (Updatable) PasswordPolicy Name
|
|
24949
|
+
*/
|
|
24950
|
+
name?: pulumi.Input<string>;
|
|
24951
|
+
/**
|
|
24952
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
24953
|
+
*/
|
|
24954
|
+
ocid?: pulumi.Input<string>;
|
|
24955
|
+
/**
|
|
24956
|
+
* (Updatable) App URI
|
|
24957
|
+
*/
|
|
24958
|
+
ref?: pulumi.Input<string>;
|
|
24959
|
+
/**
|
|
24960
|
+
* (Updatable) The type of the entity that created this Group.
|
|
24961
|
+
*/
|
|
24962
|
+
type: pulumi.Input<string>;
|
|
24963
|
+
/**
|
|
24964
|
+
* (Updatable) The ID of the App.
|
|
24965
|
+
*/
|
|
24966
|
+
value: pulumi.Input<string>;
|
|
24967
|
+
}
|
|
24968
|
+
interface DomainsGroupMeta {
|
|
24969
|
+
/**
|
|
24970
|
+
* (Updatable) The DateTime the Resource was added to the Service Provider
|
|
24971
|
+
*/
|
|
24972
|
+
created?: pulumi.Input<string>;
|
|
24973
|
+
/**
|
|
24974
|
+
* (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.
|
|
24975
|
+
*/
|
|
24976
|
+
lastModified?: pulumi.Input<string>;
|
|
24977
|
+
/**
|
|
24978
|
+
* (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
24979
|
+
*/
|
|
24980
|
+
location?: pulumi.Input<string>;
|
|
24981
|
+
/**
|
|
24982
|
+
* (Updatable) Name of the resource type of the resource--for example, Users or Groups
|
|
24983
|
+
*/
|
|
24984
|
+
resourceType?: pulumi.Input<string>;
|
|
24985
|
+
/**
|
|
24986
|
+
* (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
24987
|
+
*/
|
|
24988
|
+
version?: pulumi.Input<string>;
|
|
24989
|
+
}
|
|
24990
|
+
interface DomainsGroupTag {
|
|
24991
|
+
/**
|
|
24992
|
+
* (Updatable) Oracle Cloud Infrastructure Tag key
|
|
24993
|
+
*/
|
|
24994
|
+
key: pulumi.Input<string>;
|
|
24995
|
+
/**
|
|
24996
|
+
* (Updatable) The ID of the App.
|
|
24997
|
+
*/
|
|
24998
|
+
value: pulumi.Input<string>;
|
|
24999
|
+
}
|
|
25000
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensionOciTags {
|
|
25001
|
+
/**
|
|
25002
|
+
* (Updatable) Oracle Cloud Infrastructure Defined Tags
|
|
25003
|
+
*/
|
|
25004
|
+
definedTags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag>[]>;
|
|
25005
|
+
/**
|
|
25006
|
+
* (Updatable) Oracle Cloud Infrastructure Freeform Tags
|
|
25007
|
+
*/
|
|
25008
|
+
freeformTags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag>[]>;
|
|
25009
|
+
/**
|
|
25010
|
+
* (Updatable) Oracle Cloud Infrastructure Tag slug
|
|
25011
|
+
*/
|
|
25012
|
+
tagSlug?: pulumi.Input<string>;
|
|
25013
|
+
}
|
|
25014
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag {
|
|
25015
|
+
/**
|
|
25016
|
+
* (Updatable) Oracle Cloud Infrastructure Tag key
|
|
25017
|
+
*/
|
|
25018
|
+
key: pulumi.Input<string>;
|
|
25019
|
+
/**
|
|
25020
|
+
* (Updatable) Oracle Cloud Infrastructure Tag namespace
|
|
25021
|
+
*/
|
|
25022
|
+
namespace: pulumi.Input<string>;
|
|
25023
|
+
/**
|
|
25024
|
+
* (Updatable) The ID of the App.
|
|
25025
|
+
*/
|
|
25026
|
+
value: pulumi.Input<string>;
|
|
25027
|
+
}
|
|
25028
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag {
|
|
25029
|
+
/**
|
|
25030
|
+
* (Updatable) Oracle Cloud Infrastructure Tag key
|
|
25031
|
+
*/
|
|
25032
|
+
key: pulumi.Input<string>;
|
|
25033
|
+
/**
|
|
25034
|
+
* (Updatable) The ID of the App.
|
|
25035
|
+
*/
|
|
25036
|
+
value: pulumi.Input<string>;
|
|
25037
|
+
}
|
|
25038
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensiondbcsGroup {
|
|
25039
|
+
/**
|
|
25040
|
+
* (Updatable) DBCS Domain-level schema-name. This attribute refers implicitly to a value of 'domainLevelSchemaNames' for a particular DB Domain.
|
|
25041
|
+
*/
|
|
25042
|
+
domainLevelSchema?: pulumi.Input<string>;
|
|
25043
|
+
/**
|
|
25044
|
+
* (Updatable) DBCS Domain-level schema-names. Each value is specific to a DB Domain.
|
|
25045
|
+
*/
|
|
25046
|
+
domainLevelSchemaNames?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiondbcsGroupDomainLevelSchemaName>[]>;
|
|
25047
|
+
/**
|
|
25048
|
+
* (Updatable) DBCS instance-level schema-name. This attribute refers implicitly to a value of 'instanceLevelSchemaNames' for a particular DB Instance.
|
|
25049
|
+
*/
|
|
25050
|
+
instanceLevelSchema?: pulumi.Input<string>;
|
|
25051
|
+
/**
|
|
25052
|
+
* (Updatable) DBCS instance-level schema-names. Each schema-name is specific to a DB Instance.
|
|
25053
|
+
*/
|
|
25054
|
+
instanceLevelSchemaNames?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiondbcsGroupInstanceLevelSchemaName>[]>;
|
|
25055
|
+
}
|
|
25056
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensiondbcsGroupDomainLevelSchemaName {
|
|
25057
|
+
/**
|
|
25058
|
+
* (Updatable) DBCS Domain Name
|
|
25059
|
+
*/
|
|
25060
|
+
domainName: pulumi.Input<string>;
|
|
25061
|
+
/**
|
|
25062
|
+
* (Updatable) The DBCS schema-name granted to this Group for the DB instance that 'dbInstanceId' specifies.
|
|
25063
|
+
*/
|
|
25064
|
+
schemaName: pulumi.Input<string>;
|
|
25065
|
+
}
|
|
25066
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensiondbcsGroupInstanceLevelSchemaName {
|
|
25067
|
+
/**
|
|
25068
|
+
* (Updatable) App Id of DBCS App instance
|
|
25069
|
+
*/
|
|
25070
|
+
dbInstanceId: pulumi.Input<string>;
|
|
25071
|
+
/**
|
|
25072
|
+
* (Updatable) The DBCS schema-name granted to this Group for the DB instance that 'dbInstanceId' specifies.
|
|
25073
|
+
*/
|
|
25074
|
+
schemaName: pulumi.Input<string>;
|
|
25075
|
+
}
|
|
25076
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensiondynamicGroup {
|
|
25077
|
+
/**
|
|
25078
|
+
* (Updatable) Membership rule
|
|
25079
|
+
*/
|
|
25080
|
+
membershipRule?: pulumi.Input<string>;
|
|
25081
|
+
/**
|
|
25082
|
+
* (Updatable) Membership type
|
|
25083
|
+
*/
|
|
25084
|
+
membershipType?: pulumi.Input<string>;
|
|
25085
|
+
}
|
|
25086
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroup {
|
|
25087
|
+
/**
|
|
25088
|
+
* (Updatable) A list of appRoles that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
|
|
25089
|
+
*/
|
|
25090
|
+
appRoles?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroupAppRole>[]>;
|
|
25091
|
+
/**
|
|
25092
|
+
* (Updatable) Source from which this group got created.
|
|
25093
|
+
*/
|
|
25094
|
+
creationMechanism?: pulumi.Input<string>;
|
|
25095
|
+
/**
|
|
25096
|
+
* (Updatable) Group description
|
|
25097
|
+
*/
|
|
25098
|
+
description?: pulumi.Input<string>;
|
|
25099
|
+
/**
|
|
25100
|
+
* (Updatable) Grants assigned to group
|
|
25101
|
+
*/
|
|
25102
|
+
grants?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroupGrant>[]>;
|
|
25103
|
+
/**
|
|
25104
|
+
* (Updatable) Group owners
|
|
25105
|
+
*/
|
|
25106
|
+
owners?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroupOwner>[]>;
|
|
25107
|
+
/**
|
|
25108
|
+
* (Updatable) Password Policy associated with this Group.
|
|
25109
|
+
*/
|
|
25110
|
+
passwordPolicies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroupPasswordPolicy>[]>;
|
|
25111
|
+
/**
|
|
25112
|
+
* (Updatable) The entity that created this Group.
|
|
25113
|
+
*/
|
|
25114
|
+
syncedFromApps?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroupSyncedFromApp>[]>;
|
|
25115
|
+
}
|
|
25116
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroupAppRole {
|
|
25117
|
+
/**
|
|
25118
|
+
* (Updatable) If true, then the role provides administrative access privileges. READ-ONLY.
|
|
25119
|
+
*/
|
|
25120
|
+
adminRole?: pulumi.Input<boolean>;
|
|
25121
|
+
/**
|
|
25122
|
+
* (Updatable) App identifier
|
|
25123
|
+
*/
|
|
25124
|
+
appId?: pulumi.Input<string>;
|
|
25125
|
+
/**
|
|
25126
|
+
* (Updatable) Name of parent App. READ-ONLY.
|
|
25127
|
+
*/
|
|
25128
|
+
appName?: pulumi.Input<string>;
|
|
25129
|
+
/**
|
|
25130
|
+
* (Updatable) App Display Name
|
|
25131
|
+
*/
|
|
25132
|
+
display?: pulumi.Input<string>;
|
|
25133
|
+
/**
|
|
25134
|
+
* (Updatable) The name of the legacy group associated with this AppRole.
|
|
25135
|
+
*/
|
|
25136
|
+
legacyGroupName?: pulumi.Input<string>;
|
|
25137
|
+
/**
|
|
25138
|
+
* (Updatable) App URI
|
|
25139
|
+
*/
|
|
25140
|
+
ref?: pulumi.Input<string>;
|
|
25141
|
+
/**
|
|
25142
|
+
* (Updatable) The type of the entity that created this Group.
|
|
25143
|
+
*/
|
|
25144
|
+
type?: pulumi.Input<string>;
|
|
25145
|
+
/**
|
|
25146
|
+
* (Updatable) The ID of the App.
|
|
25147
|
+
*/
|
|
25148
|
+
value: pulumi.Input<string>;
|
|
25149
|
+
}
|
|
25150
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroupGrant {
|
|
25151
|
+
/**
|
|
25152
|
+
* (Updatable) App identifier
|
|
25153
|
+
*/
|
|
25154
|
+
appId?: pulumi.Input<string>;
|
|
25155
|
+
/**
|
|
25156
|
+
* (Updatable) Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted.\nA customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':\n - 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.\n - 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.\n - 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
|
|
25157
|
+
*/
|
|
25158
|
+
grantMechanism?: pulumi.Input<string>;
|
|
25159
|
+
/**
|
|
25160
|
+
* (Updatable) App URI
|
|
25161
|
+
*/
|
|
25162
|
+
ref?: pulumi.Input<string>;
|
|
25163
|
+
/**
|
|
25164
|
+
* (Updatable) The ID of the App.
|
|
25165
|
+
*/
|
|
25166
|
+
value?: pulumi.Input<string>;
|
|
25167
|
+
}
|
|
25168
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroupOwner {
|
|
25169
|
+
/**
|
|
25170
|
+
* (Updatable) App Display Name
|
|
25171
|
+
*/
|
|
25172
|
+
display?: pulumi.Input<string>;
|
|
25173
|
+
/**
|
|
25174
|
+
* (Updatable) App URI
|
|
25175
|
+
*/
|
|
25176
|
+
ref?: pulumi.Input<string>;
|
|
25177
|
+
/**
|
|
25178
|
+
* (Updatable) The type of the entity that created this Group.
|
|
25179
|
+
*/
|
|
25180
|
+
type: pulumi.Input<string>;
|
|
25181
|
+
/**
|
|
25182
|
+
* (Updatable) The ID of the App.
|
|
25183
|
+
*/
|
|
25184
|
+
value: pulumi.Input<string>;
|
|
25185
|
+
}
|
|
25186
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroupPasswordPolicy {
|
|
25187
|
+
/**
|
|
25188
|
+
* (Updatable) PasswordPolicy Name
|
|
25189
|
+
*/
|
|
25190
|
+
name?: pulumi.Input<string>;
|
|
25191
|
+
/**
|
|
25192
|
+
* (Updatable) PasswordPolicy priority
|
|
25193
|
+
*/
|
|
25194
|
+
priority?: pulumi.Input<number>;
|
|
25195
|
+
/**
|
|
25196
|
+
* (Updatable) App URI
|
|
25197
|
+
*/
|
|
25198
|
+
ref?: pulumi.Input<string>;
|
|
25199
|
+
/**
|
|
25200
|
+
* (Updatable) The ID of the App.
|
|
25201
|
+
*/
|
|
25202
|
+
value: pulumi.Input<string>;
|
|
25203
|
+
}
|
|
25204
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroupSyncedFromApp {
|
|
25205
|
+
/**
|
|
25206
|
+
* (Updatable) App Display Name
|
|
25207
|
+
*/
|
|
25208
|
+
display?: pulumi.Input<string>;
|
|
25209
|
+
/**
|
|
25210
|
+
* (Updatable) App URI
|
|
25211
|
+
*/
|
|
25212
|
+
ref?: pulumi.Input<string>;
|
|
25213
|
+
/**
|
|
25214
|
+
* (Updatable) The type of the entity that created this Group.
|
|
25215
|
+
*/
|
|
25216
|
+
type: pulumi.Input<string>;
|
|
25217
|
+
/**
|
|
25218
|
+
* (Updatable) The ID of the App.
|
|
25219
|
+
*/
|
|
25220
|
+
value: pulumi.Input<string>;
|
|
25221
|
+
}
|
|
25222
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensionposixGroup {
|
|
25223
|
+
/**
|
|
25224
|
+
* (Updatable) Integer uniquely identifying a group in a POSIX administrative domain
|
|
25225
|
+
*/
|
|
25226
|
+
gidNumber?: pulumi.Input<number>;
|
|
25227
|
+
}
|
|
25228
|
+
interface DomainsGroupUrnietfparamsscimschemasoracleidcsextensionrequestableGroup {
|
|
25229
|
+
/**
|
|
25230
|
+
* (Updatable) Flag controlling whether group membership can be request by user through self service console.
|
|
25231
|
+
*/
|
|
25232
|
+
requestable?: pulumi.Input<boolean>;
|
|
25233
|
+
}
|
|
25234
|
+
interface DomainsIdentityProviderCorrelationPolicy {
|
|
25235
|
+
/**
|
|
25236
|
+
* (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.
|
|
25237
|
+
*/
|
|
25238
|
+
display?: pulumi.Input<string>;
|
|
25239
|
+
/**
|
|
25240
|
+
* (Updatable) Group URI
|
|
25241
|
+
*/
|
|
25242
|
+
ref?: pulumi.Input<string>;
|
|
25243
|
+
/**
|
|
25244
|
+
* (Updatable) Identity Provider Type
|
|
25245
|
+
*/
|
|
25246
|
+
type: pulumi.Input<string>;
|
|
25247
|
+
/**
|
|
25248
|
+
* (Updatable) Value of the tag.
|
|
25249
|
+
*/
|
|
25250
|
+
value: pulumi.Input<string>;
|
|
25251
|
+
}
|
|
25252
|
+
interface DomainsIdentityProviderIdcsCreatedBy {
|
|
25253
|
+
/**
|
|
25254
|
+
* (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.
|
|
25255
|
+
*/
|
|
25256
|
+
display?: pulumi.Input<string>;
|
|
25257
|
+
/**
|
|
25258
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
25259
|
+
*/
|
|
25260
|
+
ocid?: pulumi.Input<string>;
|
|
25261
|
+
/**
|
|
25262
|
+
* (Updatable) Group URI
|
|
25263
|
+
*/
|
|
25264
|
+
ref?: pulumi.Input<string>;
|
|
25265
|
+
/**
|
|
25266
|
+
* (Updatable) Identity Provider Type
|
|
25267
|
+
*/
|
|
25268
|
+
type?: pulumi.Input<string>;
|
|
25269
|
+
/**
|
|
25270
|
+
* (Updatable) Value of the tag.
|
|
25271
|
+
*/
|
|
25272
|
+
value: pulumi.Input<string>;
|
|
25273
|
+
}
|
|
25274
|
+
interface DomainsIdentityProviderIdcsLastModifiedBy {
|
|
25275
|
+
/**
|
|
25276
|
+
* (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.
|
|
25277
|
+
*/
|
|
25278
|
+
display?: pulumi.Input<string>;
|
|
25279
|
+
/**
|
|
25280
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
25281
|
+
*/
|
|
25282
|
+
ocid?: pulumi.Input<string>;
|
|
25283
|
+
/**
|
|
25284
|
+
* (Updatable) Group URI
|
|
25285
|
+
*/
|
|
25286
|
+
ref?: pulumi.Input<string>;
|
|
25287
|
+
/**
|
|
25288
|
+
* (Updatable) Identity Provider Type
|
|
25289
|
+
*/
|
|
25290
|
+
type?: pulumi.Input<string>;
|
|
25291
|
+
/**
|
|
25292
|
+
* (Updatable) Value of the tag.
|
|
25293
|
+
*/
|
|
25294
|
+
value: pulumi.Input<string>;
|
|
25295
|
+
}
|
|
25296
|
+
interface DomainsIdentityProviderJitUserProvAssignedGroup {
|
|
25297
|
+
/**
|
|
25298
|
+
* (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.
|
|
25299
|
+
*/
|
|
25300
|
+
display?: pulumi.Input<string>;
|
|
25301
|
+
/**
|
|
25302
|
+
* (Updatable) Group URI
|
|
25303
|
+
*/
|
|
25304
|
+
ref?: pulumi.Input<string>;
|
|
25305
|
+
/**
|
|
25306
|
+
* (Updatable) Value of the tag.
|
|
25307
|
+
*/
|
|
25308
|
+
value: pulumi.Input<string>;
|
|
25309
|
+
}
|
|
25310
|
+
interface DomainsIdentityProviderJitUserProvAttributes {
|
|
25311
|
+
/**
|
|
25312
|
+
* (Updatable) Group URI
|
|
25313
|
+
*/
|
|
25314
|
+
ref?: pulumi.Input<string>;
|
|
25315
|
+
/**
|
|
25316
|
+
* (Updatable) Value of the tag.
|
|
25317
|
+
*/
|
|
25318
|
+
value: pulumi.Input<string>;
|
|
25319
|
+
}
|
|
25320
|
+
interface DomainsIdentityProviderJitUserProvGroupMapping {
|
|
25321
|
+
/**
|
|
25322
|
+
* (Updatable) IDP Group Name
|
|
25323
|
+
*/
|
|
25324
|
+
idpGroup: pulumi.Input<string>;
|
|
25325
|
+
/**
|
|
25326
|
+
* (Updatable) Group URI
|
|
25327
|
+
*/
|
|
25328
|
+
ref?: pulumi.Input<string>;
|
|
25329
|
+
/**
|
|
25330
|
+
* (Updatable) Value of the tag.
|
|
25331
|
+
*/
|
|
25332
|
+
value: pulumi.Input<string>;
|
|
25333
|
+
}
|
|
25334
|
+
interface DomainsIdentityProviderMeta {
|
|
25335
|
+
/**
|
|
25336
|
+
* (Updatable) The DateTime the Resource was added to the Service Provider
|
|
25337
|
+
*/
|
|
25338
|
+
created?: pulumi.Input<string>;
|
|
25339
|
+
/**
|
|
25340
|
+
* (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.
|
|
25341
|
+
*/
|
|
25342
|
+
lastModified?: pulumi.Input<string>;
|
|
25343
|
+
/**
|
|
25344
|
+
* (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
25345
|
+
*/
|
|
25346
|
+
location?: pulumi.Input<string>;
|
|
25347
|
+
/**
|
|
25348
|
+
* (Updatable) Name of the resource type of the resource--for example, Users or Groups
|
|
25349
|
+
*/
|
|
25350
|
+
resourceType?: pulumi.Input<string>;
|
|
25351
|
+
/**
|
|
25352
|
+
* (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
25353
|
+
*/
|
|
25354
|
+
version?: pulumi.Input<string>;
|
|
25355
|
+
}
|
|
25356
|
+
interface DomainsIdentityProviderTag {
|
|
25357
|
+
/**
|
|
25358
|
+
* (Updatable) Key or name of the tag.
|
|
25359
|
+
*/
|
|
25360
|
+
key: pulumi.Input<string>;
|
|
25361
|
+
/**
|
|
25362
|
+
* (Updatable) Value of the tag.
|
|
25363
|
+
*/
|
|
25364
|
+
value: pulumi.Input<string>;
|
|
25365
|
+
}
|
|
25366
|
+
interface DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider {
|
|
25367
|
+
/**
|
|
25368
|
+
* (Updatable) Social IDP Access token URL
|
|
25369
|
+
*/
|
|
25370
|
+
accessTokenUrl?: pulumi.Input<string>;
|
|
25371
|
+
/**
|
|
25372
|
+
* (Updatable) Whether account linking is enabled
|
|
25373
|
+
*/
|
|
25374
|
+
accountLinkingEnabled: pulumi.Input<boolean>;
|
|
25375
|
+
/**
|
|
25376
|
+
* (Updatable) Admin scope to request
|
|
25377
|
+
*/
|
|
25378
|
+
adminScopes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
25379
|
+
/**
|
|
25380
|
+
* (Updatable) Social IDP Authorization URL
|
|
25381
|
+
*/
|
|
25382
|
+
authzUrl?: pulumi.Input<string>;
|
|
25383
|
+
/**
|
|
25384
|
+
* (Updatable) Whether the client credential is contained in payload
|
|
25385
|
+
*/
|
|
25386
|
+
clientCredentialInPayload?: pulumi.Input<boolean>;
|
|
25387
|
+
/**
|
|
25388
|
+
* (Updatable) Social IDP allowed clock skew time
|
|
25389
|
+
*/
|
|
25390
|
+
clockSkewInSeconds?: pulumi.Input<number>;
|
|
25391
|
+
/**
|
|
25392
|
+
* (Updatable) Social IDP Client Application Client ID
|
|
25393
|
+
*/
|
|
25394
|
+
consumerKey: pulumi.Input<string>;
|
|
25395
|
+
/**
|
|
25396
|
+
* (Updatable) Social IDP Client Application Client Secret
|
|
25397
|
+
*/
|
|
25398
|
+
consumerSecret: pulumi.Input<string>;
|
|
25399
|
+
/**
|
|
25400
|
+
* (Updatable) Discovery URL
|
|
25401
|
+
*/
|
|
25402
|
+
discoveryUrl?: pulumi.Input<string>;
|
|
25403
|
+
/**
|
|
25404
|
+
* (Updatable) Id attribute used for account linking
|
|
25405
|
+
*/
|
|
25406
|
+
idAttribute?: pulumi.Input<string>;
|
|
25407
|
+
/**
|
|
25408
|
+
* (Updatable) Social IDP User profile URL
|
|
25409
|
+
*/
|
|
25410
|
+
profileUrl?: pulumi.Input<string>;
|
|
25411
|
+
/**
|
|
25412
|
+
* (Updatable) redirect URL for social idp
|
|
25413
|
+
*/
|
|
25414
|
+
redirectUrl?: pulumi.Input<string>;
|
|
25415
|
+
/**
|
|
25416
|
+
* (Updatable) Whether registration is enabled
|
|
25417
|
+
*/
|
|
25418
|
+
registrationEnabled: pulumi.Input<boolean>;
|
|
25419
|
+
/**
|
|
25420
|
+
* (Updatable) Scope to request
|
|
25421
|
+
*/
|
|
25422
|
+
scopes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
25423
|
+
/**
|
|
25424
|
+
* (Updatable) Service Provider Name
|
|
25425
|
+
*/
|
|
25426
|
+
serviceProviderName: pulumi.Input<string>;
|
|
25427
|
+
/**
|
|
25428
|
+
* (Updatable) Status
|
|
25429
|
+
*/
|
|
25430
|
+
status?: pulumi.Input<string>;
|
|
25431
|
+
}
|
|
25432
|
+
interface DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProvider {
|
|
25433
|
+
/**
|
|
25434
|
+
* (Updatable) X509 Certificate Matching Attribute
|
|
25435
|
+
*/
|
|
25436
|
+
certMatchAttribute: pulumi.Input<string>;
|
|
25437
|
+
/**
|
|
25438
|
+
* (Updatable) Fallback on CRL Validation if OCSP fails.
|
|
25439
|
+
*/
|
|
25440
|
+
crlCheckOnOcspFailureEnabled?: pulumi.Input<boolean>;
|
|
25441
|
+
/**
|
|
25442
|
+
* (Updatable) Set to true to enable CRL Validation
|
|
25443
|
+
*/
|
|
25444
|
+
crlEnabled?: pulumi.Input<boolean>;
|
|
25445
|
+
/**
|
|
25446
|
+
* (Updatable) CRL Location URL
|
|
25447
|
+
*/
|
|
25448
|
+
crlLocation?: pulumi.Input<string>;
|
|
25449
|
+
/**
|
|
25450
|
+
* (Updatable) Fetch the CRL contents every X minutes
|
|
25451
|
+
*/
|
|
25452
|
+
crlReloadDuration?: pulumi.Input<number>;
|
|
25453
|
+
/**
|
|
25454
|
+
* (Updatable) Allow access if OCSP response is UNKNOWN or OCSP Responder does not respond within the timeout duration
|
|
25455
|
+
*/
|
|
25456
|
+
ocspAllowUnknownResponseStatus?: pulumi.Input<boolean>;
|
|
25457
|
+
/**
|
|
25458
|
+
* (Updatable) Describes if the OCSP response is signed
|
|
25459
|
+
*/
|
|
25460
|
+
ocspEnableSignedResponse?: pulumi.Input<boolean>;
|
|
25461
|
+
/**
|
|
25462
|
+
* (Updatable) Set to true to enable OCSP Validation
|
|
25463
|
+
*/
|
|
25464
|
+
ocspEnabled?: pulumi.Input<boolean>;
|
|
25465
|
+
/**
|
|
25466
|
+
* (Updatable) This property specifies OCSP Responder URL.
|
|
25467
|
+
*/
|
|
25468
|
+
ocspResponderUrl?: pulumi.Input<string>;
|
|
25469
|
+
/**
|
|
25470
|
+
* (Updatable) Revalidate OCSP status for user after X hours
|
|
25471
|
+
*/
|
|
25472
|
+
ocspRevalidateTime?: pulumi.Input<number>;
|
|
25473
|
+
/**
|
|
25474
|
+
* (Updatable) This property specifies the OCSP Server alias name
|
|
25475
|
+
*/
|
|
25476
|
+
ocspServerName?: pulumi.Input<string>;
|
|
25477
|
+
/**
|
|
25478
|
+
* (Updatable) OCSP Trusted Certificate Chain
|
|
25479
|
+
*/
|
|
25480
|
+
ocspTrustCertChains?: pulumi.Input<pulumi.Input<string>[]>;
|
|
25481
|
+
/**
|
|
25482
|
+
* (Updatable) Check for specific conditions of other certificate attributes
|
|
25483
|
+
*/
|
|
25484
|
+
otherCertMatchAttribute?: pulumi.Input<string>;
|
|
25485
|
+
/**
|
|
25486
|
+
* (Updatable) Certificate alias list to create a chain for the incoming client certificate
|
|
25487
|
+
*/
|
|
25488
|
+
signingCertificateChains: pulumi.Input<pulumi.Input<string>[]>;
|
|
25489
|
+
/**
|
|
25490
|
+
* (Updatable) This property specifies the userstore attribute value that must match the incoming certificate attribute.
|
|
25491
|
+
*/
|
|
25492
|
+
userMatchAttribute: pulumi.Input<string>;
|
|
25493
|
+
}
|
|
25494
|
+
interface DomainsKmsiSettingIdcsCreatedBy {
|
|
25495
|
+
/**
|
|
25496
|
+
* (Updatable) The displayName of the User or App who modified this Resource
|
|
25497
|
+
*/
|
|
25498
|
+
display?: pulumi.Input<string>;
|
|
25499
|
+
/**
|
|
25500
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
25501
|
+
*/
|
|
25502
|
+
ocid?: pulumi.Input<string>;
|
|
25503
|
+
/**
|
|
25504
|
+
* (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
|
|
25505
|
+
*/
|
|
25506
|
+
ref?: pulumi.Input<string>;
|
|
25507
|
+
/**
|
|
25508
|
+
* (Updatable) The type of resource, User or App, that modified this Resource
|
|
25509
|
+
*/
|
|
25510
|
+
type?: pulumi.Input<string>;
|
|
25511
|
+
/**
|
|
25512
|
+
* (Updatable) Value of the tag.
|
|
25513
|
+
*/
|
|
25514
|
+
value: pulumi.Input<string>;
|
|
25515
|
+
}
|
|
25516
|
+
interface DomainsKmsiSettingIdcsLastModifiedBy {
|
|
25517
|
+
/**
|
|
25518
|
+
* (Updatable) The displayName of the User or App who modified this Resource
|
|
25519
|
+
*/
|
|
25520
|
+
display?: pulumi.Input<string>;
|
|
25521
|
+
/**
|
|
25522
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
25523
|
+
*/
|
|
25524
|
+
ocid?: pulumi.Input<string>;
|
|
25525
|
+
/**
|
|
25526
|
+
* (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
|
|
25527
|
+
*/
|
|
25528
|
+
ref?: pulumi.Input<string>;
|
|
25529
|
+
/**
|
|
25530
|
+
* (Updatable) The type of resource, User or App, that modified this Resource
|
|
25531
|
+
*/
|
|
25532
|
+
type?: pulumi.Input<string>;
|
|
25533
|
+
/**
|
|
25534
|
+
* (Updatable) Value of the tag.
|
|
25535
|
+
*/
|
|
25536
|
+
value: pulumi.Input<string>;
|
|
25537
|
+
}
|
|
25538
|
+
interface DomainsKmsiSettingMeta {
|
|
25539
|
+
/**
|
|
25540
|
+
* (Updatable) The DateTime the Resource was added to the Service Provider
|
|
25541
|
+
*/
|
|
25542
|
+
created?: pulumi.Input<string>;
|
|
25543
|
+
/**
|
|
25544
|
+
* (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.
|
|
25545
|
+
*/
|
|
25546
|
+
lastModified?: pulumi.Input<string>;
|
|
25547
|
+
/**
|
|
25548
|
+
* (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
25549
|
+
*/
|
|
25550
|
+
location?: pulumi.Input<string>;
|
|
25551
|
+
/**
|
|
25552
|
+
* (Updatable) Name of the resource type of the resource--for example, Users or Groups
|
|
25553
|
+
*/
|
|
25554
|
+
resourceType?: pulumi.Input<string>;
|
|
25555
|
+
/**
|
|
25556
|
+
* (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
25557
|
+
*/
|
|
25558
|
+
version?: pulumi.Input<string>;
|
|
25559
|
+
}
|
|
25560
|
+
interface DomainsKmsiSettingTag {
|
|
25561
|
+
/**
|
|
25562
|
+
* (Updatable) Key or name of the tag.
|
|
25563
|
+
*/
|
|
25564
|
+
key: pulumi.Input<string>;
|
|
25565
|
+
/**
|
|
25566
|
+
* (Updatable) Value of the tag.
|
|
25567
|
+
*/
|
|
25568
|
+
value: pulumi.Input<string>;
|
|
25569
|
+
}
|
|
25570
|
+
interface DomainsMyApiKeyIdcsCreatedBy {
|
|
25571
|
+
/**
|
|
25572
|
+
* (Updatable) User display name
|
|
25573
|
+
*/
|
|
25574
|
+
display?: pulumi.Input<string>;
|
|
25575
|
+
/**
|
|
25576
|
+
* User's ocid
|
|
25577
|
+
*/
|
|
25578
|
+
ocid?: pulumi.Input<string>;
|
|
25579
|
+
/**
|
|
25580
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
25581
|
+
*/
|
|
25582
|
+
ref?: pulumi.Input<string>;
|
|
25583
|
+
/**
|
|
25584
|
+
* The type of resource, User or App, that modified this Resource
|
|
25585
|
+
*/
|
|
25586
|
+
type?: pulumi.Input<string>;
|
|
25587
|
+
/**
|
|
25588
|
+
* User's id
|
|
25589
|
+
*/
|
|
25590
|
+
value: pulumi.Input<string>;
|
|
25591
|
+
}
|
|
25592
|
+
interface DomainsMyApiKeyIdcsLastModifiedBy {
|
|
25593
|
+
/**
|
|
25594
|
+
* (Updatable) User display name
|
|
25595
|
+
*/
|
|
25596
|
+
display?: pulumi.Input<string>;
|
|
25597
|
+
/**
|
|
25598
|
+
* User's ocid
|
|
25599
|
+
*/
|
|
25600
|
+
ocid?: pulumi.Input<string>;
|
|
25601
|
+
/**
|
|
25602
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
25603
|
+
*/
|
|
25604
|
+
ref?: pulumi.Input<string>;
|
|
25605
|
+
/**
|
|
25606
|
+
* The type of resource, User or App, that modified this Resource
|
|
25607
|
+
*/
|
|
25608
|
+
type?: pulumi.Input<string>;
|
|
25609
|
+
/**
|
|
25610
|
+
* User's id
|
|
25611
|
+
*/
|
|
25612
|
+
value: pulumi.Input<string>;
|
|
25613
|
+
}
|
|
25614
|
+
interface DomainsMyApiKeyMeta {
|
|
25615
|
+
/**
|
|
25616
|
+
* The DateTime the Resource was added to the Service Provider
|
|
25617
|
+
*/
|
|
25618
|
+
created?: pulumi.Input<string>;
|
|
25619
|
+
/**
|
|
25620
|
+
* 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.
|
|
25621
|
+
*/
|
|
25622
|
+
lastModified?: pulumi.Input<string>;
|
|
25623
|
+
/**
|
|
25624
|
+
* The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
25625
|
+
*/
|
|
25626
|
+
location?: pulumi.Input<string>;
|
|
25627
|
+
/**
|
|
25628
|
+
* Name of the resource type of the resource--for example, Users or Groups
|
|
25629
|
+
*/
|
|
25630
|
+
resourceType?: pulumi.Input<string>;
|
|
25631
|
+
/**
|
|
25632
|
+
* The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
25633
|
+
*/
|
|
25634
|
+
version?: pulumi.Input<string>;
|
|
25635
|
+
}
|
|
25636
|
+
interface DomainsMyApiKeyTag {
|
|
25637
|
+
/**
|
|
25638
|
+
* Key or name of the tag.
|
|
25639
|
+
*/
|
|
25640
|
+
key: pulumi.Input<string>;
|
|
25641
|
+
/**
|
|
25642
|
+
* User's id
|
|
25643
|
+
*/
|
|
25644
|
+
value: pulumi.Input<string>;
|
|
25645
|
+
}
|
|
25646
|
+
interface DomainsMyApiKeyUser {
|
|
25647
|
+
/**
|
|
25648
|
+
* (Updatable) User display name
|
|
25649
|
+
*/
|
|
25650
|
+
display?: pulumi.Input<string>;
|
|
25651
|
+
/**
|
|
25652
|
+
* (Updatable) User name
|
|
25653
|
+
*/
|
|
25654
|
+
name?: pulumi.Input<string>;
|
|
25655
|
+
/**
|
|
25656
|
+
* User's ocid
|
|
25657
|
+
*/
|
|
25658
|
+
ocid?: pulumi.Input<string>;
|
|
25659
|
+
/**
|
|
25660
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
25661
|
+
*/
|
|
25662
|
+
ref?: pulumi.Input<string>;
|
|
25663
|
+
/**
|
|
25664
|
+
* User's id
|
|
25665
|
+
*/
|
|
25666
|
+
value?: pulumi.Input<string>;
|
|
25667
|
+
}
|
|
25668
|
+
interface DomainsMyAuthTokenIdcsCreatedBy {
|
|
25669
|
+
/**
|
|
25670
|
+
* (Updatable) User display name
|
|
25671
|
+
*/
|
|
25672
|
+
display?: pulumi.Input<string>;
|
|
25673
|
+
/**
|
|
25674
|
+
* User's ocid
|
|
25675
|
+
*/
|
|
25676
|
+
ocid?: pulumi.Input<string>;
|
|
25677
|
+
/**
|
|
25678
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
25679
|
+
*/
|
|
25680
|
+
ref?: pulumi.Input<string>;
|
|
25681
|
+
/**
|
|
25682
|
+
* The type of resource, User or App, that modified this Resource
|
|
25683
|
+
*/
|
|
25684
|
+
type?: pulumi.Input<string>;
|
|
25685
|
+
/**
|
|
25686
|
+
* User's id
|
|
25687
|
+
*/
|
|
25688
|
+
value: pulumi.Input<string>;
|
|
25689
|
+
}
|
|
25690
|
+
interface DomainsMyAuthTokenIdcsLastModifiedBy {
|
|
25691
|
+
/**
|
|
25692
|
+
* (Updatable) User display name
|
|
25693
|
+
*/
|
|
25694
|
+
display?: pulumi.Input<string>;
|
|
25695
|
+
/**
|
|
25696
|
+
* User's ocid
|
|
25697
|
+
*/
|
|
25698
|
+
ocid?: pulumi.Input<string>;
|
|
25699
|
+
/**
|
|
25700
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
25701
|
+
*/
|
|
25702
|
+
ref?: pulumi.Input<string>;
|
|
25703
|
+
/**
|
|
25704
|
+
* The type of resource, User or App, that modified this Resource
|
|
25705
|
+
*/
|
|
25706
|
+
type?: pulumi.Input<string>;
|
|
25707
|
+
/**
|
|
25708
|
+
* User's id
|
|
25709
|
+
*/
|
|
25710
|
+
value: pulumi.Input<string>;
|
|
25711
|
+
}
|
|
25712
|
+
interface DomainsMyAuthTokenMeta {
|
|
25713
|
+
/**
|
|
25714
|
+
* The DateTime the Resource was added to the Service Provider
|
|
25715
|
+
*/
|
|
25716
|
+
created?: pulumi.Input<string>;
|
|
25717
|
+
/**
|
|
25718
|
+
* 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.
|
|
25719
|
+
*/
|
|
25720
|
+
lastModified?: pulumi.Input<string>;
|
|
25721
|
+
/**
|
|
25722
|
+
* The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
25723
|
+
*/
|
|
25724
|
+
location?: pulumi.Input<string>;
|
|
25725
|
+
/**
|
|
25726
|
+
* Name of the resource type of the resource--for example, Users or Groups
|
|
25727
|
+
*/
|
|
25728
|
+
resourceType?: pulumi.Input<string>;
|
|
25729
|
+
/**
|
|
25730
|
+
* The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
25731
|
+
*/
|
|
25732
|
+
version?: pulumi.Input<string>;
|
|
25733
|
+
}
|
|
25734
|
+
interface DomainsMyAuthTokenTag {
|
|
25735
|
+
/**
|
|
25736
|
+
* Key or name of the tag.
|
|
25737
|
+
*/
|
|
25738
|
+
key: pulumi.Input<string>;
|
|
25739
|
+
/**
|
|
25740
|
+
* User's id
|
|
25741
|
+
*/
|
|
25742
|
+
value: pulumi.Input<string>;
|
|
25743
|
+
}
|
|
25744
|
+
interface DomainsMyAuthTokenUser {
|
|
25745
|
+
/**
|
|
25746
|
+
* (Updatable) User display name
|
|
25747
|
+
*/
|
|
25748
|
+
display?: pulumi.Input<string>;
|
|
25749
|
+
/**
|
|
25750
|
+
* (Updatable) User name
|
|
25751
|
+
*/
|
|
25752
|
+
name?: pulumi.Input<string>;
|
|
25753
|
+
/**
|
|
25754
|
+
* User's ocid
|
|
25755
|
+
*/
|
|
25756
|
+
ocid?: pulumi.Input<string>;
|
|
25757
|
+
/**
|
|
25758
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
25759
|
+
*/
|
|
25760
|
+
ref?: pulumi.Input<string>;
|
|
25761
|
+
/**
|
|
25762
|
+
* User's id
|
|
25763
|
+
*/
|
|
25764
|
+
value?: pulumi.Input<string>;
|
|
25765
|
+
}
|
|
25766
|
+
interface DomainsMyCustomerSecretKeyIdcsCreatedBy {
|
|
25767
|
+
/**
|
|
25768
|
+
* (Updatable) User display name
|
|
25769
|
+
*/
|
|
25770
|
+
display?: pulumi.Input<string>;
|
|
25771
|
+
/**
|
|
25772
|
+
* User's ocid
|
|
25773
|
+
*/
|
|
25774
|
+
ocid?: pulumi.Input<string>;
|
|
25775
|
+
/**
|
|
25776
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
25777
|
+
*/
|
|
25778
|
+
ref?: pulumi.Input<string>;
|
|
25779
|
+
/**
|
|
25780
|
+
* The type of resource, User or App, that modified this Resource
|
|
25781
|
+
*/
|
|
25782
|
+
type?: pulumi.Input<string>;
|
|
25783
|
+
/**
|
|
25784
|
+
* User's id
|
|
25785
|
+
*/
|
|
25786
|
+
value: pulumi.Input<string>;
|
|
25787
|
+
}
|
|
25788
|
+
interface DomainsMyCustomerSecretKeyIdcsLastModifiedBy {
|
|
25789
|
+
/**
|
|
25790
|
+
* (Updatable) User display name
|
|
25791
|
+
*/
|
|
25792
|
+
display?: pulumi.Input<string>;
|
|
25793
|
+
/**
|
|
25794
|
+
* User's ocid
|
|
25795
|
+
*/
|
|
25796
|
+
ocid?: pulumi.Input<string>;
|
|
25797
|
+
/**
|
|
25798
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
25799
|
+
*/
|
|
25800
|
+
ref?: pulumi.Input<string>;
|
|
25801
|
+
/**
|
|
25802
|
+
* The type of resource, User or App, that modified this Resource
|
|
25803
|
+
*/
|
|
25804
|
+
type?: pulumi.Input<string>;
|
|
25805
|
+
/**
|
|
25806
|
+
* User's id
|
|
25807
|
+
*/
|
|
25808
|
+
value: pulumi.Input<string>;
|
|
25809
|
+
}
|
|
25810
|
+
interface DomainsMyCustomerSecretKeyMeta {
|
|
25811
|
+
/**
|
|
25812
|
+
* The DateTime the Resource was added to the Service Provider
|
|
25813
|
+
*/
|
|
25814
|
+
created?: pulumi.Input<string>;
|
|
25815
|
+
/**
|
|
25816
|
+
* 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.
|
|
25817
|
+
*/
|
|
25818
|
+
lastModified?: pulumi.Input<string>;
|
|
25819
|
+
/**
|
|
25820
|
+
* The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
25821
|
+
*/
|
|
25822
|
+
location?: pulumi.Input<string>;
|
|
25823
|
+
/**
|
|
25824
|
+
* Name of the resource type of the resource--for example, Users or Groups
|
|
25825
|
+
*/
|
|
25826
|
+
resourceType?: pulumi.Input<string>;
|
|
25827
|
+
/**
|
|
25828
|
+
* The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
25829
|
+
*/
|
|
25830
|
+
version?: pulumi.Input<string>;
|
|
25831
|
+
}
|
|
25832
|
+
interface DomainsMyCustomerSecretKeyTag {
|
|
25833
|
+
/**
|
|
25834
|
+
* Key or name of the tag.
|
|
25835
|
+
*/
|
|
25836
|
+
key: pulumi.Input<string>;
|
|
25837
|
+
/**
|
|
25838
|
+
* User's id
|
|
25839
|
+
*/
|
|
25840
|
+
value: pulumi.Input<string>;
|
|
25841
|
+
}
|
|
25842
|
+
interface DomainsMyCustomerSecretKeyUser {
|
|
25843
|
+
/**
|
|
25844
|
+
* (Updatable) User display name
|
|
25845
|
+
*/
|
|
25846
|
+
display?: pulumi.Input<string>;
|
|
25847
|
+
/**
|
|
25848
|
+
* (Updatable) User name
|
|
25849
|
+
*/
|
|
25850
|
+
name?: pulumi.Input<string>;
|
|
25851
|
+
/**
|
|
25852
|
+
* User's ocid
|
|
25853
|
+
*/
|
|
25854
|
+
ocid?: pulumi.Input<string>;
|
|
25855
|
+
/**
|
|
25856
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
25857
|
+
*/
|
|
25858
|
+
ref?: pulumi.Input<string>;
|
|
25859
|
+
/**
|
|
25860
|
+
* User's id
|
|
25861
|
+
*/
|
|
25862
|
+
value?: pulumi.Input<string>;
|
|
25863
|
+
}
|
|
25864
|
+
interface DomainsMyOauth2clientCredentialIdcsCreatedBy {
|
|
25865
|
+
/**
|
|
25866
|
+
* (Updatable) User display name
|
|
25867
|
+
*/
|
|
25868
|
+
display?: pulumi.Input<string>;
|
|
25869
|
+
/**
|
|
25870
|
+
* User's ocid
|
|
25871
|
+
*/
|
|
25872
|
+
ocid?: pulumi.Input<string>;
|
|
25873
|
+
/**
|
|
25874
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
25875
|
+
*/
|
|
25876
|
+
ref?: pulumi.Input<string>;
|
|
25877
|
+
/**
|
|
25878
|
+
* The type of resource, User or App, that modified this Resource
|
|
25879
|
+
*/
|
|
25880
|
+
type?: pulumi.Input<string>;
|
|
25881
|
+
/**
|
|
25882
|
+
* User's id
|
|
25883
|
+
*/
|
|
25884
|
+
value: pulumi.Input<string>;
|
|
25885
|
+
}
|
|
25886
|
+
interface DomainsMyOauth2clientCredentialIdcsLastModifiedBy {
|
|
25887
|
+
/**
|
|
25888
|
+
* (Updatable) User display name
|
|
25889
|
+
*/
|
|
25890
|
+
display?: pulumi.Input<string>;
|
|
25891
|
+
/**
|
|
25892
|
+
* User's ocid
|
|
25893
|
+
*/
|
|
25894
|
+
ocid?: pulumi.Input<string>;
|
|
25895
|
+
/**
|
|
25896
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
25897
|
+
*/
|
|
25898
|
+
ref?: pulumi.Input<string>;
|
|
25899
|
+
/**
|
|
25900
|
+
* The type of resource, User or App, that modified this Resource
|
|
25901
|
+
*/
|
|
25902
|
+
type?: pulumi.Input<string>;
|
|
25903
|
+
/**
|
|
25904
|
+
* User's id
|
|
25905
|
+
*/
|
|
25906
|
+
value: pulumi.Input<string>;
|
|
25907
|
+
}
|
|
25908
|
+
interface DomainsMyOauth2clientCredentialMeta {
|
|
25909
|
+
/**
|
|
25910
|
+
* The DateTime the Resource was added to the Service Provider
|
|
25911
|
+
*/
|
|
25912
|
+
created?: pulumi.Input<string>;
|
|
25913
|
+
/**
|
|
25914
|
+
* 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.
|
|
25915
|
+
*/
|
|
25916
|
+
lastModified?: pulumi.Input<string>;
|
|
25917
|
+
/**
|
|
25918
|
+
* The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
25919
|
+
*/
|
|
25920
|
+
location?: pulumi.Input<string>;
|
|
25921
|
+
/**
|
|
25922
|
+
* Name of the resource type of the resource--for example, Users or Groups
|
|
25923
|
+
*/
|
|
25924
|
+
resourceType?: pulumi.Input<string>;
|
|
25925
|
+
/**
|
|
25926
|
+
* The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
25927
|
+
*/
|
|
25928
|
+
version?: pulumi.Input<string>;
|
|
25929
|
+
}
|
|
25930
|
+
interface DomainsMyOauth2clientCredentialScope {
|
|
25931
|
+
/**
|
|
25932
|
+
* Audience
|
|
25933
|
+
*/
|
|
25934
|
+
audience: pulumi.Input<string>;
|
|
25935
|
+
/**
|
|
25936
|
+
* Scope
|
|
25937
|
+
*/
|
|
25938
|
+
scope: pulumi.Input<string>;
|
|
25939
|
+
}
|
|
25940
|
+
interface DomainsMyOauth2clientCredentialTag {
|
|
25941
|
+
/**
|
|
25942
|
+
* Key or name of the tag.
|
|
25943
|
+
*/
|
|
25944
|
+
key: pulumi.Input<string>;
|
|
25945
|
+
/**
|
|
25946
|
+
* User's id
|
|
25947
|
+
*/
|
|
25948
|
+
value: pulumi.Input<string>;
|
|
25949
|
+
}
|
|
25950
|
+
interface DomainsMyOauth2clientCredentialUser {
|
|
25951
|
+
/**
|
|
25952
|
+
* (Updatable) User display name
|
|
25953
|
+
*/
|
|
25954
|
+
display?: pulumi.Input<string>;
|
|
25955
|
+
/**
|
|
25956
|
+
* (Updatable) User name
|
|
25957
|
+
*/
|
|
25958
|
+
name?: pulumi.Input<string>;
|
|
25959
|
+
/**
|
|
25960
|
+
* User's ocid
|
|
25961
|
+
*/
|
|
25962
|
+
ocid?: pulumi.Input<string>;
|
|
25963
|
+
/**
|
|
25964
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
25965
|
+
*/
|
|
25966
|
+
ref?: pulumi.Input<string>;
|
|
25967
|
+
/**
|
|
25968
|
+
* User's id
|
|
25969
|
+
*/
|
|
25970
|
+
value?: pulumi.Input<string>;
|
|
25971
|
+
}
|
|
25972
|
+
interface DomainsMySmtpCredentialIdcsCreatedBy {
|
|
25973
|
+
/**
|
|
25974
|
+
* (Updatable) User display name
|
|
25975
|
+
*/
|
|
25976
|
+
display?: pulumi.Input<string>;
|
|
25977
|
+
/**
|
|
25978
|
+
* User's ocid
|
|
25979
|
+
*/
|
|
25980
|
+
ocid?: pulumi.Input<string>;
|
|
25981
|
+
/**
|
|
25982
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
25983
|
+
*/
|
|
25984
|
+
ref?: pulumi.Input<string>;
|
|
25985
|
+
/**
|
|
25986
|
+
* The type of resource, User or App, that modified this Resource
|
|
25987
|
+
*/
|
|
25988
|
+
type?: pulumi.Input<string>;
|
|
25989
|
+
/**
|
|
25990
|
+
* User's id
|
|
25991
|
+
*/
|
|
25992
|
+
value: pulumi.Input<string>;
|
|
25993
|
+
}
|
|
25994
|
+
interface DomainsMySmtpCredentialIdcsLastModifiedBy {
|
|
25995
|
+
/**
|
|
25996
|
+
* (Updatable) User display name
|
|
25997
|
+
*/
|
|
25998
|
+
display?: pulumi.Input<string>;
|
|
25999
|
+
/**
|
|
26000
|
+
* User's ocid
|
|
26001
|
+
*/
|
|
26002
|
+
ocid?: pulumi.Input<string>;
|
|
26003
|
+
/**
|
|
26004
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
26005
|
+
*/
|
|
26006
|
+
ref?: pulumi.Input<string>;
|
|
26007
|
+
/**
|
|
26008
|
+
* The type of resource, User or App, that modified this Resource
|
|
26009
|
+
*/
|
|
26010
|
+
type?: pulumi.Input<string>;
|
|
26011
|
+
/**
|
|
26012
|
+
* User's id
|
|
26013
|
+
*/
|
|
26014
|
+
value: pulumi.Input<string>;
|
|
26015
|
+
}
|
|
26016
|
+
interface DomainsMySmtpCredentialMeta {
|
|
26017
|
+
/**
|
|
26018
|
+
* The DateTime the Resource was added to the Service Provider
|
|
26019
|
+
*/
|
|
26020
|
+
created?: pulumi.Input<string>;
|
|
26021
|
+
/**
|
|
26022
|
+
* 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.
|
|
26023
|
+
*/
|
|
26024
|
+
lastModified?: pulumi.Input<string>;
|
|
26025
|
+
/**
|
|
26026
|
+
* The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
26027
|
+
*/
|
|
26028
|
+
location?: pulumi.Input<string>;
|
|
26029
|
+
/**
|
|
26030
|
+
* Name of the resource type of the resource--for example, Users or Groups
|
|
26031
|
+
*/
|
|
26032
|
+
resourceType?: pulumi.Input<string>;
|
|
26033
|
+
/**
|
|
26034
|
+
* The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
26035
|
+
*/
|
|
26036
|
+
version?: pulumi.Input<string>;
|
|
26037
|
+
}
|
|
26038
|
+
interface DomainsMySmtpCredentialTag {
|
|
26039
|
+
/**
|
|
26040
|
+
* Key or name of the tag.
|
|
26041
|
+
*/
|
|
26042
|
+
key: pulumi.Input<string>;
|
|
26043
|
+
/**
|
|
26044
|
+
* User's id
|
|
26045
|
+
*/
|
|
26046
|
+
value: pulumi.Input<string>;
|
|
26047
|
+
}
|
|
26048
|
+
interface DomainsMySmtpCredentialUser {
|
|
26049
|
+
/**
|
|
26050
|
+
* (Updatable) User display name
|
|
26051
|
+
*/
|
|
26052
|
+
display?: pulumi.Input<string>;
|
|
26053
|
+
/**
|
|
26054
|
+
* (Updatable) User name
|
|
26055
|
+
*/
|
|
26056
|
+
name?: pulumi.Input<string>;
|
|
26057
|
+
/**
|
|
26058
|
+
* User's ocid
|
|
26059
|
+
*/
|
|
26060
|
+
ocid?: pulumi.Input<string>;
|
|
26061
|
+
/**
|
|
26062
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
26063
|
+
*/
|
|
26064
|
+
ref?: pulumi.Input<string>;
|
|
26065
|
+
/**
|
|
26066
|
+
* User's id
|
|
26067
|
+
*/
|
|
26068
|
+
value?: pulumi.Input<string>;
|
|
26069
|
+
}
|
|
26070
|
+
interface DomainsMySupportAccountIdcsCreatedBy {
|
|
26071
|
+
/**
|
|
26072
|
+
* (Updatable) User display name
|
|
26073
|
+
*/
|
|
26074
|
+
display?: pulumi.Input<string>;
|
|
26075
|
+
/**
|
|
26076
|
+
* User's ocid
|
|
26077
|
+
*/
|
|
26078
|
+
ocid?: pulumi.Input<string>;
|
|
26079
|
+
/**
|
|
26080
|
+
* (Updatable) The URI that corresponds to the user linked to this Support Account
|
|
26081
|
+
*/
|
|
26082
|
+
ref?: pulumi.Input<string>;
|
|
26083
|
+
/**
|
|
26084
|
+
* The type of resource, User or App, that modified this Resource
|
|
26085
|
+
*/
|
|
26086
|
+
type?: pulumi.Input<string>;
|
|
26087
|
+
/**
|
|
26088
|
+
* User's id
|
|
26089
|
+
*/
|
|
26090
|
+
value: pulumi.Input<string>;
|
|
26091
|
+
}
|
|
26092
|
+
interface DomainsMySupportAccountIdcsLastModifiedBy {
|
|
26093
|
+
/**
|
|
26094
|
+
* (Updatable) User display name
|
|
26095
|
+
*/
|
|
26096
|
+
display?: pulumi.Input<string>;
|
|
26097
|
+
/**
|
|
26098
|
+
* User's ocid
|
|
26099
|
+
*/
|
|
26100
|
+
ocid?: pulumi.Input<string>;
|
|
26101
|
+
/**
|
|
26102
|
+
* (Updatable) The URI that corresponds to the user linked to this Support Account
|
|
26103
|
+
*/
|
|
26104
|
+
ref?: pulumi.Input<string>;
|
|
26105
|
+
/**
|
|
26106
|
+
* The type of resource, User or App, that modified this Resource
|
|
26107
|
+
*/
|
|
26108
|
+
type?: pulumi.Input<string>;
|
|
26109
|
+
/**
|
|
26110
|
+
* User's id
|
|
26111
|
+
*/
|
|
26112
|
+
value: pulumi.Input<string>;
|
|
26113
|
+
}
|
|
26114
|
+
interface DomainsMySupportAccountMeta {
|
|
26115
|
+
/**
|
|
26116
|
+
* The DateTime the Resource was added to the Service Provider
|
|
26117
|
+
*/
|
|
26118
|
+
created?: pulumi.Input<string>;
|
|
26119
|
+
/**
|
|
26120
|
+
* 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.
|
|
26121
|
+
*/
|
|
26122
|
+
lastModified?: pulumi.Input<string>;
|
|
26123
|
+
/**
|
|
26124
|
+
* The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
26125
|
+
*/
|
|
26126
|
+
location?: pulumi.Input<string>;
|
|
26127
|
+
/**
|
|
26128
|
+
* Name of the resource type of the resource--for example, Users or Groups
|
|
26129
|
+
*/
|
|
26130
|
+
resourceType?: pulumi.Input<string>;
|
|
26131
|
+
/**
|
|
26132
|
+
* The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
26133
|
+
*/
|
|
26134
|
+
version?: pulumi.Input<string>;
|
|
26135
|
+
}
|
|
26136
|
+
interface DomainsMySupportAccountTag {
|
|
26137
|
+
/**
|
|
26138
|
+
* Key or name of the tag.
|
|
26139
|
+
*/
|
|
26140
|
+
key: pulumi.Input<string>;
|
|
26141
|
+
/**
|
|
26142
|
+
* User's id
|
|
26143
|
+
*/
|
|
26144
|
+
value: pulumi.Input<string>;
|
|
26145
|
+
}
|
|
26146
|
+
interface DomainsMySupportAccountUser {
|
|
26147
|
+
/**
|
|
26148
|
+
* (Updatable) User display name
|
|
26149
|
+
*/
|
|
26150
|
+
display?: pulumi.Input<string>;
|
|
26151
|
+
/**
|
|
26152
|
+
* (Updatable) User name
|
|
26153
|
+
*/
|
|
26154
|
+
name?: pulumi.Input<string>;
|
|
26155
|
+
/**
|
|
26156
|
+
* User's ocid
|
|
26157
|
+
*/
|
|
26158
|
+
ocid?: pulumi.Input<string>;
|
|
26159
|
+
/**
|
|
26160
|
+
* (Updatable) The URI that corresponds to the user linked to this Support Account
|
|
26161
|
+
*/
|
|
26162
|
+
ref?: pulumi.Input<string>;
|
|
26163
|
+
/**
|
|
26164
|
+
* User's id
|
|
26165
|
+
*/
|
|
26166
|
+
value?: pulumi.Input<string>;
|
|
26167
|
+
}
|
|
26168
|
+
interface DomainsMyUserDbCredentialIdcsCreatedBy {
|
|
26169
|
+
/**
|
|
26170
|
+
* (Updatable) User display name
|
|
26171
|
+
*/
|
|
26172
|
+
display?: pulumi.Input<string>;
|
|
26173
|
+
/**
|
|
26174
|
+
* User's ocid
|
|
26175
|
+
*/
|
|
26176
|
+
ocid?: pulumi.Input<string>;
|
|
26177
|
+
/**
|
|
26178
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
26179
|
+
*/
|
|
26180
|
+
ref?: pulumi.Input<string>;
|
|
26181
|
+
/**
|
|
26182
|
+
* The type of resource, User or App, that modified this Resource
|
|
26183
|
+
*/
|
|
26184
|
+
type?: pulumi.Input<string>;
|
|
26185
|
+
/**
|
|
26186
|
+
* User's id
|
|
26187
|
+
*/
|
|
26188
|
+
value: pulumi.Input<string>;
|
|
26189
|
+
}
|
|
26190
|
+
interface DomainsMyUserDbCredentialIdcsLastModifiedBy {
|
|
26191
|
+
/**
|
|
26192
|
+
* (Updatable) User display name
|
|
26193
|
+
*/
|
|
26194
|
+
display?: pulumi.Input<string>;
|
|
26195
|
+
/**
|
|
26196
|
+
* User's ocid
|
|
26197
|
+
*/
|
|
26198
|
+
ocid?: pulumi.Input<string>;
|
|
26199
|
+
/**
|
|
26200
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
26201
|
+
*/
|
|
26202
|
+
ref?: pulumi.Input<string>;
|
|
26203
|
+
/**
|
|
26204
|
+
* The type of resource, User or App, that modified this Resource
|
|
26205
|
+
*/
|
|
26206
|
+
type?: pulumi.Input<string>;
|
|
26207
|
+
/**
|
|
26208
|
+
* User's id
|
|
26209
|
+
*/
|
|
26210
|
+
value: pulumi.Input<string>;
|
|
26211
|
+
}
|
|
26212
|
+
interface DomainsMyUserDbCredentialMeta {
|
|
26213
|
+
/**
|
|
26214
|
+
* The DateTime the Resource was added to the Service Provider
|
|
26215
|
+
*/
|
|
26216
|
+
created?: pulumi.Input<string>;
|
|
26217
|
+
/**
|
|
26218
|
+
* 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.
|
|
26219
|
+
*/
|
|
26220
|
+
lastModified?: pulumi.Input<string>;
|
|
26221
|
+
/**
|
|
26222
|
+
* The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
26223
|
+
*/
|
|
26224
|
+
location?: pulumi.Input<string>;
|
|
26225
|
+
/**
|
|
26226
|
+
* Name of the resource type of the resource--for example, Users or Groups
|
|
26227
|
+
*/
|
|
26228
|
+
resourceType?: pulumi.Input<string>;
|
|
26229
|
+
/**
|
|
26230
|
+
* The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
26231
|
+
*/
|
|
26232
|
+
version?: pulumi.Input<string>;
|
|
26233
|
+
}
|
|
26234
|
+
interface DomainsMyUserDbCredentialTag {
|
|
26235
|
+
/**
|
|
26236
|
+
* Key or name of the tag.
|
|
26237
|
+
*/
|
|
26238
|
+
key: pulumi.Input<string>;
|
|
26239
|
+
/**
|
|
26240
|
+
* User's id
|
|
26241
|
+
*/
|
|
26242
|
+
value: pulumi.Input<string>;
|
|
26243
|
+
}
|
|
26244
|
+
interface DomainsMyUserDbCredentialUser {
|
|
26245
|
+
/**
|
|
26246
|
+
* (Updatable) User display name
|
|
26247
|
+
*/
|
|
26248
|
+
display?: pulumi.Input<string>;
|
|
26249
|
+
/**
|
|
26250
|
+
* (Updatable) User name
|
|
26251
|
+
*/
|
|
26252
|
+
name?: pulumi.Input<string>;
|
|
26253
|
+
/**
|
|
26254
|
+
* User's ocid
|
|
26255
|
+
*/
|
|
26256
|
+
ocid?: pulumi.Input<string>;
|
|
26257
|
+
/**
|
|
26258
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
26259
|
+
*/
|
|
26260
|
+
ref?: pulumi.Input<string>;
|
|
26261
|
+
/**
|
|
26262
|
+
* User's id
|
|
26263
|
+
*/
|
|
26264
|
+
value: pulumi.Input<string>;
|
|
26265
|
+
}
|
|
26266
|
+
interface DomainsOauth2clientCredentialIdcsCreatedBy {
|
|
26267
|
+
/**
|
|
26268
|
+
* (Updatable) User display name
|
|
26269
|
+
*/
|
|
26270
|
+
display?: pulumi.Input<string>;
|
|
26271
|
+
/**
|
|
26272
|
+
* User's ocid
|
|
26273
|
+
*/
|
|
26274
|
+
ocid?: pulumi.Input<string>;
|
|
26275
|
+
/**
|
|
26276
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
26277
|
+
*/
|
|
26278
|
+
ref?: pulumi.Input<string>;
|
|
26279
|
+
/**
|
|
26280
|
+
* The type of resource, User or App, that modified this Resource
|
|
26281
|
+
*/
|
|
26282
|
+
type?: pulumi.Input<string>;
|
|
26283
|
+
/**
|
|
26284
|
+
* User's id
|
|
26285
|
+
*/
|
|
26286
|
+
value: pulumi.Input<string>;
|
|
26287
|
+
}
|
|
26288
|
+
interface DomainsOauth2clientCredentialIdcsLastModifiedBy {
|
|
26289
|
+
/**
|
|
26290
|
+
* (Updatable) User display name
|
|
26291
|
+
*/
|
|
26292
|
+
display?: pulumi.Input<string>;
|
|
26293
|
+
/**
|
|
26294
|
+
* User's ocid
|
|
26295
|
+
*/
|
|
26296
|
+
ocid?: pulumi.Input<string>;
|
|
26297
|
+
/**
|
|
26298
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
26299
|
+
*/
|
|
26300
|
+
ref?: pulumi.Input<string>;
|
|
26301
|
+
/**
|
|
26302
|
+
* The type of resource, User or App, that modified this Resource
|
|
26303
|
+
*/
|
|
26304
|
+
type?: pulumi.Input<string>;
|
|
26305
|
+
/**
|
|
26306
|
+
* User's id
|
|
26307
|
+
*/
|
|
26308
|
+
value: pulumi.Input<string>;
|
|
26309
|
+
}
|
|
26310
|
+
interface DomainsOauth2clientCredentialMeta {
|
|
26311
|
+
/**
|
|
26312
|
+
* The DateTime the Resource was added to the Service Provider
|
|
26313
|
+
*/
|
|
26314
|
+
created?: pulumi.Input<string>;
|
|
26315
|
+
/**
|
|
26316
|
+
* 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.
|
|
26317
|
+
*/
|
|
26318
|
+
lastModified?: pulumi.Input<string>;
|
|
26319
|
+
/**
|
|
26320
|
+
* The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
26321
|
+
*/
|
|
26322
|
+
location?: pulumi.Input<string>;
|
|
26323
|
+
/**
|
|
26324
|
+
* Name of the resource type of the resource--for example, Users or Groups
|
|
26325
|
+
*/
|
|
26326
|
+
resourceType?: pulumi.Input<string>;
|
|
26327
|
+
/**
|
|
26328
|
+
* The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
26329
|
+
*/
|
|
26330
|
+
version?: pulumi.Input<string>;
|
|
26331
|
+
}
|
|
26332
|
+
interface DomainsOauth2clientCredentialScope {
|
|
26333
|
+
/**
|
|
26334
|
+
* Audience
|
|
26335
|
+
*/
|
|
26336
|
+
audience: pulumi.Input<string>;
|
|
26337
|
+
/**
|
|
26338
|
+
* Scope
|
|
26339
|
+
*/
|
|
26340
|
+
scope: pulumi.Input<string>;
|
|
26341
|
+
}
|
|
26342
|
+
interface DomainsOauth2clientCredentialTag {
|
|
26343
|
+
/**
|
|
26344
|
+
* Key or name of the tag.
|
|
26345
|
+
*/
|
|
26346
|
+
key: pulumi.Input<string>;
|
|
26347
|
+
/**
|
|
26348
|
+
* User's id
|
|
26349
|
+
*/
|
|
26350
|
+
value: pulumi.Input<string>;
|
|
26351
|
+
}
|
|
26352
|
+
interface DomainsOauth2clientCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUser {
|
|
26353
|
+
/**
|
|
26354
|
+
* If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
|
|
26355
|
+
*/
|
|
26356
|
+
allowSelfChange?: pulumi.Input<boolean>;
|
|
26357
|
+
}
|
|
26358
|
+
interface DomainsOauth2clientCredentialUser {
|
|
26359
|
+
/**
|
|
26360
|
+
* (Updatable) User display name
|
|
26361
|
+
*/
|
|
26362
|
+
display?: pulumi.Input<string>;
|
|
26363
|
+
/**
|
|
26364
|
+
* (Updatable) User name
|
|
26365
|
+
*/
|
|
26366
|
+
name?: pulumi.Input<string>;
|
|
26367
|
+
/**
|
|
26368
|
+
* User's ocid
|
|
26369
|
+
*/
|
|
26370
|
+
ocid?: pulumi.Input<string>;
|
|
26371
|
+
/**
|
|
26372
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
26373
|
+
*/
|
|
26374
|
+
ref?: pulumi.Input<string>;
|
|
26375
|
+
/**
|
|
26376
|
+
* User's id
|
|
26377
|
+
*/
|
|
26378
|
+
value?: pulumi.Input<string>;
|
|
26379
|
+
}
|
|
26380
|
+
interface DomainsPasswordPolicyConfiguredPasswordPolicyRule {
|
|
26381
|
+
/**
|
|
26382
|
+
* (Updatable) Key or name of the tag.
|
|
26383
|
+
*/
|
|
26384
|
+
key: pulumi.Input<string>;
|
|
26385
|
+
/**
|
|
26386
|
+
* (Updatable) Value of the tag.
|
|
26387
|
+
*/
|
|
26388
|
+
value: pulumi.Input<string>;
|
|
26389
|
+
}
|
|
26390
|
+
interface DomainsPasswordPolicyGroup {
|
|
26391
|
+
/**
|
|
26392
|
+
* (Updatable) The displayName of the User or App who modified this Resource
|
|
26393
|
+
*/
|
|
26394
|
+
display?: pulumi.Input<string>;
|
|
26395
|
+
/**
|
|
26396
|
+
* (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
|
|
26397
|
+
*/
|
|
26398
|
+
ref?: pulumi.Input<string>;
|
|
26399
|
+
/**
|
|
26400
|
+
* (Updatable) Value of the tag.
|
|
26401
|
+
*/
|
|
26402
|
+
value: pulumi.Input<string>;
|
|
26403
|
+
}
|
|
26404
|
+
interface DomainsPasswordPolicyIdcsCreatedBy {
|
|
26405
|
+
/**
|
|
26406
|
+
* (Updatable) The displayName of the User or App who modified this Resource
|
|
26407
|
+
*/
|
|
26408
|
+
display?: pulumi.Input<string>;
|
|
26409
|
+
/**
|
|
26410
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
26411
|
+
*/
|
|
26412
|
+
ocid?: pulumi.Input<string>;
|
|
26413
|
+
/**
|
|
26414
|
+
* (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
|
|
26415
|
+
*/
|
|
26416
|
+
ref?: pulumi.Input<string>;
|
|
26417
|
+
/**
|
|
26418
|
+
* (Updatable) The type of resource, User or App, that modified this Resource
|
|
26419
|
+
*/
|
|
26420
|
+
type?: pulumi.Input<string>;
|
|
26421
|
+
/**
|
|
26422
|
+
* (Updatable) Value of the tag.
|
|
26423
|
+
*/
|
|
26424
|
+
value: pulumi.Input<string>;
|
|
26425
|
+
}
|
|
26426
|
+
interface DomainsPasswordPolicyIdcsLastModifiedBy {
|
|
26427
|
+
/**
|
|
26428
|
+
* (Updatable) The displayName of the User or App who modified this Resource
|
|
26429
|
+
*/
|
|
26430
|
+
display?: pulumi.Input<string>;
|
|
26431
|
+
/**
|
|
26432
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
26433
|
+
*/
|
|
26434
|
+
ocid?: pulumi.Input<string>;
|
|
26435
|
+
/**
|
|
26436
|
+
* (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
|
|
26437
|
+
*/
|
|
26438
|
+
ref?: pulumi.Input<string>;
|
|
26439
|
+
/**
|
|
26440
|
+
* (Updatable) The type of resource, User or App, that modified this Resource
|
|
26441
|
+
*/
|
|
26442
|
+
type?: pulumi.Input<string>;
|
|
26443
|
+
/**
|
|
26444
|
+
* (Updatable) Value of the tag.
|
|
26445
|
+
*/
|
|
26446
|
+
value: pulumi.Input<string>;
|
|
26447
|
+
}
|
|
26448
|
+
interface DomainsPasswordPolicyMeta {
|
|
26449
|
+
/**
|
|
26450
|
+
* (Updatable) The DateTime the Resource was added to the Service Provider
|
|
26451
|
+
*/
|
|
26452
|
+
created?: pulumi.Input<string>;
|
|
26453
|
+
/**
|
|
26454
|
+
* (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.
|
|
26455
|
+
*/
|
|
26456
|
+
lastModified?: pulumi.Input<string>;
|
|
26457
|
+
/**
|
|
26458
|
+
* (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
26459
|
+
*/
|
|
26460
|
+
location?: pulumi.Input<string>;
|
|
26461
|
+
/**
|
|
26462
|
+
* (Updatable) Name of the resource type of the resource--for example, Users or Groups
|
|
26463
|
+
*/
|
|
26464
|
+
resourceType?: pulumi.Input<string>;
|
|
26465
|
+
/**
|
|
26466
|
+
* (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
26467
|
+
*/
|
|
26468
|
+
version?: pulumi.Input<string>;
|
|
26469
|
+
}
|
|
26470
|
+
interface DomainsPasswordPolicyTag {
|
|
26471
|
+
/**
|
|
26472
|
+
* (Updatable) Key or name of the tag.
|
|
26473
|
+
*/
|
|
26474
|
+
key: pulumi.Input<string>;
|
|
26475
|
+
/**
|
|
26476
|
+
* (Updatable) Value of the tag.
|
|
26477
|
+
*/
|
|
26478
|
+
value: pulumi.Input<string>;
|
|
26479
|
+
}
|
|
26480
|
+
interface DomainsSmtpCredentialIdcsCreatedBy {
|
|
26481
|
+
/**
|
|
26482
|
+
* (Updatable) User display name
|
|
26483
|
+
*/
|
|
26484
|
+
display?: pulumi.Input<string>;
|
|
26485
|
+
/**
|
|
26486
|
+
* User's ocid
|
|
26487
|
+
*/
|
|
26488
|
+
ocid?: pulumi.Input<string>;
|
|
26489
|
+
/**
|
|
26490
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
26491
|
+
*/
|
|
26492
|
+
ref?: pulumi.Input<string>;
|
|
26493
|
+
/**
|
|
26494
|
+
* The type of resource, User or App, that modified this Resource
|
|
26495
|
+
*/
|
|
26496
|
+
type?: pulumi.Input<string>;
|
|
26497
|
+
/**
|
|
26498
|
+
* User's id
|
|
26499
|
+
*/
|
|
26500
|
+
value: pulumi.Input<string>;
|
|
26501
|
+
}
|
|
26502
|
+
interface DomainsSmtpCredentialIdcsLastModifiedBy {
|
|
26503
|
+
/**
|
|
26504
|
+
* (Updatable) User display name
|
|
26505
|
+
*/
|
|
26506
|
+
display?: pulumi.Input<string>;
|
|
26507
|
+
/**
|
|
26508
|
+
* User's ocid
|
|
26509
|
+
*/
|
|
26510
|
+
ocid?: pulumi.Input<string>;
|
|
26511
|
+
/**
|
|
26512
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
26513
|
+
*/
|
|
26514
|
+
ref?: pulumi.Input<string>;
|
|
26515
|
+
/**
|
|
26516
|
+
* The type of resource, User or App, that modified this Resource
|
|
26517
|
+
*/
|
|
26518
|
+
type?: pulumi.Input<string>;
|
|
26519
|
+
/**
|
|
26520
|
+
* User's id
|
|
26521
|
+
*/
|
|
26522
|
+
value: pulumi.Input<string>;
|
|
26523
|
+
}
|
|
26524
|
+
interface DomainsSmtpCredentialMeta {
|
|
26525
|
+
/**
|
|
26526
|
+
* The DateTime the Resource was added to the Service Provider
|
|
26527
|
+
*/
|
|
26528
|
+
created?: pulumi.Input<string>;
|
|
26529
|
+
/**
|
|
26530
|
+
* 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.
|
|
26531
|
+
*/
|
|
26532
|
+
lastModified?: pulumi.Input<string>;
|
|
26533
|
+
/**
|
|
26534
|
+
* The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
26535
|
+
*/
|
|
26536
|
+
location?: pulumi.Input<string>;
|
|
26537
|
+
/**
|
|
26538
|
+
* Name of the resource type of the resource--for example, Users or Groups
|
|
26539
|
+
*/
|
|
26540
|
+
resourceType?: pulumi.Input<string>;
|
|
26541
|
+
/**
|
|
26542
|
+
* The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
26543
|
+
*/
|
|
26544
|
+
version?: pulumi.Input<string>;
|
|
26545
|
+
}
|
|
26546
|
+
interface DomainsSmtpCredentialTag {
|
|
26547
|
+
/**
|
|
26548
|
+
* Key or name of the tag.
|
|
26549
|
+
*/
|
|
26550
|
+
key: pulumi.Input<string>;
|
|
26551
|
+
/**
|
|
26552
|
+
* User's id
|
|
26553
|
+
*/
|
|
26554
|
+
value: pulumi.Input<string>;
|
|
26555
|
+
}
|
|
26556
|
+
interface DomainsSmtpCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUser {
|
|
26557
|
+
/**
|
|
26558
|
+
* If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
|
|
26559
|
+
*/
|
|
26560
|
+
allowSelfChange?: pulumi.Input<boolean>;
|
|
26561
|
+
}
|
|
26562
|
+
interface DomainsSmtpCredentialUser {
|
|
26563
|
+
/**
|
|
26564
|
+
* (Updatable) User display name
|
|
26565
|
+
*/
|
|
26566
|
+
display?: pulumi.Input<string>;
|
|
26567
|
+
/**
|
|
26568
|
+
* (Updatable) User name
|
|
26569
|
+
*/
|
|
26570
|
+
name?: pulumi.Input<string>;
|
|
26571
|
+
/**
|
|
26572
|
+
* User's ocid
|
|
26573
|
+
*/
|
|
26574
|
+
ocid?: pulumi.Input<string>;
|
|
26575
|
+
/**
|
|
26576
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
26577
|
+
*/
|
|
26578
|
+
ref?: pulumi.Input<string>;
|
|
26579
|
+
/**
|
|
26580
|
+
* User's id
|
|
26581
|
+
*/
|
|
26582
|
+
value?: pulumi.Input<string>;
|
|
26583
|
+
}
|
|
26584
|
+
interface DomainsUserAddress {
|
|
26585
|
+
/**
|
|
26586
|
+
* (Updatable) The country name component.
|
|
26587
|
+
*/
|
|
26588
|
+
country?: pulumi.Input<string>;
|
|
26589
|
+
/**
|
|
26590
|
+
* (Updatable) Full name
|
|
26591
|
+
*/
|
|
26592
|
+
formatted?: pulumi.Input<string>;
|
|
26593
|
+
/**
|
|
26594
|
+
* (Updatable) The city or locality component.
|
|
26595
|
+
*/
|
|
26596
|
+
locality?: pulumi.Input<string>;
|
|
26597
|
+
/**
|
|
26598
|
+
* (Updatable) The zipcode or postal code component.
|
|
26599
|
+
*/
|
|
26600
|
+
postalCode?: pulumi.Input<string>;
|
|
26601
|
+
/**
|
|
26602
|
+
* (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
|
|
26603
|
+
*/
|
|
26604
|
+
primary?: pulumi.Input<boolean>;
|
|
26605
|
+
/**
|
|
26606
|
+
* (Updatable) The state or region component.
|
|
26607
|
+
*/
|
|
26608
|
+
region?: pulumi.Input<string>;
|
|
26609
|
+
/**
|
|
26610
|
+
* (Updatable) The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
|
|
26611
|
+
*/
|
|
26612
|
+
streetAddress?: pulumi.Input<string>;
|
|
26613
|
+
/**
|
|
26614
|
+
* (Updatable) A label indicating the attribute's function.
|
|
26615
|
+
*/
|
|
26616
|
+
type: pulumi.Input<string>;
|
|
26617
|
+
}
|
|
26618
|
+
interface DomainsUserDbCredentialIdcsCreatedBy {
|
|
26619
|
+
/**
|
|
26620
|
+
* (Updatable) User display name
|
|
26621
|
+
*/
|
|
26622
|
+
display?: pulumi.Input<string>;
|
|
26623
|
+
/**
|
|
26624
|
+
* User's ocid
|
|
26625
|
+
*/
|
|
26626
|
+
ocid?: pulumi.Input<string>;
|
|
26627
|
+
/**
|
|
26628
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
26629
|
+
*/
|
|
26630
|
+
ref?: pulumi.Input<string>;
|
|
26631
|
+
/**
|
|
26632
|
+
* The type of resource, User or App, that modified this Resource
|
|
26633
|
+
*/
|
|
26634
|
+
type?: pulumi.Input<string>;
|
|
26635
|
+
/**
|
|
26636
|
+
* User's id
|
|
26637
|
+
*/
|
|
26638
|
+
value: pulumi.Input<string>;
|
|
26639
|
+
}
|
|
26640
|
+
interface DomainsUserDbCredentialIdcsLastModifiedBy {
|
|
26641
|
+
/**
|
|
26642
|
+
* (Updatable) User display name
|
|
26643
|
+
*/
|
|
26644
|
+
display?: pulumi.Input<string>;
|
|
26645
|
+
/**
|
|
26646
|
+
* User's ocid
|
|
26647
|
+
*/
|
|
26648
|
+
ocid?: pulumi.Input<string>;
|
|
26649
|
+
/**
|
|
26650
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
26651
|
+
*/
|
|
26652
|
+
ref?: pulumi.Input<string>;
|
|
26653
|
+
/**
|
|
26654
|
+
* The type of resource, User or App, that modified this Resource
|
|
26655
|
+
*/
|
|
26656
|
+
type?: pulumi.Input<string>;
|
|
26657
|
+
/**
|
|
26658
|
+
* User's id
|
|
26659
|
+
*/
|
|
26660
|
+
value: pulumi.Input<string>;
|
|
26661
|
+
}
|
|
26662
|
+
interface DomainsUserDbCredentialMeta {
|
|
26663
|
+
/**
|
|
26664
|
+
* The DateTime the Resource was added to the Service Provider
|
|
26665
|
+
*/
|
|
26666
|
+
created?: pulumi.Input<string>;
|
|
26667
|
+
/**
|
|
26668
|
+
* 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.
|
|
26669
|
+
*/
|
|
26670
|
+
lastModified?: pulumi.Input<string>;
|
|
26671
|
+
/**
|
|
26672
|
+
* The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
26673
|
+
*/
|
|
26674
|
+
location?: pulumi.Input<string>;
|
|
26675
|
+
/**
|
|
26676
|
+
* Name of the resource type of the resource--for example, Users or Groups
|
|
26677
|
+
*/
|
|
26678
|
+
resourceType?: pulumi.Input<string>;
|
|
26679
|
+
/**
|
|
26680
|
+
* The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
26681
|
+
*/
|
|
26682
|
+
version?: pulumi.Input<string>;
|
|
26683
|
+
}
|
|
26684
|
+
interface DomainsUserDbCredentialTag {
|
|
26685
|
+
/**
|
|
26686
|
+
* Key or name of the tag.
|
|
26687
|
+
*/
|
|
26688
|
+
key: pulumi.Input<string>;
|
|
26689
|
+
/**
|
|
26690
|
+
* User's id
|
|
26691
|
+
*/
|
|
26692
|
+
value: pulumi.Input<string>;
|
|
26693
|
+
}
|
|
26694
|
+
interface DomainsUserDbCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUser {
|
|
26695
|
+
/**
|
|
26696
|
+
* If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
|
|
26697
|
+
*/
|
|
26698
|
+
allowSelfChange?: pulumi.Input<boolean>;
|
|
26699
|
+
}
|
|
26700
|
+
interface DomainsUserDbCredentialUser {
|
|
26701
|
+
/**
|
|
26702
|
+
* (Updatable) User display name
|
|
26703
|
+
*/
|
|
26704
|
+
display?: pulumi.Input<string>;
|
|
26705
|
+
/**
|
|
26706
|
+
* (Updatable) User name
|
|
26707
|
+
*/
|
|
26708
|
+
name?: pulumi.Input<string>;
|
|
26709
|
+
/**
|
|
26710
|
+
* User's ocid
|
|
26711
|
+
*/
|
|
26712
|
+
ocid?: pulumi.Input<string>;
|
|
26713
|
+
/**
|
|
26714
|
+
* (Updatable) The URI that corresponds to the user linked to this credential
|
|
26715
|
+
*/
|
|
26716
|
+
ref?: pulumi.Input<string>;
|
|
26717
|
+
/**
|
|
26718
|
+
* User's id
|
|
26719
|
+
*/
|
|
26720
|
+
value: pulumi.Input<string>;
|
|
26721
|
+
}
|
|
26722
|
+
interface DomainsUserEmail {
|
|
26723
|
+
/**
|
|
26724
|
+
* (Updatable) Pending e-mail address verification
|
|
26725
|
+
*/
|
|
26726
|
+
pendingVerificationData?: pulumi.Input<string>;
|
|
26727
|
+
/**
|
|
26728
|
+
* (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
|
|
26729
|
+
*/
|
|
26730
|
+
primary?: pulumi.Input<boolean>;
|
|
26731
|
+
/**
|
|
26732
|
+
* (Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
|
|
26733
|
+
*/
|
|
26734
|
+
secondary?: pulumi.Input<boolean>;
|
|
26735
|
+
/**
|
|
26736
|
+
* (Updatable) A label indicating the attribute's function.
|
|
26737
|
+
*/
|
|
26738
|
+
type: pulumi.Input<string>;
|
|
26739
|
+
/**
|
|
26740
|
+
* (Updatable) The value of a X509 certificate.
|
|
26741
|
+
*/
|
|
26742
|
+
value: pulumi.Input<string>;
|
|
26743
|
+
/**
|
|
26744
|
+
* (Updatable) A Boolean value that indicates if the phone number is verified.
|
|
26745
|
+
*/
|
|
26746
|
+
verified?: pulumi.Input<boolean>;
|
|
26747
|
+
}
|
|
26748
|
+
interface DomainsUserEntitlement {
|
|
26749
|
+
/**
|
|
26750
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
26751
|
+
*/
|
|
26752
|
+
display?: pulumi.Input<string>;
|
|
26753
|
+
/**
|
|
26754
|
+
* (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
|
|
26755
|
+
*/
|
|
26756
|
+
primary?: pulumi.Input<boolean>;
|
|
26757
|
+
/**
|
|
26758
|
+
* (Updatable) A label indicating the attribute's function.
|
|
26759
|
+
*/
|
|
26760
|
+
type: pulumi.Input<string>;
|
|
26761
|
+
/**
|
|
26762
|
+
* (Updatable) The value of a X509 certificate.
|
|
26763
|
+
*/
|
|
26764
|
+
value: pulumi.Input<string>;
|
|
26765
|
+
}
|
|
26766
|
+
interface DomainsUserGroup {
|
|
26767
|
+
/**
|
|
26768
|
+
* (Updatable) Date when the member is Added to the group
|
|
26769
|
+
*/
|
|
26770
|
+
dateAdded?: pulumi.Input<string>;
|
|
26771
|
+
/**
|
|
26772
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
26773
|
+
*/
|
|
26774
|
+
display?: pulumi.Input<string>;
|
|
26775
|
+
/**
|
|
26776
|
+
* (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
|
|
26777
|
+
*/
|
|
26778
|
+
externalId?: pulumi.Input<string>;
|
|
26779
|
+
/**
|
|
26780
|
+
* (Updatable) Membership Ocid
|
|
26781
|
+
*/
|
|
26782
|
+
membershipOcid?: pulumi.Input<string>;
|
|
26783
|
+
/**
|
|
26784
|
+
* (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.
|
|
26785
|
+
*/
|
|
26786
|
+
nonUniqueDisplay?: pulumi.Input<string>;
|
|
26787
|
+
/**
|
|
26788
|
+
* (Updatable) Ocid of the User's Support Account.
|
|
26789
|
+
*/
|
|
26790
|
+
ocid?: pulumi.Input<string>;
|
|
26791
|
+
/**
|
|
26792
|
+
* (Updatable) User Token URI
|
|
26793
|
+
*/
|
|
26794
|
+
ref?: pulumi.Input<string>;
|
|
26795
|
+
/**
|
|
26796
|
+
* (Updatable) A label indicating the attribute's function.
|
|
26797
|
+
*/
|
|
26798
|
+
type?: pulumi.Input<string>;
|
|
26799
|
+
/**
|
|
26800
|
+
* (Updatable) The value of a X509 certificate.
|
|
26801
|
+
*/
|
|
26802
|
+
value: pulumi.Input<string>;
|
|
26803
|
+
}
|
|
26804
|
+
interface DomainsUserIdcsCreatedBy {
|
|
26805
|
+
/**
|
|
26806
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
26807
|
+
*/
|
|
26808
|
+
display?: pulumi.Input<string>;
|
|
26809
|
+
/**
|
|
26810
|
+
* (Updatable) Ocid of the User's Support Account.
|
|
26811
|
+
*/
|
|
26812
|
+
ocid?: pulumi.Input<string>;
|
|
26813
|
+
/**
|
|
26814
|
+
* (Updatable) User Token URI
|
|
26815
|
+
*/
|
|
26816
|
+
ref?: pulumi.Input<string>;
|
|
26817
|
+
/**
|
|
26818
|
+
* (Updatable) A label indicating the attribute's function.
|
|
26819
|
+
*/
|
|
26820
|
+
type?: pulumi.Input<string>;
|
|
26821
|
+
/**
|
|
26822
|
+
* (Updatable) The value of a X509 certificate.
|
|
26823
|
+
*/
|
|
26824
|
+
value: pulumi.Input<string>;
|
|
26825
|
+
}
|
|
26826
|
+
interface DomainsUserIdcsLastModifiedBy {
|
|
26827
|
+
/**
|
|
26828
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
26829
|
+
*/
|
|
26830
|
+
display?: pulumi.Input<string>;
|
|
26831
|
+
/**
|
|
26832
|
+
* (Updatable) Ocid of the User's Support Account.
|
|
26833
|
+
*/
|
|
26834
|
+
ocid?: pulumi.Input<string>;
|
|
26835
|
+
/**
|
|
26836
|
+
* (Updatable) User Token URI
|
|
26837
|
+
*/
|
|
26838
|
+
ref?: pulumi.Input<string>;
|
|
26839
|
+
/**
|
|
26840
|
+
* (Updatable) A label indicating the attribute's function.
|
|
26841
|
+
*/
|
|
26842
|
+
type?: pulumi.Input<string>;
|
|
26843
|
+
/**
|
|
26844
|
+
* (Updatable) The value of a X509 certificate.
|
|
26845
|
+
*/
|
|
26846
|
+
value: pulumi.Input<string>;
|
|
26847
|
+
}
|
|
26848
|
+
interface DomainsUserIm {
|
|
26849
|
+
/**
|
|
26850
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
26851
|
+
*/
|
|
26852
|
+
display?: pulumi.Input<string>;
|
|
26853
|
+
/**
|
|
26854
|
+
* (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
|
|
26855
|
+
*/
|
|
26856
|
+
primary?: pulumi.Input<boolean>;
|
|
26857
|
+
/**
|
|
26858
|
+
* (Updatable) A label indicating the attribute's function.
|
|
26859
|
+
*/
|
|
26860
|
+
type: pulumi.Input<string>;
|
|
26861
|
+
/**
|
|
26862
|
+
* (Updatable) The value of a X509 certificate.
|
|
26863
|
+
*/
|
|
26864
|
+
value: pulumi.Input<string>;
|
|
26865
|
+
}
|
|
26866
|
+
interface DomainsUserMeta {
|
|
26867
|
+
/**
|
|
26868
|
+
* (Updatable) The DateTime the Resource was added to the Service Provider
|
|
26869
|
+
*/
|
|
26870
|
+
created?: pulumi.Input<string>;
|
|
26871
|
+
/**
|
|
26872
|
+
* (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.
|
|
26873
|
+
*/
|
|
26874
|
+
lastModified?: pulumi.Input<string>;
|
|
26875
|
+
/**
|
|
26876
|
+
* (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
|
|
26877
|
+
*/
|
|
26878
|
+
location?: pulumi.Input<string>;
|
|
26879
|
+
/**
|
|
26880
|
+
* (Updatable) Name of the resource type of the resource--for example, Users or Groups
|
|
26881
|
+
*/
|
|
26882
|
+
resourceType?: pulumi.Input<string>;
|
|
26883
|
+
/**
|
|
26884
|
+
* (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
|
|
26885
|
+
*/
|
|
26886
|
+
version?: pulumi.Input<string>;
|
|
26887
|
+
}
|
|
26888
|
+
interface DomainsUserName {
|
|
26889
|
+
/**
|
|
26890
|
+
* (Updatable) Last name
|
|
26891
|
+
*/
|
|
26892
|
+
familyName: pulumi.Input<string>;
|
|
26893
|
+
/**
|
|
26894
|
+
* (Updatable) Full name
|
|
26895
|
+
*/
|
|
26896
|
+
formatted?: pulumi.Input<string>;
|
|
26897
|
+
/**
|
|
26898
|
+
* (Updatable) First name
|
|
26899
|
+
*/
|
|
26900
|
+
givenName?: pulumi.Input<string>;
|
|
26901
|
+
/**
|
|
26902
|
+
* (Updatable) Prefix
|
|
26903
|
+
*/
|
|
26904
|
+
honorificPrefix?: pulumi.Input<string>;
|
|
26905
|
+
/**
|
|
26906
|
+
* (Updatable) Suffix
|
|
26907
|
+
*/
|
|
26908
|
+
honorificSuffix?: pulumi.Input<string>;
|
|
26909
|
+
/**
|
|
26910
|
+
* (Updatable) Middle name
|
|
26911
|
+
*/
|
|
26912
|
+
middleName?: pulumi.Input<string>;
|
|
26913
|
+
}
|
|
26914
|
+
interface DomainsUserPhoneNumber {
|
|
26915
|
+
/**
|
|
26916
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
26917
|
+
*/
|
|
26918
|
+
display?: pulumi.Input<string>;
|
|
26919
|
+
/**
|
|
26920
|
+
* (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
|
|
26921
|
+
*/
|
|
26922
|
+
primary?: pulumi.Input<boolean>;
|
|
26923
|
+
/**
|
|
26924
|
+
* (Updatable) A label indicating the attribute's function.
|
|
26925
|
+
*/
|
|
26926
|
+
type: pulumi.Input<string>;
|
|
26927
|
+
/**
|
|
26928
|
+
* (Updatable) The value of a X509 certificate.
|
|
26929
|
+
*/
|
|
26930
|
+
value: pulumi.Input<string>;
|
|
26931
|
+
/**
|
|
26932
|
+
* (Updatable) A Boolean value that indicates if the phone number is verified.
|
|
26933
|
+
*/
|
|
26934
|
+
verified?: pulumi.Input<boolean>;
|
|
26935
|
+
}
|
|
26936
|
+
interface DomainsUserPhoto {
|
|
26937
|
+
/**
|
|
26938
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
26939
|
+
*/
|
|
26940
|
+
display?: pulumi.Input<string>;
|
|
26941
|
+
/**
|
|
26942
|
+
* (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
|
|
26943
|
+
*/
|
|
26944
|
+
primary?: pulumi.Input<boolean>;
|
|
26945
|
+
/**
|
|
26946
|
+
* (Updatable) A label indicating the attribute's function.
|
|
26947
|
+
*/
|
|
26948
|
+
type: pulumi.Input<string>;
|
|
26949
|
+
/**
|
|
26950
|
+
* (Updatable) The value of a X509 certificate.
|
|
26951
|
+
*/
|
|
26952
|
+
value: pulumi.Input<string>;
|
|
26953
|
+
}
|
|
26954
|
+
interface DomainsUserRole {
|
|
26955
|
+
/**
|
|
26956
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
26957
|
+
*/
|
|
26958
|
+
display?: pulumi.Input<string>;
|
|
26959
|
+
/**
|
|
26960
|
+
* (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
|
|
26961
|
+
*/
|
|
26962
|
+
primary?: pulumi.Input<boolean>;
|
|
26963
|
+
/**
|
|
26964
|
+
* (Updatable) A label indicating the attribute's function.
|
|
26965
|
+
*/
|
|
26966
|
+
type: pulumi.Input<string>;
|
|
26967
|
+
/**
|
|
26968
|
+
* (Updatable) The value of a X509 certificate.
|
|
26969
|
+
*/
|
|
26970
|
+
value: pulumi.Input<string>;
|
|
26971
|
+
}
|
|
26972
|
+
interface DomainsUserTag {
|
|
26973
|
+
/**
|
|
26974
|
+
* (Updatable) The value of of the User's api key.
|
|
26975
|
+
*/
|
|
26976
|
+
key: pulumi.Input<string>;
|
|
26977
|
+
/**
|
|
26978
|
+
* (Updatable) The value of a X509 certificate.
|
|
26979
|
+
*/
|
|
26980
|
+
value: pulumi.Input<string>;
|
|
26981
|
+
}
|
|
26982
|
+
interface DomainsUserUrnietfparamsscimschemasextensionenterprise20user {
|
|
26983
|
+
/**
|
|
26984
|
+
* (Updatable) Identifies the name of a cost center.
|
|
26985
|
+
*/
|
|
26986
|
+
costCenter?: pulumi.Input<string>;
|
|
26987
|
+
/**
|
|
26988
|
+
* (Updatable) Identifies the name of a department.
|
|
26989
|
+
*/
|
|
26990
|
+
department?: pulumi.Input<string>;
|
|
26991
|
+
/**
|
|
26992
|
+
* (Updatable) Identifies the name of a division.
|
|
26993
|
+
*/
|
|
26994
|
+
division?: pulumi.Input<string>;
|
|
26995
|
+
/**
|
|
26996
|
+
* (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
|
|
26997
|
+
*/
|
|
26998
|
+
employeeNumber?: pulumi.Input<string>;
|
|
26999
|
+
/**
|
|
27000
|
+
* (Updatable) The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.
|
|
27001
|
+
*/
|
|
27002
|
+
manager?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20userManager>;
|
|
27003
|
+
/**
|
|
27004
|
+
* (Updatable) Identifies the name of an organization.
|
|
27005
|
+
*/
|
|
27006
|
+
organization?: pulumi.Input<string>;
|
|
27007
|
+
}
|
|
27008
|
+
interface DomainsUserUrnietfparamsscimschemasextensionenterprise20userManager {
|
|
27009
|
+
/**
|
|
27010
|
+
* (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
|
|
27011
|
+
*/
|
|
27012
|
+
displayName?: pulumi.Input<string>;
|
|
27013
|
+
/**
|
|
27014
|
+
* (Updatable) User Token URI
|
|
27015
|
+
*/
|
|
27016
|
+
ref?: pulumi.Input<string>;
|
|
27017
|
+
/**
|
|
27018
|
+
* (Updatable) The value of a X509 certificate.
|
|
27019
|
+
*/
|
|
27020
|
+
value?: pulumi.Input<string>;
|
|
27021
|
+
}
|
|
27022
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTags {
|
|
27023
|
+
/**
|
|
27024
|
+
* (Updatable) Oracle Cloud Infrastructure Defined Tags
|
|
27025
|
+
*/
|
|
27026
|
+
definedTags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag>[]>;
|
|
27027
|
+
/**
|
|
27028
|
+
* (Updatable) Oracle Cloud Infrastructure Freeform Tags
|
|
27029
|
+
*/
|
|
27030
|
+
freeformTags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag>[]>;
|
|
27031
|
+
/**
|
|
27032
|
+
* (Updatable) Oracle Cloud Infrastructure Tag slug
|
|
27033
|
+
*/
|
|
27034
|
+
tagSlug?: pulumi.Input<string>;
|
|
27035
|
+
}
|
|
27036
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag {
|
|
27037
|
+
/**
|
|
27038
|
+
* (Updatable) The value of of the User's api key.
|
|
27039
|
+
*/
|
|
27040
|
+
key: pulumi.Input<string>;
|
|
27041
|
+
/**
|
|
27042
|
+
* (Updatable) Oracle Cloud Infrastructure Tag namespace
|
|
27043
|
+
*/
|
|
27044
|
+
namespace: pulumi.Input<string>;
|
|
27045
|
+
/**
|
|
27046
|
+
* (Updatable) The value of a X509 certificate.
|
|
27047
|
+
*/
|
|
27048
|
+
value: pulumi.Input<string>;
|
|
27049
|
+
}
|
|
27050
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag {
|
|
27051
|
+
/**
|
|
27052
|
+
* (Updatable) The value of of the User's api key.
|
|
27053
|
+
*/
|
|
27054
|
+
key: pulumi.Input<string>;
|
|
27055
|
+
/**
|
|
27056
|
+
* (Updatable) The value of a X509 certificate.
|
|
27057
|
+
*/
|
|
27058
|
+
value: pulumi.Input<string>;
|
|
27059
|
+
}
|
|
27060
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser {
|
|
27061
|
+
/**
|
|
27062
|
+
* (Updatable) Risk Level
|
|
27063
|
+
*/
|
|
27064
|
+
riskLevel?: pulumi.Input<string>;
|
|
27065
|
+
/**
|
|
27066
|
+
* (Updatable) The risk score pertaining to the user.
|
|
27067
|
+
*/
|
|
27068
|
+
riskScores?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore>[]>;
|
|
27069
|
+
}
|
|
27070
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore {
|
|
27071
|
+
/**
|
|
27072
|
+
* (Updatable) Last update timestamp for the risk score
|
|
27073
|
+
*/
|
|
27074
|
+
lastUpdateTimestamp: pulumi.Input<string>;
|
|
27075
|
+
/**
|
|
27076
|
+
* (Updatable) User Token URI
|
|
27077
|
+
*/
|
|
27078
|
+
ref?: pulumi.Input<string>;
|
|
27079
|
+
/**
|
|
27080
|
+
* (Updatable) Risk Level
|
|
27081
|
+
*/
|
|
27082
|
+
riskLevel: pulumi.Input<string>;
|
|
27083
|
+
/**
|
|
27084
|
+
* (Updatable) Risk Score value
|
|
27085
|
+
*/
|
|
27086
|
+
score: pulumi.Input<number>;
|
|
27087
|
+
/**
|
|
27088
|
+
* (Updatable) Risk Provider Profile Source
|
|
27089
|
+
*/
|
|
27090
|
+
source?: pulumi.Input<string>;
|
|
27091
|
+
/**
|
|
27092
|
+
* (Updatable) A supplemental status indicating the reason why a user is disabled
|
|
27093
|
+
*/
|
|
27094
|
+
status?: pulumi.Input<string>;
|
|
27095
|
+
/**
|
|
27096
|
+
* (Updatable) The value of a X509 certificate.
|
|
27097
|
+
*/
|
|
27098
|
+
value: pulumi.Input<string>;
|
|
27099
|
+
}
|
|
27100
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser {
|
|
27101
|
+
/**
|
|
27102
|
+
* (Updatable) Indicates weather a user can use api keys
|
|
27103
|
+
*/
|
|
27104
|
+
canUseApiKeys?: pulumi.Input<boolean>;
|
|
27105
|
+
/**
|
|
27106
|
+
* (Updatable) Indicates weather a user can use auth tokens
|
|
27107
|
+
*/
|
|
27108
|
+
canUseAuthTokens?: pulumi.Input<boolean>;
|
|
27109
|
+
/**
|
|
27110
|
+
* (Updatable) Indicates weather a user can use console password
|
|
27111
|
+
*/
|
|
27112
|
+
canUseConsolePassword?: pulumi.Input<boolean>;
|
|
27113
|
+
/**
|
|
27114
|
+
* (Updatable) Indicates weather a user can use customer secret keys
|
|
27115
|
+
*/
|
|
27116
|
+
canUseCustomerSecretKeys?: pulumi.Input<boolean>;
|
|
27117
|
+
/**
|
|
27118
|
+
* (Updatable) Indicates weather a user can use db credentials
|
|
27119
|
+
*/
|
|
27120
|
+
canUseDbCredentials?: pulumi.Input<boolean>;
|
|
27121
|
+
/**
|
|
27122
|
+
* (Updatable) Indicates weather a user can use oauth2 client credentials
|
|
27123
|
+
*/
|
|
27124
|
+
canUseOauth2clientCredentials?: pulumi.Input<boolean>;
|
|
27125
|
+
/**
|
|
27126
|
+
* (Updatable) Indicates weather a user can use smtp credentials
|
|
27127
|
+
*/
|
|
27128
|
+
canUseSmtpCredentials?: pulumi.Input<boolean>;
|
|
27129
|
+
}
|
|
27130
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser {
|
|
27131
|
+
/**
|
|
27132
|
+
* (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
|
|
27133
|
+
*/
|
|
27134
|
+
dbLoginAttempts?: pulumi.Input<number>;
|
|
27135
|
+
/**
|
|
27136
|
+
* (Updatable) The Database User Name
|
|
27137
|
+
*/
|
|
27138
|
+
dbUserName?: pulumi.Input<string>;
|
|
27139
|
+
}
|
|
27140
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser {
|
|
27141
|
+
/**
|
|
27142
|
+
* (Updatable) DB global roles to which the user is granted access.
|
|
27143
|
+
*/
|
|
27144
|
+
dbGlobalRoles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
27145
|
+
/**
|
|
27146
|
+
* (Updatable) DB domain level schema to which the user is granted access.
|
|
27147
|
+
*/
|
|
27148
|
+
domainLevelSchema?: pulumi.Input<string>;
|
|
27149
|
+
/**
|
|
27150
|
+
* (Updatable) DB instance level schema to which the user is granted access.
|
|
27151
|
+
*/
|
|
27152
|
+
instanceLevelSchema?: pulumi.Input<string>;
|
|
27153
|
+
/**
|
|
27154
|
+
* (Updatable) If true, indicates this is a database user.
|
|
27155
|
+
*/
|
|
27156
|
+
isDbUser?: pulumi.Input<boolean>;
|
|
27157
|
+
/**
|
|
27158
|
+
* (Updatable) Password Verifiers for DB User.
|
|
27159
|
+
*/
|
|
27160
|
+
passwordVerifiers?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier>[]>;
|
|
27161
|
+
}
|
|
27162
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier {
|
|
27163
|
+
/**
|
|
27164
|
+
* (Updatable) A label indicating the attribute's function.
|
|
27165
|
+
*/
|
|
27166
|
+
type: pulumi.Input<string>;
|
|
27167
|
+
/**
|
|
27168
|
+
* (Updatable) The value of a X509 certificate.
|
|
27169
|
+
*/
|
|
27170
|
+
value: pulumi.Input<string>;
|
|
27171
|
+
}
|
|
27172
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser {
|
|
27173
|
+
/**
|
|
27174
|
+
* (Updatable) A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User
|
|
27175
|
+
*/
|
|
27176
|
+
realmUsers?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser>[]>;
|
|
27177
|
+
}
|
|
27178
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser {
|
|
27179
|
+
/**
|
|
27180
|
+
* (Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.
|
|
27181
|
+
*/
|
|
27182
|
+
principalName?: pulumi.Input<string>;
|
|
27183
|
+
/**
|
|
27184
|
+
* (Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.
|
|
27185
|
+
*/
|
|
27186
|
+
realmName?: pulumi.Input<string>;
|
|
27187
|
+
/**
|
|
27188
|
+
* (Updatable) User Token URI
|
|
27189
|
+
*/
|
|
27190
|
+
ref?: pulumi.Input<string>;
|
|
27191
|
+
/**
|
|
27192
|
+
* (Updatable) The value of a X509 certificate.
|
|
27193
|
+
*/
|
|
27194
|
+
value: pulumi.Input<string>;
|
|
27195
|
+
}
|
|
27196
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser {
|
|
27197
|
+
/**
|
|
27198
|
+
* (Updatable) A list of bypass codes belongs to user
|
|
27199
|
+
*/
|
|
27200
|
+
bypassCodes?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode>[]>;
|
|
27201
|
+
/**
|
|
27202
|
+
* (Updatable) A list of devices enrolled by the user.
|
|
27203
|
+
*/
|
|
27204
|
+
devices?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice>[]>;
|
|
27205
|
+
/**
|
|
27206
|
+
* (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
|
|
27207
|
+
*/
|
|
27208
|
+
loginAttempts?: pulumi.Input<number>;
|
|
27209
|
+
/**
|
|
27210
|
+
* (Updatable) This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.
|
|
27211
|
+
*/
|
|
27212
|
+
mfaEnabledOn?: pulumi.Input<string>;
|
|
27213
|
+
/**
|
|
27214
|
+
* (Updatable) User MFA Ignored Apps Identifiers
|
|
27215
|
+
*/
|
|
27216
|
+
mfaIgnoredApps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
27217
|
+
/**
|
|
27218
|
+
* (Updatable) User Opted for MFA
|
|
27219
|
+
*/
|
|
27220
|
+
mfaStatus?: pulumi.Input<string>;
|
|
27221
|
+
/**
|
|
27222
|
+
* (Updatable) Preferred Authentication Factor Type
|
|
27223
|
+
*/
|
|
27224
|
+
preferredAuthenticationFactor?: pulumi.Input<string>;
|
|
27225
|
+
/**
|
|
27226
|
+
* (Updatable) Preferred Authentication method
|
|
27227
|
+
*/
|
|
27228
|
+
preferredAuthenticationMethod?: pulumi.Input<string>;
|
|
27229
|
+
/**
|
|
27230
|
+
* (Updatable) User preferred device
|
|
27231
|
+
*/
|
|
27232
|
+
preferredDevice?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice>;
|
|
27233
|
+
/**
|
|
27234
|
+
* (Updatable) Preferred Third party vendor name
|
|
27235
|
+
*/
|
|
27236
|
+
preferredThirdPartyVendor?: pulumi.Input<string>;
|
|
27237
|
+
/**
|
|
27238
|
+
* (Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.
|
|
27239
|
+
*/
|
|
27240
|
+
trustedUserAgents?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent>[]>;
|
|
27241
|
+
}
|
|
27242
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode {
|
|
27243
|
+
/**
|
|
27244
|
+
* (Updatable) User Token URI
|
|
27245
|
+
*/
|
|
27246
|
+
ref?: pulumi.Input<string>;
|
|
27247
|
+
/**
|
|
27248
|
+
* (Updatable) The value of a X509 certificate.
|
|
27249
|
+
*/
|
|
27250
|
+
value: pulumi.Input<string>;
|
|
27251
|
+
}
|
|
27252
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice {
|
|
27253
|
+
/**
|
|
27254
|
+
* (Updatable) Authentication method.
|
|
27255
|
+
*/
|
|
27256
|
+
authenticationMethod?: pulumi.Input<string>;
|
|
27257
|
+
/**
|
|
27258
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
27259
|
+
*/
|
|
27260
|
+
display?: pulumi.Input<string>;
|
|
27261
|
+
/**
|
|
27262
|
+
* (Updatable) Device authentication factor status.
|
|
27263
|
+
*/
|
|
27264
|
+
factorStatus?: pulumi.Input<string>;
|
|
27265
|
+
/**
|
|
27266
|
+
* (Updatable) Authentication Factor Type
|
|
27267
|
+
*/
|
|
27268
|
+
factorType?: pulumi.Input<string>;
|
|
27269
|
+
/**
|
|
27270
|
+
* (Updatable) Last Sync time for device.
|
|
27271
|
+
*/
|
|
27272
|
+
lastSyncTime?: pulumi.Input<string>;
|
|
27273
|
+
/**
|
|
27274
|
+
* (Updatable) User Token URI
|
|
27275
|
+
*/
|
|
27276
|
+
ref?: pulumi.Input<string>;
|
|
27277
|
+
/**
|
|
27278
|
+
* (Updatable) A supplemental status indicating the reason why a user is disabled
|
|
27279
|
+
*/
|
|
27280
|
+
status?: pulumi.Input<string>;
|
|
27281
|
+
/**
|
|
27282
|
+
* (Updatable) Third party factor vendor name.
|
|
27283
|
+
*/
|
|
27284
|
+
thirdPartyVendorName?: pulumi.Input<string>;
|
|
27285
|
+
/**
|
|
27286
|
+
* (Updatable) The value of a X509 certificate.
|
|
27287
|
+
*/
|
|
27288
|
+
value: pulumi.Input<string>;
|
|
27289
|
+
}
|
|
27290
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice {
|
|
27291
|
+
/**
|
|
27292
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
27293
|
+
*/
|
|
27294
|
+
display?: pulumi.Input<string>;
|
|
27295
|
+
/**
|
|
27296
|
+
* (Updatable) User Token URI
|
|
27297
|
+
*/
|
|
27298
|
+
ref?: pulumi.Input<string>;
|
|
27299
|
+
/**
|
|
27300
|
+
* (Updatable) The value of a X509 certificate.
|
|
27301
|
+
*/
|
|
27302
|
+
value: pulumi.Input<string>;
|
|
27303
|
+
}
|
|
27304
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent {
|
|
27305
|
+
/**
|
|
27306
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
27307
|
+
*/
|
|
27308
|
+
display?: pulumi.Input<string>;
|
|
27309
|
+
/**
|
|
27310
|
+
* (Updatable) User Token URI
|
|
27311
|
+
*/
|
|
27312
|
+
ref?: pulumi.Input<string>;
|
|
27313
|
+
/**
|
|
27314
|
+
* (Updatable) The value of a X509 certificate.
|
|
27315
|
+
*/
|
|
27316
|
+
value: pulumi.Input<string>;
|
|
27317
|
+
}
|
|
27318
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser {
|
|
27319
|
+
/**
|
|
27320
|
+
* (Updatable) Applicable Password Policy
|
|
27321
|
+
*/
|
|
27322
|
+
applicablePasswordPolicy?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy>;
|
|
27323
|
+
/**
|
|
27324
|
+
* (Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
|
|
27325
|
+
*/
|
|
27326
|
+
cantChange?: pulumi.Input<boolean>;
|
|
27327
|
+
/**
|
|
27328
|
+
* (Updatable) Indicates that the password expiry policy will not be applied for the current Resource
|
|
27329
|
+
*/
|
|
27330
|
+
cantExpire?: pulumi.Input<boolean>;
|
|
27331
|
+
/**
|
|
27332
|
+
* (Updatable) Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.
|
|
27333
|
+
*/
|
|
27334
|
+
expired?: pulumi.Input<boolean>;
|
|
27335
|
+
/**
|
|
27336
|
+
* (Updatable) A DateTime that specifies the date and time when last failed password validation was set
|
|
27337
|
+
*/
|
|
27338
|
+
lastFailedValidationDate?: pulumi.Input<string>;
|
|
27339
|
+
/**
|
|
27340
|
+
* (Updatable) A DateTime that specifies the date and time when the current password was set
|
|
27341
|
+
*/
|
|
27342
|
+
lastSuccessfulSetDate?: pulumi.Input<string>;
|
|
27343
|
+
/**
|
|
27344
|
+
* (Updatable) A DateTime that specifies the date and time when last successful password validation was set
|
|
27345
|
+
*/
|
|
27346
|
+
lastSuccessfulValidationDate?: pulumi.Input<string>;
|
|
27347
|
+
/**
|
|
27348
|
+
* (Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.
|
|
27349
|
+
*/
|
|
27350
|
+
mustChange?: pulumi.Input<boolean>;
|
|
27351
|
+
}
|
|
27352
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy {
|
|
27353
|
+
/**
|
|
27354
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
27355
|
+
*/
|
|
27356
|
+
display?: pulumi.Input<string>;
|
|
27357
|
+
/**
|
|
27358
|
+
* (Updatable) PasswordPolicy priority
|
|
27359
|
+
*/
|
|
27360
|
+
priority?: pulumi.Input<number>;
|
|
27361
|
+
/**
|
|
27362
|
+
* (Updatable) User Token URI
|
|
27363
|
+
*/
|
|
27364
|
+
ref?: pulumi.Input<string>;
|
|
27365
|
+
/**
|
|
27366
|
+
* (Updatable) The value of a X509 certificate.
|
|
27367
|
+
*/
|
|
27368
|
+
value: pulumi.Input<string>;
|
|
27369
|
+
}
|
|
27370
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser {
|
|
27371
|
+
/**
|
|
27372
|
+
* (Updatable) Factor Identifier ID
|
|
27373
|
+
*/
|
|
27374
|
+
factorIdentifier?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier>;
|
|
27375
|
+
/**
|
|
27376
|
+
* (Updatable) Authentication Factor Method
|
|
27377
|
+
*/
|
|
27378
|
+
factorMethod?: pulumi.Input<string>;
|
|
27379
|
+
/**
|
|
27380
|
+
* (Updatable) Authentication Factor Type
|
|
27381
|
+
*/
|
|
27382
|
+
factorType?: pulumi.Input<string>;
|
|
27383
|
+
}
|
|
27384
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier {
|
|
27385
|
+
/**
|
|
27386
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
27387
|
+
*/
|
|
27388
|
+
display?: pulumi.Input<string>;
|
|
27389
|
+
/**
|
|
27390
|
+
* (Updatable) User Token URI
|
|
27391
|
+
*/
|
|
27392
|
+
ref?: pulumi.Input<string>;
|
|
27393
|
+
/**
|
|
27394
|
+
* (Updatable) The value of a X509 certificate.
|
|
27395
|
+
*/
|
|
27396
|
+
value: pulumi.Input<string>;
|
|
27397
|
+
}
|
|
27398
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser {
|
|
27399
|
+
/**
|
|
27400
|
+
* (Updatable) General information about the POSIX account such as their real name and phone number
|
|
27401
|
+
*/
|
|
27402
|
+
gecos?: pulumi.Input<string>;
|
|
27403
|
+
/**
|
|
27404
|
+
* (Updatable) Primary Group identifier of the POSIX user
|
|
27405
|
+
*/
|
|
27406
|
+
gidNumber?: pulumi.Input<number>;
|
|
27407
|
+
/**
|
|
27408
|
+
* (Updatable) The absolute path to the home directory of the POSIX account
|
|
27409
|
+
*/
|
|
27410
|
+
homeDirectory?: pulumi.Input<string>;
|
|
27411
|
+
/**
|
|
27412
|
+
* (Updatable) The path to the login shell of the POSIX account
|
|
27413
|
+
*/
|
|
27414
|
+
loginShell?: pulumi.Input<string>;
|
|
27415
|
+
/**
|
|
27416
|
+
* (Updatable) Integer uniquely identifying a user in a POSIX administrative domain
|
|
27417
|
+
*/
|
|
27418
|
+
uidNumber?: pulumi.Input<number>;
|
|
27419
|
+
}
|
|
27420
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser {
|
|
27421
|
+
/**
|
|
27422
|
+
* (Updatable) Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.
|
|
27423
|
+
*/
|
|
27424
|
+
secQuestions?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion>[]>;
|
|
27425
|
+
}
|
|
27426
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion {
|
|
27427
|
+
/**
|
|
27428
|
+
* (Updatable) Answer provided by an user for a security question.
|
|
27429
|
+
*/
|
|
27430
|
+
answer: pulumi.Input<string>;
|
|
27431
|
+
/**
|
|
27432
|
+
* (Updatable) Hint for an answer given by user while setting up Security Question.
|
|
27433
|
+
*/
|
|
27434
|
+
hintText?: pulumi.Input<string>;
|
|
27435
|
+
/**
|
|
27436
|
+
* (Updatable) User Token URI
|
|
27437
|
+
*/
|
|
27438
|
+
ref?: pulumi.Input<string>;
|
|
27439
|
+
/**
|
|
27440
|
+
* (Updatable) The value of a X509 certificate.
|
|
27441
|
+
*/
|
|
27442
|
+
value: pulumi.Input<string>;
|
|
27443
|
+
}
|
|
27444
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser {
|
|
27445
|
+
/**
|
|
27446
|
+
* (Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
|
|
27447
|
+
*/
|
|
27448
|
+
allowSelfChange?: pulumi.Input<boolean>;
|
|
27449
|
+
}
|
|
27450
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser {
|
|
27451
|
+
/**
|
|
27452
|
+
* (Updatable) A boolean value that indicates whether the consent is granted.
|
|
27453
|
+
*/
|
|
27454
|
+
consentGranted?: pulumi.Input<boolean>;
|
|
27455
|
+
/**
|
|
27456
|
+
* (Updatable) Self registration profile used when user is self registered.
|
|
27457
|
+
*/
|
|
27458
|
+
selfRegistrationProfile: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile>;
|
|
27459
|
+
/**
|
|
27460
|
+
* (Updatable) User token returned if userFlowControlledByExternalClient is true
|
|
27461
|
+
*/
|
|
27462
|
+
userToken?: pulumi.Input<string>;
|
|
27463
|
+
}
|
|
27464
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile {
|
|
27465
|
+
/**
|
|
27466
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
27467
|
+
*/
|
|
27468
|
+
display?: pulumi.Input<string>;
|
|
27469
|
+
/**
|
|
27470
|
+
* (Updatable) User Token URI
|
|
27471
|
+
*/
|
|
27472
|
+
ref?: pulumi.Input<string>;
|
|
27473
|
+
/**
|
|
27474
|
+
* (Updatable) The value of a X509 certificate.
|
|
27475
|
+
*/
|
|
27476
|
+
value: pulumi.Input<string>;
|
|
27477
|
+
}
|
|
27478
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser {
|
|
27479
|
+
/**
|
|
27480
|
+
* (Updatable) SFF auth keys clob
|
|
27481
|
+
*/
|
|
27482
|
+
sffAuthKeys?: pulumi.Input<string>;
|
|
27483
|
+
}
|
|
27484
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser {
|
|
27485
|
+
/**
|
|
27486
|
+
* (Updatable) Description:
|
|
27487
|
+
*/
|
|
27488
|
+
socialAccounts?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccount>[]>;
|
|
27489
|
+
}
|
|
27490
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccount {
|
|
27491
|
+
/**
|
|
27492
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
27493
|
+
*/
|
|
27494
|
+
display?: pulumi.Input<string>;
|
|
27495
|
+
/**
|
|
27496
|
+
* (Updatable) User Token URI
|
|
27497
|
+
*/
|
|
27498
|
+
ref?: pulumi.Input<string>;
|
|
27499
|
+
/**
|
|
27500
|
+
* (Updatable) The value of a X509 certificate.
|
|
27501
|
+
*/
|
|
27502
|
+
value: pulumi.Input<string>;
|
|
27503
|
+
}
|
|
27504
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser {
|
|
27505
|
+
/**
|
|
27506
|
+
* (Updatable) Description:
|
|
27507
|
+
*/
|
|
27508
|
+
termsOfUseConsents?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsent>[]>;
|
|
27509
|
+
}
|
|
27510
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsent {
|
|
27511
|
+
/**
|
|
27512
|
+
* (Updatable) User Token URI
|
|
27513
|
+
*/
|
|
27514
|
+
ref?: pulumi.Input<string>;
|
|
27515
|
+
/**
|
|
27516
|
+
* (Updatable) The value of a X509 certificate.
|
|
27517
|
+
*/
|
|
27518
|
+
value: pulumi.Input<string>;
|
|
27519
|
+
}
|
|
27520
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser {
|
|
27521
|
+
/**
|
|
27522
|
+
* (Updatable) A list of api keys corresponding to user.
|
|
27523
|
+
*/
|
|
27524
|
+
apiKeys?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey>[]>;
|
|
27525
|
+
/**
|
|
27526
|
+
* (Updatable) A list of auth tokens corresponding to user.
|
|
27527
|
+
*/
|
|
27528
|
+
authTokens?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken>[]>;
|
|
27529
|
+
/**
|
|
27530
|
+
* (Updatable) A list of customer secret keys corresponding to user.
|
|
27531
|
+
*/
|
|
27532
|
+
customerSecretKeys?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey>[]>;
|
|
27533
|
+
/**
|
|
27534
|
+
* (Updatable) A list of db credentials corresponding to user.
|
|
27535
|
+
*/
|
|
27536
|
+
dbCredentials?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential>[]>;
|
|
27537
|
+
/**
|
|
27538
|
+
* (Updatable) A list of oauth2 client credentials corresponding to user.
|
|
27539
|
+
*/
|
|
27540
|
+
oAuth2clientCredentials?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential>[]>;
|
|
27541
|
+
/**
|
|
27542
|
+
* (Updatable) A list of smtp credentials corresponding to user.
|
|
27543
|
+
*/
|
|
27544
|
+
smtpCredentials?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential>[]>;
|
|
27545
|
+
}
|
|
27546
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey {
|
|
27547
|
+
/**
|
|
27548
|
+
* (Updatable) The value of of the User's api key.
|
|
27549
|
+
*/
|
|
27550
|
+
key?: pulumi.Input<string>;
|
|
27551
|
+
/**
|
|
27552
|
+
* (Updatable) Ocid of the User's Support Account.
|
|
27553
|
+
*/
|
|
27554
|
+
ocid?: pulumi.Input<string>;
|
|
27555
|
+
/**
|
|
27556
|
+
* (Updatable) User Token URI
|
|
27557
|
+
*/
|
|
27558
|
+
ref?: pulumi.Input<string>;
|
|
27559
|
+
/**
|
|
27560
|
+
* (Updatable) The value of a X509 certificate.
|
|
27561
|
+
*/
|
|
27562
|
+
value?: pulumi.Input<string>;
|
|
27563
|
+
}
|
|
27564
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken {
|
|
27565
|
+
/**
|
|
27566
|
+
* (Updatable) Ocid of the User's Support Account.
|
|
27567
|
+
*/
|
|
27568
|
+
ocid?: pulumi.Input<string>;
|
|
27569
|
+
/**
|
|
27570
|
+
* (Updatable) User Token URI
|
|
27571
|
+
*/
|
|
27572
|
+
ref?: pulumi.Input<string>;
|
|
27573
|
+
/**
|
|
27574
|
+
* (Updatable) The value of a X509 certificate.
|
|
27575
|
+
*/
|
|
27576
|
+
value?: pulumi.Input<string>;
|
|
27577
|
+
}
|
|
27578
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey {
|
|
27579
|
+
/**
|
|
27580
|
+
* (Updatable) Ocid of the User's Support Account.
|
|
27581
|
+
*/
|
|
27582
|
+
ocid?: pulumi.Input<string>;
|
|
27583
|
+
/**
|
|
27584
|
+
* (Updatable) User Token URI
|
|
27585
|
+
*/
|
|
27586
|
+
ref?: pulumi.Input<string>;
|
|
27587
|
+
/**
|
|
27588
|
+
* (Updatable) The value of a X509 certificate.
|
|
27589
|
+
*/
|
|
27590
|
+
value?: pulumi.Input<string>;
|
|
27591
|
+
}
|
|
27592
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential {
|
|
27593
|
+
/**
|
|
27594
|
+
* (Updatable) Ocid of the User's Support Account.
|
|
27595
|
+
*/
|
|
27596
|
+
ocid?: pulumi.Input<string>;
|
|
27597
|
+
/**
|
|
27598
|
+
* (Updatable) User Token URI
|
|
27599
|
+
*/
|
|
27600
|
+
ref?: pulumi.Input<string>;
|
|
27601
|
+
/**
|
|
27602
|
+
* (Updatable) The value of a X509 certificate.
|
|
27603
|
+
*/
|
|
27604
|
+
value?: pulumi.Input<string>;
|
|
27605
|
+
}
|
|
27606
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential {
|
|
27607
|
+
/**
|
|
27608
|
+
* (Updatable) Ocid of the User's Support Account.
|
|
27609
|
+
*/
|
|
27610
|
+
ocid?: pulumi.Input<string>;
|
|
27611
|
+
/**
|
|
27612
|
+
* (Updatable) User Token URI
|
|
27613
|
+
*/
|
|
27614
|
+
ref?: pulumi.Input<string>;
|
|
27615
|
+
/**
|
|
27616
|
+
* (Updatable) The value of a X509 certificate.
|
|
27617
|
+
*/
|
|
27618
|
+
value?: pulumi.Input<string>;
|
|
27619
|
+
}
|
|
27620
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential {
|
|
27621
|
+
/**
|
|
27622
|
+
* (Updatable) Ocid of the User's Support Account.
|
|
27623
|
+
*/
|
|
27624
|
+
ocid?: pulumi.Input<string>;
|
|
27625
|
+
/**
|
|
27626
|
+
* (Updatable) User Token URI
|
|
27627
|
+
*/
|
|
27628
|
+
ref?: pulumi.Input<string>;
|
|
27629
|
+
/**
|
|
27630
|
+
* (Updatable) The value of a X509 certificate.
|
|
27631
|
+
*/
|
|
27632
|
+
value?: pulumi.Input<string>;
|
|
27633
|
+
}
|
|
27634
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser {
|
|
27635
|
+
/**
|
|
27636
|
+
* (Updatable) The last failed login date
|
|
27637
|
+
*/
|
|
27638
|
+
lastFailedLoginDate?: pulumi.Input<string>;
|
|
27639
|
+
/**
|
|
27640
|
+
* (Updatable) The last successful login date
|
|
27641
|
+
*/
|
|
27642
|
+
lastSuccessfulLoginDate?: pulumi.Input<string>;
|
|
27643
|
+
/**
|
|
27644
|
+
* (Updatable) A complex attribute that indicates an account is locked (blocking new sessions)
|
|
27645
|
+
*/
|
|
27646
|
+
locked?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked>;
|
|
27647
|
+
/**
|
|
27648
|
+
* (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
|
|
27649
|
+
*/
|
|
27650
|
+
loginAttempts?: pulumi.Input<number>;
|
|
27651
|
+
/**
|
|
27652
|
+
* (Updatable) Maximum number of concurrent sessions for a User
|
|
27653
|
+
*/
|
|
27654
|
+
maxConcurrentSessions?: pulumi.Input<number>;
|
|
27655
|
+
/**
|
|
27656
|
+
* (Updatable) The previous successful login date
|
|
27657
|
+
*/
|
|
27658
|
+
previousSuccessfulLoginDate?: pulumi.Input<string>;
|
|
27659
|
+
/**
|
|
27660
|
+
* (Updatable) The number of failed recovery attempts. The value is reset to 0 after a successful login.
|
|
27661
|
+
*/
|
|
27662
|
+
recoveryAttempts?: pulumi.Input<number>;
|
|
27663
|
+
/**
|
|
27664
|
+
* (Updatable) The number of failed account recovery enrollment attempts.
|
|
27665
|
+
*/
|
|
27666
|
+
recoveryEnrollAttempts?: pulumi.Input<number>;
|
|
27667
|
+
/**
|
|
27668
|
+
* (Updatable) A complex attribute that indicates an password recovery is locked (blocking new sessions)
|
|
27669
|
+
*/
|
|
27670
|
+
recoveryLocked?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked>;
|
|
27671
|
+
}
|
|
27672
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked {
|
|
27673
|
+
/**
|
|
27674
|
+
* (Updatable) Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.
|
|
27675
|
+
*/
|
|
27676
|
+
expired?: pulumi.Input<boolean>;
|
|
27677
|
+
/**
|
|
27678
|
+
* (Updatable) The date and time that the current resource was locked
|
|
27679
|
+
*/
|
|
27680
|
+
lockDate?: pulumi.Input<string>;
|
|
27681
|
+
/**
|
|
27682
|
+
* (Updatable) Indicates that the rev is locked
|
|
27683
|
+
*/
|
|
27684
|
+
on?: pulumi.Input<boolean>;
|
|
27685
|
+
/**
|
|
27686
|
+
* (Updatable) Indicates the reason for locking. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts
|
|
27687
|
+
*/
|
|
27688
|
+
reason?: pulumi.Input<number>;
|
|
27689
|
+
}
|
|
27690
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked {
|
|
27691
|
+
/**
|
|
27692
|
+
* (Updatable) The date and time that the current resource was locked
|
|
27693
|
+
*/
|
|
27694
|
+
lockDate?: pulumi.Input<string>;
|
|
27695
|
+
/**
|
|
27696
|
+
* (Updatable) Indicates that the rev is locked
|
|
27697
|
+
*/
|
|
27698
|
+
on?: pulumi.Input<boolean>;
|
|
27699
|
+
}
|
|
27700
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser {
|
|
27701
|
+
/**
|
|
27702
|
+
* (Updatable) Boolean value to prompt user to setup account recovery during login.
|
|
27703
|
+
*/
|
|
27704
|
+
accountRecoveryRequired?: pulumi.Input<boolean>;
|
|
27705
|
+
/**
|
|
27706
|
+
* (Updatable) Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.
|
|
27707
|
+
*/
|
|
27708
|
+
accounts?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount>[]>;
|
|
27709
|
+
/**
|
|
27710
|
+
* (Updatable) A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.
|
|
27711
|
+
*/
|
|
27712
|
+
appRoles?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole>[]>;
|
|
27713
|
+
/**
|
|
27714
|
+
* (Updatable) The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.
|
|
27715
|
+
*/
|
|
27716
|
+
applicableAuthenticationTargetApps?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp>[]>;
|
|
27717
|
+
/**
|
|
27718
|
+
* (Updatable) A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.
|
|
27719
|
+
*/
|
|
27720
|
+
bypassNotification?: pulumi.Input<boolean>;
|
|
27721
|
+
/**
|
|
27722
|
+
* (Updatable) User creation mechanism
|
|
27723
|
+
*/
|
|
27724
|
+
creationMechanism?: pulumi.Input<string>;
|
|
27725
|
+
/**
|
|
27726
|
+
* (Updatable) If set, indicates the user's preferred authentication target app. If not set and the user's \"syncedFromApp\" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Cloud Infrastructure IAM.
|
|
27727
|
+
*/
|
|
27728
|
+
delegatedAuthenticationTargetApp?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp>;
|
|
27729
|
+
/**
|
|
27730
|
+
* (Updatable) A Boolean value indicating whether or not to hide the getting started page
|
|
27731
|
+
*/
|
|
27732
|
+
doNotShowGettingStarted?: pulumi.Input<boolean>;
|
|
27733
|
+
/**
|
|
27734
|
+
* (Updatable) Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.
|
|
27735
|
+
*/
|
|
27736
|
+
grants?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant>[]>;
|
|
27737
|
+
/**
|
|
27738
|
+
* (Updatable) Description:
|
|
27739
|
+
*/
|
|
27740
|
+
idcsAppRolesLimitedToGroups?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup>[]>;
|
|
27741
|
+
/**
|
|
27742
|
+
* (Updatable) A Boolean value indicating whether or not a user is enrolled for account recovery
|
|
27743
|
+
*/
|
|
27744
|
+
isAccountRecoveryEnrolled?: pulumi.Input<boolean>;
|
|
27745
|
+
/**
|
|
27746
|
+
* (Updatable) A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication
|
|
27747
|
+
*/
|
|
27748
|
+
isAuthenticationDelegated?: pulumi.Input<boolean>;
|
|
27749
|
+
/**
|
|
27750
|
+
* (Updatable) A Boolean value indicating whether or not the user is federated.
|
|
27751
|
+
*/
|
|
27752
|
+
isFederatedUser?: pulumi.Input<boolean>;
|
|
27753
|
+
/**
|
|
27754
|
+
* (Updatable) A Boolean value indicating whether or not group membership is normalized for this user.
|
|
27755
|
+
*/
|
|
27756
|
+
isGroupMembershipNormalized?: pulumi.Input<boolean>;
|
|
27757
|
+
/**
|
|
27758
|
+
* (Updatable) A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.
|
|
27759
|
+
*/
|
|
27760
|
+
isGroupMembershipSyncedToUsersGroups?: pulumi.Input<boolean>;
|
|
27761
|
+
/**
|
|
27762
|
+
* (Updatable) Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.
|
|
27763
|
+
*/
|
|
27764
|
+
notificationEmailTemplateId?: pulumi.Input<string>;
|
|
27765
|
+
/**
|
|
27766
|
+
* (Updatable) A supplemental status indicating the reason why a user is disabled
|
|
27767
|
+
*/
|
|
27768
|
+
status?: pulumi.Input<string>;
|
|
27769
|
+
/**
|
|
27770
|
+
* (Updatable) A list of Support Accounts corresponding to user.
|
|
27771
|
+
*/
|
|
27772
|
+
supportAccounts?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount>[]>;
|
|
27773
|
+
/**
|
|
27774
|
+
* (Updatable) Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.
|
|
27775
|
+
*/
|
|
27776
|
+
syncedFromApp?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp>;
|
|
27777
|
+
/**
|
|
27778
|
+
* (Updatable) A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.
|
|
27779
|
+
*/
|
|
27780
|
+
userFlowControlledByExternalClient?: pulumi.Input<boolean>;
|
|
27781
|
+
/**
|
|
27782
|
+
* (Updatable) User Support Account Provider
|
|
27783
|
+
*/
|
|
27784
|
+
userProvider?: pulumi.Input<string>;
|
|
27785
|
+
/**
|
|
27786
|
+
* (Updatable) User token returned if userFlowControlledByExternalClient is true
|
|
27787
|
+
*/
|
|
27788
|
+
userTokens?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken>[]>;
|
|
27789
|
+
}
|
|
27790
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount {
|
|
27791
|
+
/**
|
|
27792
|
+
* (Updatable) Status of the account
|
|
27793
|
+
*/
|
|
27794
|
+
active?: pulumi.Input<boolean>;
|
|
27795
|
+
/**
|
|
27796
|
+
* (Updatable) The ID of the App in this Grant.
|
|
27797
|
+
*/
|
|
27798
|
+
appId?: pulumi.Input<string>;
|
|
27799
|
+
/**
|
|
27800
|
+
* (Updatable) Name of the account assigned to the User.
|
|
27801
|
+
*/
|
|
27802
|
+
name?: pulumi.Input<string>;
|
|
27803
|
+
/**
|
|
27804
|
+
* (Updatable) User Token URI
|
|
27805
|
+
*/
|
|
27806
|
+
ref?: pulumi.Input<string>;
|
|
27807
|
+
/**
|
|
27808
|
+
* (Updatable) The value of a X509 certificate.
|
|
27809
|
+
*/
|
|
27810
|
+
value?: pulumi.Input<string>;
|
|
27811
|
+
}
|
|
27812
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole {
|
|
27813
|
+
/**
|
|
27814
|
+
* (Updatable) If true, then the role provides administrative access privileges. READ-ONLY.
|
|
27815
|
+
*/
|
|
27816
|
+
adminRole?: pulumi.Input<boolean>;
|
|
27817
|
+
/**
|
|
27818
|
+
* (Updatable) The ID of the App in this Grant.
|
|
27819
|
+
*/
|
|
27820
|
+
appId?: pulumi.Input<string>;
|
|
27821
|
+
/**
|
|
27822
|
+
* (Updatable) The name (Client ID) of the App that defines this AppRole.
|
|
27823
|
+
*/
|
|
27824
|
+
appName?: pulumi.Input<string>;
|
|
27825
|
+
/**
|
|
27826
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
27827
|
+
*/
|
|
27828
|
+
display?: pulumi.Input<string>;
|
|
27829
|
+
/**
|
|
27830
|
+
* (Updatable) The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Cloud Infrastructure IAM distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.
|
|
27831
|
+
*/
|
|
27832
|
+
legacyGroupName?: pulumi.Input<string>;
|
|
27833
|
+
/**
|
|
27834
|
+
* (Updatable) User Token URI
|
|
27835
|
+
*/
|
|
27836
|
+
ref?: pulumi.Input<string>;
|
|
27837
|
+
/**
|
|
27838
|
+
* (Updatable) A label indicating the attribute's function.
|
|
27839
|
+
*/
|
|
27840
|
+
type?: pulumi.Input<string>;
|
|
27841
|
+
/**
|
|
27842
|
+
* (Updatable) The value of a X509 certificate.
|
|
27843
|
+
*/
|
|
27844
|
+
value: pulumi.Input<string>;
|
|
27845
|
+
}
|
|
27846
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp {
|
|
27847
|
+
/**
|
|
27848
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
27849
|
+
*/
|
|
27850
|
+
display?: pulumi.Input<string>;
|
|
27851
|
+
/**
|
|
27852
|
+
* (Updatable) User Token URI
|
|
27853
|
+
*/
|
|
27854
|
+
ref?: pulumi.Input<string>;
|
|
27855
|
+
/**
|
|
27856
|
+
* (Updatable) Timeout interval for Synchronization TargetAction in milliseconds
|
|
27857
|
+
*/
|
|
27858
|
+
targetRequestTimeout?: pulumi.Input<number>;
|
|
27859
|
+
/**
|
|
27860
|
+
* (Updatable) A label indicating the attribute's function.
|
|
27861
|
+
*/
|
|
27862
|
+
type: pulumi.Input<string>;
|
|
27863
|
+
/**
|
|
27864
|
+
* (Updatable) The value of a X509 certificate.
|
|
27865
|
+
*/
|
|
27866
|
+
value?: pulumi.Input<string>;
|
|
27867
|
+
}
|
|
27868
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp {
|
|
27869
|
+
/**
|
|
27870
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
27871
|
+
*/
|
|
27872
|
+
display?: pulumi.Input<string>;
|
|
27873
|
+
/**
|
|
27874
|
+
* (Updatable) User Token URI
|
|
27875
|
+
*/
|
|
27876
|
+
ref?: pulumi.Input<string>;
|
|
27877
|
+
/**
|
|
27878
|
+
* (Updatable) A label indicating the attribute's function.
|
|
27879
|
+
*/
|
|
27880
|
+
type: pulumi.Input<string>;
|
|
27881
|
+
/**
|
|
27882
|
+
* (Updatable) The value of a X509 certificate.
|
|
27883
|
+
*/
|
|
27884
|
+
value: pulumi.Input<string>;
|
|
27885
|
+
}
|
|
27886
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant {
|
|
27887
|
+
/**
|
|
27888
|
+
* (Updatable) The ID of the App in this Grant.
|
|
27889
|
+
*/
|
|
27890
|
+
appId?: pulumi.Input<string>;
|
|
27891
|
+
/**
|
|
27892
|
+
* (Updatable) Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted.\nA customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':\n - 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.\n - 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.\n - 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
|
|
27893
|
+
*/
|
|
27894
|
+
grantMechanism?: pulumi.Input<string>;
|
|
27895
|
+
/**
|
|
27896
|
+
* (Updatable) Grantor identifier
|
|
27897
|
+
*/
|
|
27898
|
+
grantorId?: pulumi.Input<string>;
|
|
27899
|
+
/**
|
|
27900
|
+
* (Updatable) User Token URI
|
|
27901
|
+
*/
|
|
27902
|
+
ref?: pulumi.Input<string>;
|
|
27903
|
+
/**
|
|
27904
|
+
* (Updatable) The value of a X509 certificate.
|
|
27905
|
+
*/
|
|
27906
|
+
value?: pulumi.Input<string>;
|
|
27907
|
+
}
|
|
27908
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup {
|
|
27909
|
+
/**
|
|
27910
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
27911
|
+
*/
|
|
27912
|
+
display?: pulumi.Input<string>;
|
|
27913
|
+
/**
|
|
27914
|
+
* (Updatable) The id of the Oracle Cloud Infrastructure IAM AppRole grant limited to one or more Groups.
|
|
27915
|
+
*/
|
|
27916
|
+
idcsAppRoleId: pulumi.Input<string>;
|
|
27917
|
+
/**
|
|
27918
|
+
* (Updatable) Ocid of the User's Support Account.
|
|
27919
|
+
*/
|
|
27920
|
+
ocid?: pulumi.Input<string>;
|
|
27921
|
+
/**
|
|
27922
|
+
* (Updatable) User Token URI
|
|
27923
|
+
*/
|
|
27924
|
+
ref?: pulumi.Input<string>;
|
|
27925
|
+
/**
|
|
27926
|
+
* (Updatable) The value of a X509 certificate.
|
|
27927
|
+
*/
|
|
27928
|
+
value: pulumi.Input<string>;
|
|
27929
|
+
}
|
|
27930
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount {
|
|
27931
|
+
/**
|
|
27932
|
+
* (Updatable) Ocid of the User's Support Account.
|
|
27933
|
+
*/
|
|
27934
|
+
ocid?: pulumi.Input<string>;
|
|
27935
|
+
/**
|
|
27936
|
+
* (Updatable) User Token URI
|
|
27937
|
+
*/
|
|
27938
|
+
ref?: pulumi.Input<string>;
|
|
27939
|
+
/**
|
|
27940
|
+
* (Updatable) User Support User Id
|
|
27941
|
+
*/
|
|
27942
|
+
userId?: pulumi.Input<string>;
|
|
27943
|
+
/**
|
|
27944
|
+
* (Updatable) User Support Account Provider
|
|
27945
|
+
*/
|
|
27946
|
+
userProvider?: pulumi.Input<string>;
|
|
27947
|
+
/**
|
|
27948
|
+
* (Updatable) The value of a X509 certificate.
|
|
27949
|
+
*/
|
|
27950
|
+
value?: pulumi.Input<string>;
|
|
27951
|
+
}
|
|
27952
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp {
|
|
27953
|
+
/**
|
|
27954
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
27955
|
+
*/
|
|
27956
|
+
display?: pulumi.Input<string>;
|
|
27957
|
+
/**
|
|
27958
|
+
* (Updatable) User Token URI
|
|
27959
|
+
*/
|
|
27960
|
+
ref?: pulumi.Input<string>;
|
|
27961
|
+
/**
|
|
27962
|
+
* (Updatable) A label indicating the attribute's function.
|
|
27963
|
+
*/
|
|
27964
|
+
type: pulumi.Input<string>;
|
|
27965
|
+
/**
|
|
27966
|
+
* (Updatable) The value of a X509 certificate.
|
|
27967
|
+
*/
|
|
27968
|
+
value: pulumi.Input<string>;
|
|
27969
|
+
}
|
|
27970
|
+
interface DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken {
|
|
27971
|
+
/**
|
|
27972
|
+
* (Updatable) User Token URI
|
|
27973
|
+
*/
|
|
27974
|
+
ref?: pulumi.Input<string>;
|
|
27975
|
+
/**
|
|
27976
|
+
* (Updatable) The value of a X509 certificate.
|
|
27977
|
+
*/
|
|
27978
|
+
value?: pulumi.Input<string>;
|
|
27979
|
+
}
|
|
27980
|
+
interface DomainsUserX509certificate {
|
|
27981
|
+
/**
|
|
27982
|
+
* (Updatable) A human readable name, primarily used for display purposes.
|
|
27983
|
+
*/
|
|
27984
|
+
display?: pulumi.Input<string>;
|
|
27985
|
+
/**
|
|
27986
|
+
* (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
|
|
27987
|
+
*/
|
|
27988
|
+
primary?: pulumi.Input<boolean>;
|
|
27989
|
+
/**
|
|
27990
|
+
* (Updatable) A label indicating the attribute's function.
|
|
27991
|
+
*/
|
|
27992
|
+
type?: pulumi.Input<string>;
|
|
27993
|
+
/**
|
|
27994
|
+
* (Updatable) The value of a X509 certificate.
|
|
27995
|
+
*/
|
|
27996
|
+
value: pulumi.Input<string>;
|
|
27997
|
+
}
|
|
24050
27998
|
interface GetAllowedDomainLicenseTypesFilter {
|
|
24051
27999
|
/**
|
|
24052
28000
|
* The license type name. Example: "Oracle Apps Premium"
|