@pulumi/oci 3.11.0-alpha.1762844657 → 3.11.0-alpha.1763007519

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.
Files changed (110) hide show
  1. package/artifacts/getContainerImages.d.ts +11 -0
  2. package/artifacts/getContainerImages.js +4 -0
  3. package/artifacts/getContainerImages.js.map +1 -1
  4. package/containerengine/getClusterOption.d.ts +11 -0
  5. package/containerengine/getClusterOption.js +4 -0
  6. package/containerengine/getClusterOption.js.map +1 -1
  7. package/containerengine/getNodePoolOption.d.ts +44 -0
  8. package/containerengine/getNodePoolOption.js +16 -0
  9. package/containerengine/getNodePoolOption.js.map +1 -1
  10. package/core/dedicatedVmHost.d.ts +33 -7
  11. package/core/dedicatedVmHost.js +6 -0
  12. package/core/dedicatedVmHost.js.map +1 -1
  13. package/core/getDedicatedVmHost.d.ts +11 -3
  14. package/core/getDedicatedVmHost.js.map +1 -1
  15. package/core/getDedicatedVmHostInstances.d.ts +14 -0
  16. package/core/getDedicatedVmHostInstances.js +4 -0
  17. package/core/getDedicatedVmHostInstances.js.map +1 -1
  18. package/core/getDedicatedVmHosts.d.ts +14 -0
  19. package/core/getDedicatedVmHosts.js +4 -0
  20. package/core/getDedicatedVmHosts.js.map +1 -1
  21. package/fleetappsmanagement/catalogItem.d.ts +0 -54
  22. package/fleetappsmanagement/catalogItem.js +0 -42
  23. package/fleetappsmanagement/catalogItem.js.map +1 -1
  24. package/fleetappsmanagement/fleet.d.ts +6 -6
  25. package/fleetappsmanagement/getCatalogItemVariablesDefinition.d.ts +83 -0
  26. package/fleetappsmanagement/getCatalogItemVariablesDefinition.js +54 -0
  27. package/fleetappsmanagement/getCatalogItemVariablesDefinition.js.map +1 -0
  28. package/fleetappsmanagement/getCatalogItems.d.ts +14 -0
  29. package/fleetappsmanagement/getCatalogItems.js +4 -0
  30. package/fleetappsmanagement/getCatalogItems.js.map +1 -1
  31. package/fleetappsmanagement/getFleet.d.ts +1 -1
  32. package/fleetappsmanagement/getFleetCompliance.d.ts +75 -0
  33. package/fleetappsmanagement/getFleetCompliance.js +54 -0
  34. package/fleetappsmanagement/getFleetCompliance.js.map +1 -0
  35. package/fleetappsmanagement/getFleetTargets.d.ts +14 -0
  36. package/fleetappsmanagement/getFleetTargets.js +4 -0
  37. package/fleetappsmanagement/getFleetTargets.js.map +1 -1
  38. package/fleetappsmanagement/getInstalledPatches.d.ts +138 -0
  39. package/fleetappsmanagement/getInstalledPatches.js +78 -0
  40. package/fleetappsmanagement/getInstalledPatches.js.map +1 -0
  41. package/fleetappsmanagement/getInventoryRecords.d.ts +11 -0
  42. package/fleetappsmanagement/getInventoryRecords.js +4 -0
  43. package/fleetappsmanagement/getInventoryRecords.js.map +1 -1
  44. package/fleetappsmanagement/getRecommendedPatches.d.ts +150 -0
  45. package/fleetappsmanagement/getRecommendedPatches.js +80 -0
  46. package/fleetappsmanagement/getRecommendedPatches.js.map +1 -0
  47. package/fleetappsmanagement/getReportMetadata.d.ts +83 -0
  48. package/fleetappsmanagement/getReportMetadata.js +60 -0
  49. package/fleetappsmanagement/getReportMetadata.js.map +1 -0
  50. package/fleetappsmanagement/getRunbook.d.ts +2 -2
  51. package/fleetappsmanagement/getRunbookExport.d.ts +99 -0
  52. package/fleetappsmanagement/getRunbookExport.js +58 -0
  53. package/fleetappsmanagement/getRunbookExport.js.map +1 -0
  54. package/fleetappsmanagement/getRunbookExportStatuses.d.ts +73 -0
  55. package/fleetappsmanagement/getRunbookExportStatuses.js +60 -0
  56. package/fleetappsmanagement/getRunbookExportStatuses.js.map +1 -0
  57. package/fleetappsmanagement/getRunbookImport.d.ts +99 -0
  58. package/fleetappsmanagement/getRunbookImport.js +58 -0
  59. package/fleetappsmanagement/getRunbookImport.js.map +1 -0
  60. package/fleetappsmanagement/getRunbookImportStatuses.d.ts +73 -0
  61. package/fleetappsmanagement/getRunbookImportStatuses.js +60 -0
  62. package/fleetappsmanagement/getRunbookImportStatuses.js.map +1 -0
  63. package/fleetappsmanagement/getRunbookVersion.d.ts +1 -1
  64. package/fleetappsmanagement/getRunbookVersions.d.ts +1 -1
  65. package/fleetappsmanagement/getSchedulerExecutions.d.ts +26 -4
  66. package/fleetappsmanagement/getSchedulerExecutions.js +10 -2
  67. package/fleetappsmanagement/getSchedulerExecutions.js.map +1 -1
  68. package/fleetappsmanagement/getTargetComponents.d.ts +119 -0
  69. package/fleetappsmanagement/getTargetComponents.js +72 -0
  70. package/fleetappsmanagement/getTargetComponents.js.map +1 -0
  71. package/fleetappsmanagement/getTargetProperties.d.ts +105 -0
  72. package/fleetappsmanagement/getTargetProperties.js +68 -0
  73. package/fleetappsmanagement/getTargetProperties.js.map +1 -0
  74. package/fleetappsmanagement/index.d.ts +33 -0
  75. package/fleetappsmanagement/index.js +36 -3
  76. package/fleetappsmanagement/index.js.map +1 -1
  77. package/fleetappsmanagement/onboarding.d.ts +22 -19
  78. package/fleetappsmanagement/onboarding.js +2 -13
  79. package/fleetappsmanagement/onboarding.js.map +1 -1
  80. package/fleetappsmanagement/platformConfiguration.d.ts +29 -11
  81. package/fleetappsmanagement/platformConfiguration.js +8 -2
  82. package/fleetappsmanagement/platformConfiguration.js.map +1 -1
  83. package/fleetappsmanagement/property.d.ts +22 -4
  84. package/fleetappsmanagement/property.js +8 -2
  85. package/fleetappsmanagement/property.js.map +1 -1
  86. package/fleetappsmanagement/runbook.d.ts +6 -5
  87. package/fleetappsmanagement/runbook.js +1 -0
  88. package/fleetappsmanagement/runbook.js.map +1 -1
  89. package/fleetappsmanagement/runbookVersion.d.ts +6 -152
  90. package/fleetappsmanagement/runbookVersion.js +0 -152
  91. package/fleetappsmanagement/runbookVersion.js.map +1 -1
  92. package/fleetappsmanagement/taskRecord.d.ts +1 -0
  93. package/fleetappsmanagement/taskRecord.js +1 -0
  94. package/fleetappsmanagement/taskRecord.js.map +1 -1
  95. package/functions/getFusionEnvironmentAdminUser.d.ts +3 -0
  96. package/functions/getFusionEnvironmentAdminUser.js.map +1 -1
  97. package/fusionapps/fusionEnvironmentAdminUser.d.ts +6 -0
  98. package/fusionapps/fusionEnvironmentAdminUser.js.map +1 -1
  99. package/limits/getLimitDefinitions.d.ts +8 -8
  100. package/limits/getLimitDefinitions.js +6 -6
  101. package/limits/getLimitValues.d.ts +17 -4
  102. package/limits/getLimitValues.js +8 -2
  103. package/limits/getLimitValues.js.map +1 -1
  104. package/limits/getResourceAvailability.d.ts +17 -6
  105. package/limits/getResourceAvailability.js +8 -4
  106. package/limits/getResourceAvailability.js.map +1 -1
  107. package/limits/getServices.d.ts +2 -2
  108. package/package.json +2 -2
  109. package/types/input.d.ts +155 -60
  110. package/types/output.d.ts +730 -87
package/types/input.d.ts CHANGED
@@ -12891,11 +12891,11 @@ export declare namespace Core {
12891
12891
  }
12892
12892
  interface DedicatedVmHostPlacementConstraintDetails {
12893
12893
  /**
12894
- * The OCID of the compute bare metal host.
12894
+ * The OCID of the compute bare metal host. This is only available for dedicated capacity customers.
12895
12895
  */
12896
12896
  computeBareMetalHostId?: pulumi.Input<string>;
12897
12897
  /**
12898
- * Determines the type of targeted launch.
12898
+ * The type for the placement constraints. Use `COMPUTE_BARE_METAL_HOST` when specifying the compute bare metal host OCID. Use `HOST_GROUP` when specifying the compute host group OCID.
12899
12899
  *
12900
12900
  *
12901
12901
  * ** IMPORTANT **
@@ -41375,10 +41375,26 @@ export declare namespace FleetAppsManagement {
41375
41375
  topicId: pulumi.Input<string>;
41376
41376
  }
41377
41377
  interface FleetNotificationPreferencePreferences {
41378
+ /**
41379
+ * (Updatable) Enables or disables notification on job canceled.
41380
+ */
41381
+ onJobCanceled?: pulumi.Input<boolean>;
41378
41382
  /**
41379
41383
  * (Updatable) Enables or disables notification on Job Failures.
41380
41384
  */
41381
41385
  onJobFailure?: pulumi.Input<boolean>;
41386
+ /**
41387
+ * (Updatable) Enables or disables notification on job schedule change.
41388
+ */
41389
+ onJobScheduleChange?: pulumi.Input<boolean>;
41390
+ /**
41391
+ * (Updatable) Enables or disables notification on job start.
41392
+ */
41393
+ onJobStart?: pulumi.Input<boolean>;
41394
+ /**
41395
+ * (Updatable) Enables or disables notification on job success.
41396
+ */
41397
+ onJobSuccess?: pulumi.Input<boolean>;
41382
41398
  /**
41383
41399
  * (Updatable) Enables or disables notification when fleet resource becomes non compliant.
41384
41400
  */
@@ -41491,10 +41507,18 @@ export declare namespace FleetAppsManagement {
41491
41507
  * (Updatable) Compartment Id for which the rule is created.
41492
41508
  */
41493
41509
  compartmentId?: pulumi.Input<string>;
41510
+ /**
41511
+ * (Updatable) If set to true, resources will be returned for not only the provided compartment, but all compartments which descend from it. Which resources are returned and their field contents depends on the value of accessLevel. Default value for `compartmentIdInSubtree` is false
41512
+ */
41513
+ compartmentIdInSubtree?: pulumi.Input<boolean>;
41494
41514
  /**
41495
41515
  * (Updatable) Rule Conditions
41496
41516
  */
41497
41517
  conditions?: pulumi.Input<pulumi.Input<inputs.FleetAppsManagement.FleetResourceSelectionRuleSelectionCriteriaRuleCondition>[]>;
41518
+ /**
41519
+ * (Updatable) Match condition for the rule selection. Include resources that match all rules or any of the rules. Default value for `matchCondition` is ANY
41520
+ */
41521
+ matchCondition?: pulumi.Input<string>;
41498
41522
  /**
41499
41523
  * (Updatable) The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
41500
41524
  */
@@ -41646,6 +41670,16 @@ export declare namespace FleetAppsManagement {
41646
41670
  regex?: pulumi.Input<boolean>;
41647
41671
  values: pulumi.Input<pulumi.Input<string>[]>;
41648
41672
  }
41673
+ interface GetInstalledPatchesFilter {
41674
+ name: string;
41675
+ regex?: boolean;
41676
+ values: string[];
41677
+ }
41678
+ interface GetInstalledPatchesFilterArgs {
41679
+ name: pulumi.Input<string>;
41680
+ regex?: pulumi.Input<boolean>;
41681
+ values: pulumi.Input<pulumi.Input<string>[]>;
41682
+ }
41649
41683
  interface GetInventoryRecordsFilter {
41650
41684
  /**
41651
41685
  * Name of the inventory target property.
@@ -41764,6 +41798,52 @@ export declare namespace FleetAppsManagement {
41764
41798
  regex?: pulumi.Input<boolean>;
41765
41799
  values: pulumi.Input<pulumi.Input<string>[]>;
41766
41800
  }
41801
+ interface GetRecommendedPatchesFilter {
41802
+ name: string;
41803
+ regex?: boolean;
41804
+ values: string[];
41805
+ }
41806
+ interface GetRecommendedPatchesFilterArgs {
41807
+ name: pulumi.Input<string>;
41808
+ regex?: pulumi.Input<boolean>;
41809
+ values: pulumi.Input<pulumi.Input<string>[]>;
41810
+ }
41811
+ interface GetReportMetadataFilter {
41812
+ /**
41813
+ * Name of Report.
41814
+ */
41815
+ name: string;
41816
+ regex?: boolean;
41817
+ values: string[];
41818
+ }
41819
+ interface GetReportMetadataFilterArgs {
41820
+ /**
41821
+ * Name of Report.
41822
+ */
41823
+ name: pulumi.Input<string>;
41824
+ regex?: pulumi.Input<boolean>;
41825
+ values: pulumi.Input<pulumi.Input<string>[]>;
41826
+ }
41827
+ interface GetRunbookExportStatusesFilter {
41828
+ name: string;
41829
+ regex?: boolean;
41830
+ values: string[];
41831
+ }
41832
+ interface GetRunbookExportStatusesFilterArgs {
41833
+ name: pulumi.Input<string>;
41834
+ regex?: pulumi.Input<boolean>;
41835
+ values: pulumi.Input<pulumi.Input<string>[]>;
41836
+ }
41837
+ interface GetRunbookImportStatusesFilter {
41838
+ name: string;
41839
+ regex?: boolean;
41840
+ values: string[];
41841
+ }
41842
+ interface GetRunbookImportStatusesFilterArgs {
41843
+ name: pulumi.Input<string>;
41844
+ regex?: pulumi.Input<boolean>;
41845
+ values: pulumi.Input<pulumi.Input<string>[]>;
41846
+ }
41767
41847
  interface GetRunbookVersionsFilter {
41768
41848
  /**
41769
41849
  * A filter to return only resources that match the entire name given.
@@ -41862,6 +41942,38 @@ export declare namespace FleetAppsManagement {
41862
41942
  regex?: pulumi.Input<boolean>;
41863
41943
  values: pulumi.Input<pulumi.Input<string>[]>;
41864
41944
  }
41945
+ interface GetTargetComponentsFilter {
41946
+ /**
41947
+ * Target Component Name.
41948
+ */
41949
+ name: string;
41950
+ regex?: boolean;
41951
+ values: string[];
41952
+ }
41953
+ interface GetTargetComponentsFilterArgs {
41954
+ /**
41955
+ * Target Component Name.
41956
+ */
41957
+ name: pulumi.Input<string>;
41958
+ regex?: pulumi.Input<boolean>;
41959
+ values: pulumi.Input<pulumi.Input<string>[]>;
41960
+ }
41961
+ interface GetTargetPropertiesFilter {
41962
+ /**
41963
+ * Name of the property.
41964
+ */
41965
+ name: string;
41966
+ regex?: boolean;
41967
+ values: string[];
41968
+ }
41969
+ interface GetTargetPropertiesFilterArgs {
41970
+ /**
41971
+ * Name of the property.
41972
+ */
41973
+ name: pulumi.Input<string>;
41974
+ regex?: pulumi.Input<boolean>;
41975
+ values: pulumi.Input<pulumi.Input<string>[]>;
41976
+ }
41865
41977
  interface GetTaskRecordsFilter {
41866
41978
  /**
41867
41979
  * The name of the argument.
@@ -42180,10 +42292,6 @@ export declare namespace FleetAppsManagement {
42180
42292
  tasks: pulumi.Input<pulumi.Input<inputs.FleetAppsManagement.RunbookRunbookVersionTask>[]>;
42181
42293
  /**
42182
42294
  * The version of the runbook.
42183
- *
42184
- *
42185
- * ** IMPORTANT **
42186
- * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
42187
42295
  */
42188
42296
  version?: pulumi.Input<string>;
42189
42297
  }
@@ -42287,7 +42395,7 @@ export declare namespace FleetAppsManagement {
42287
42395
  }
42288
42396
  interface RunbookRunbookVersionGroupPropertiesRunOn {
42289
42397
  /**
42290
- * Build control flow conditions that determine the relevance of the task execution.
42398
+ * Build control flow conditions that determine the relevance of the task execution against targets.
42291
42399
  */
42292
42400
  condition?: pulumi.Input<string>;
42293
42401
  /**
@@ -42455,7 +42563,7 @@ export declare namespace FleetAppsManagement {
42455
42563
  }
42456
42564
  interface RunbookRunbookVersionTaskStepPropertiesRunOn {
42457
42565
  /**
42458
- * Build control flow conditions that determine the relevance of the task execution.
42566
+ * Build control flow conditions that determine the relevance of the task execution against targets.
42459
42567
  */
42460
42568
  condition?: pulumi.Input<string>;
42461
42569
  /**
@@ -42579,6 +42687,10 @@ export declare namespace FleetAppsManagement {
42579
42687
  * Is read output variable enabled
42580
42688
  */
42581
42689
  isReadOutputVariableEnabled?: pulumi.Input<boolean>;
42690
+ /**
42691
+ * The list of system variables.
42692
+ */
42693
+ systemVariables?: pulumi.Input<pulumi.Input<string>[]>;
42582
42694
  /**
42583
42695
  * OCID of the compartment to which the resource belongs to.
42584
42696
  */
@@ -42671,7 +42783,7 @@ export declare namespace FleetAppsManagement {
42671
42783
  */
42672
42784
  steps: pulumi.Input<pulumi.Input<inputs.FleetAppsManagement.RunbookVersionExecutionWorkflowDetailsWorkflowStep>[]>;
42673
42785
  /**
42674
- * (Updatable) Workflow Group Details.
42786
+ * (Updatable) Workflow Group Details.
42675
42787
  */
42676
42788
  type: pulumi.Input<string>;
42677
42789
  }
@@ -42685,8 +42797,7 @@ export declare namespace FleetAppsManagement {
42685
42797
  */
42686
42798
  stepName?: pulumi.Input<string>;
42687
42799
  /**
42688
- * (Updatable) Tasks within the Group. Provide the
42689
- * stepName for all applicable tasks.
42800
+ * (Updatable) Tasks within the Group. Provide the stepName for all applicable tasks.
42690
42801
  */
42691
42802
  steps?: pulumi.Input<pulumi.Input<string>[]>;
42692
42803
  /**
@@ -42707,6 +42818,7 @@ export declare namespace FleetAppsManagement {
42707
42818
  * (Updatable) The type of the group. PARALLEL_TASK_GROUP : Helps to execute tasks parallelly
42708
42819
  * inside a resource. PARALLEL_RESOURCE_GROUP : Executes tasks across resources parallelly. ROLLING_RESOURCE_GROUP :
42709
42820
  * Executes tasks across resources in a rolling order.
42821
+ * >>>>>>> theirs
42710
42822
  */
42711
42823
  type: pulumi.Input<string>;
42712
42824
  }
@@ -42850,8 +42962,7 @@ export declare namespace FleetAppsManagement {
42850
42962
  }
42851
42963
  interface RunbookVersionTask {
42852
42964
  /**
42853
- * (Updatable) Mapping output variables of previous tasks to the input
42854
- * variables of the current task.
42965
+ * (Updatable) Mapping output variables of previous tasks to the input variables of the current task.
42855
42966
  */
42856
42967
  outputVariableMappings?: pulumi.Input<pulumi.Input<inputs.FleetAppsManagement.RunbookVersionTaskOutputVariableMapping>[]>;
42857
42968
  /**
@@ -42873,15 +42984,13 @@ export declare namespace FleetAppsManagement {
42873
42984
  */
42874
42985
  name: pulumi.Input<string>;
42875
42986
  /**
42876
- * (Updatable) The details of the output variable that will be used for
42877
- * mapping.
42987
+ * (Updatable) The details of the output variable that will be used for mapping.
42878
42988
  */
42879
42989
  outputVariableDetails: pulumi.Input<inputs.FleetAppsManagement.RunbookVersionTaskOutputVariableMappingOutputVariableDetails>;
42880
42990
  }
42881
42991
  interface RunbookVersionTaskOutputVariableMappingOutputVariableDetails {
42882
42992
  /**
42883
- * (Updatable) The name of the output variable whose value has to be
42884
- * mapped.
42993
+ * (Updatable) The name of the output variable whose value has to be mapped.
42885
42994
  */
42886
42995
  outputVariableName: pulumi.Input<string>;
42887
42996
  /**
@@ -42903,8 +43012,7 @@ export declare namespace FleetAppsManagement {
42903
43012
  */
42904
43013
  pauseDetails?: pulumi.Input<inputs.FleetAppsManagement.RunbookVersionTaskStepPropertiesPauseDetails>;
42905
43014
  /**
42906
- * (Updatable) Build control flow conditions that determine the relevance of the
42907
- * task execution.
43015
+ * (Updatable) Build control flow conditions that determine the relevance of the task execution.
42908
43016
  */
42909
43017
  preCondition?: pulumi.Input<string>;
42910
43018
  /**
@@ -42918,8 +43026,7 @@ export declare namespace FleetAppsManagement {
42918
43026
  */
42919
43027
  shouldNotifyOnPause?: pulumi.Input<boolean>;
42920
43028
  /**
42921
- * (Updatable) Enables or disables notification on Task
42922
- * Failures.
43029
+ * (Updatable) Enables or disables notification on Task Failures.
42923
43030
  */
42924
43031
  shouldNotifyOnTaskFailure?: pulumi.Input<boolean>;
42925
43032
  /**
@@ -42939,8 +43046,7 @@ export declare namespace FleetAppsManagement {
42939
43046
  }
42940
43047
  interface RunbookVersionTaskStepPropertiesRunOn {
42941
43048
  /**
42942
- * (Updatable) Build control flow conditions that
42943
- * determine the relevance of the task execution.
43049
+ * (Updatable) Build control flow conditions that determine the relevance of the task execution against targets.
42944
43050
  */
42945
43051
  condition?: pulumi.Input<string>;
42946
43052
  /**
@@ -42952,15 +43058,13 @@ export declare namespace FleetAppsManagement {
42952
43058
  */
42953
43059
  kind: pulumi.Input<string>;
42954
43060
  /**
42955
- * (Updatable) Previous Task
42956
- * Instance Details
43061
+ * (Updatable) Previous Task Instance Details
42957
43062
  */
42958
43063
  previousTaskInstanceDetails?: pulumi.Input<pulumi.Input<inputs.FleetAppsManagement.RunbookVersionTaskStepPropertiesRunOnPreviousTaskInstanceDetail>[]>;
42959
43064
  }
42960
43065
  interface RunbookVersionTaskStepPropertiesRunOnPreviousTaskInstanceDetail {
42961
43066
  /**
42962
- * (Updatable) The details of
42963
- * the output variable that will be used for mapping.
43067
+ * (Updatable) The details of the output variable that will be used for mapping.
42964
43068
  */
42965
43069
  outputVariableDetails?: pulumi.Input<inputs.FleetAppsManagement.RunbookVersionTaskStepPropertiesRunOnPreviousTaskInstanceDetailOutputVariableDetails>;
42966
43070
  /**
@@ -42974,13 +43078,11 @@ export declare namespace FleetAppsManagement {
42974
43078
  }
42975
43079
  interface RunbookVersionTaskStepPropertiesRunOnPreviousTaskInstanceDetailOutputVariableDetails {
42976
43080
  /**
42977
- * (Updatable) The name of the
42978
- * output variable whose value has to be mapped.
43081
+ * (Updatable) The name of the output variable whose value has to be mapped.
42979
43082
  */
42980
43083
  outputVariableName?: pulumi.Input<string>;
42981
43084
  /**
42982
- * (Updatable) The name of the task step
42983
- * the output variable belongs to.
43085
+ * (Updatable) The name of the task step the output variable belongs to.
42984
43086
  */
42985
43087
  stepName?: pulumi.Input<string>;
42986
43088
  }
@@ -42994,8 +43096,7 @@ export declare namespace FleetAppsManagement {
42994
43096
  */
42995
43097
  executionDetails?: pulumi.Input<inputs.FleetAppsManagement.RunbookVersionTaskTaskRecordDetailsExecutionDetails>;
42996
43098
  /**
42997
- * (Updatable) Is this an Apply Subject Task? Ex. Patch
42998
- * Execution Task
43099
+ * (Updatable) Is this an Apply Subject Task? Ex. Patch Execution Task
42999
43100
  */
43000
43101
  isApplySubjectTask?: pulumi.Input<boolean>;
43001
43102
  /**
@@ -43028,18 +43129,13 @@ export declare namespace FleetAppsManagement {
43028
43129
  scope: pulumi.Input<string>;
43029
43130
  /**
43030
43131
  * (Updatable) The ID of taskRecord.
43031
- *
43032
- * ** IMPORTANT **
43033
- * Any change to a property that does not support update will force the destruction and recreation of the resource with the
43034
- * new property values
43035
43132
  */
43036
43133
  taskRecordId?: pulumi.Input<string>;
43037
43134
  }
43038
43135
  interface RunbookVersionTaskTaskRecordDetailsExecutionDetails {
43039
43136
  catalogId?: pulumi.Input<string>;
43040
43137
  /**
43041
- * (Updatable) Optional command to execute the content.
43042
- * You can provide any commands/arguments that can't be part of the script.
43138
+ * (Updatable) Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
43043
43139
  */
43044
43140
  command?: pulumi.Input<string>;
43045
43141
  /**
@@ -43051,8 +43147,7 @@ export declare namespace FleetAppsManagement {
43051
43147
  */
43052
43148
  content?: pulumi.Input<inputs.FleetAppsManagement.RunbookVersionTaskTaskRecordDetailsExecutionDetailsContent>;
43053
43149
  /**
43054
- * (Updatable) Credentials required for executing the
43055
- * task.
43150
+ * (Updatable) Credentials required for executing the task.
43056
43151
  */
43057
43152
  credentials?: pulumi.Input<pulumi.Input<inputs.FleetAppsManagement.RunbookVersionTaskTaskRecordDetailsExecutionDetailsCredential>[]>;
43058
43153
  /**
@@ -43064,28 +43159,27 @@ export declare namespace FleetAppsManagement {
43064
43159
  */
43065
43160
  executionType: pulumi.Input<string>;
43066
43161
  /**
43067
- * (Updatable) Is the Content an executable
43068
- * file?
43162
+ * (Updatable) Is the Content an executable file?
43069
43163
  */
43070
43164
  isExecutableContent?: pulumi.Input<boolean>;
43071
43165
  /**
43072
- * (Updatable) Is the script locked to prevent changes
43073
- * directly in Object Storage?
43166
+ * (Updatable) Is the script locked to prevent changes directly in Object Storage?
43074
43167
  */
43075
43168
  isLocked?: pulumi.Input<boolean>;
43076
43169
  /**
43077
- * (Updatable) Is read output
43078
- * variable enabled
43170
+ * (Updatable) Is read output variable enabled
43079
43171
  */
43080
43172
  isReadOutputVariableEnabled?: pulumi.Input<boolean>;
43081
43173
  /**
43082
- * (Updatable) OCID of the compartment to
43083
- * which the resource belongs to.
43174
+ * (Updatable) The list of system variables.
43175
+ */
43176
+ systemVariables?: pulumi.Input<pulumi.Input<string>[]>;
43177
+ /**
43178
+ * (Updatable) OCID of the compartment to which the resource belongs to.
43084
43179
  */
43085
43180
  targetCompartmentId?: pulumi.Input<string>;
43086
43181
  /**
43087
- * (Updatable) The variable of the task. At least one
43088
- * of the dynamicArguments or output needs to be provided.
43182
+ * (Updatable) The variable of the task. At least one of the dynamicArguments or output needs to be provided.
43089
43183
  */
43090
43184
  variables?: pulumi.Input<inputs.FleetAppsManagement.RunbookVersionTaskTaskRecordDetailsExecutionDetailsVariables>;
43091
43185
  }
@@ -43096,8 +43190,7 @@ export declare namespace FleetAppsManagement {
43096
43190
  bucket?: pulumi.Input<string>;
43097
43191
  catalogId?: pulumi.Input<string>;
43098
43192
  /**
43099
- * (Updatable) md5 checksum of the
43100
- * artifact.
43193
+ * (Updatable) md5 checksum of the artifact.
43101
43194
  */
43102
43195
  checksum?: pulumi.Input<string>;
43103
43196
  /**
@@ -43115,9 +43208,7 @@ export declare namespace FleetAppsManagement {
43115
43208
  }
43116
43209
  interface RunbookVersionTaskTaskRecordDetailsExecutionDetailsCredential {
43117
43210
  /**
43118
- * (Updatable) A user-friendly name. Does not
43119
- * have to be unique, and it's changeable. Avoid entering confidential information. Example:
43120
- * `My new resource`
43211
+ * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
43121
43212
  */
43122
43213
  displayName?: pulumi.Input<string>;
43123
43214
  /**
@@ -43127,8 +43218,7 @@ export declare namespace FleetAppsManagement {
43127
43218
  }
43128
43219
  interface RunbookVersionTaskTaskRecordDetailsExecutionDetailsVariables {
43129
43220
  /**
43130
- * (Updatable) The input variables for the
43131
- * task.
43221
+ * (Updatable) The input variables for the task.
43132
43222
  */
43133
43223
  inputVariables?: pulumi.Input<pulumi.Input<inputs.FleetAppsManagement.RunbookVersionTaskTaskRecordDetailsExecutionDetailsVariablesInputVariable>[]>;
43134
43224
  /**
@@ -43138,8 +43228,7 @@ export declare namespace FleetAppsManagement {
43138
43228
  }
43139
43229
  interface RunbookVersionTaskTaskRecordDetailsExecutionDetailsVariablesInputVariable {
43140
43230
  /**
43141
- * (Updatable) The description of the
43142
- * argument.
43231
+ * (Updatable) The description of the argument.
43143
43232
  */
43144
43233
  description?: pulumi.Input<string>;
43145
43234
  /**
@@ -43349,6 +43438,10 @@ export declare namespace FleetAppsManagement {
43349
43438
  * (Updatable) Is read output variable enabled
43350
43439
  */
43351
43440
  isReadOutputVariableEnabled?: pulumi.Input<boolean>;
43441
+ /**
43442
+ * (Updatable) The list of system variables.
43443
+ */
43444
+ systemVariables?: pulumi.Input<pulumi.Input<string>[]>;
43352
43445
  /**
43353
43446
  * (Updatable) OCID of the compartment to which the resource belongs to.
43354
43447
  */
@@ -44050,6 +44143,8 @@ export declare namespace FusionApps {
44050
44143
  lastName: pulumi.Input<string>;
44051
44144
  /**
44052
44145
  * The password for the administrator.
44146
+ *
44147
+ * @deprecated The 'password' field is deprecated. Please use the OCI Console or email link to reset the password.
44053
44148
  */
44054
44149
  password?: pulumi.Input<string>;
44055
44150
  /**