pulumi-oci 1.20.0a1705991859__py3-none-any.whl → 1.21.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. pulumi_oci/__init__.py +51 -0
  2. pulumi_oci/core/get_boot_volume_attachments.py +36 -2
  3. pulumi_oci/database/autonomous_database.py +49 -0
  4. pulumi_oci/database/autonomous_database_wallet.py +18 -0
  5. pulumi_oci/database/get_autonomous_database.py +14 -1
  6. pulumi_oci/database/get_managed_preferred_credential.py +19 -1
  7. pulumi_oci/database/outputs.py +21 -0
  8. pulumi_oci/database/vm_cluster_network.py +20 -7
  9. pulumi_oci/databasemanagement/__init__.py +3 -0
  10. pulumi_oci/databasemanagement/_inputs.py +863 -48
  11. pulumi_oci/databasemanagement/get_external_asm_configuration.py +22 -5
  12. pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +22 -5
  13. pulumi_oci/databasemanagement/get_external_asm_users.py +22 -5
  14. pulumi_oci/databasemanagement/get_external_listener_services.py +22 -5
  15. pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +18 -1
  16. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +20 -3
  17. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +20 -3
  18. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +20 -3
  19. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +46 -37
  20. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +18 -1
  21. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +20 -3
  22. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +18 -1
  23. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +20 -3
  24. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +20 -3
  25. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +18 -1
  26. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +18 -1
  27. pulumi_oci/databasemanagement/get_managed_database_user.py +20 -3
  28. pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +20 -3
  29. pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +20 -3
  30. pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +20 -3
  31. pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +20 -3
  32. pulumi_oci/databasemanagement/get_managed_database_user_roles.py +20 -3
  33. pulumi_oci/databasemanagement/get_managed_database_users.py +20 -3
  34. pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +18 -1
  35. pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +20 -3
  36. pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +20 -3
  37. pulumi_oci/databasemanagement/get_named_credential.py +249 -0
  38. pulumi_oci/databasemanagement/get_named_credentials.py +216 -0
  39. pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +99 -37
  40. pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +91 -29
  41. pulumi_oci/databasemanagement/named_credential.py +635 -0
  42. pulumi_oci/databasemanagement/outputs.py +1896 -157
  43. pulumi_oci/dataintegration/__init__.py +3 -0
  44. pulumi_oci/dataintegration/_inputs.py +798 -0
  45. pulumi_oci/dataintegration/get_workspace_application_patch.py +391 -0
  46. pulumi_oci/dataintegration/get_workspace_application_patches.py +207 -0
  47. pulumi_oci/dataintegration/get_workspace_import_request.py +14 -1
  48. pulumi_oci/dataintegration/outputs.py +2844 -739
  49. pulumi_oci/dataintegration/workspace_application_patch.py +1026 -0
  50. pulumi_oci/dataintegration/workspace_import_request.py +49 -0
  51. pulumi_oci/generativeai/__init__.py +18 -0
  52. pulumi_oci/generativeai/_inputs.py +534 -0
  53. pulumi_oci/generativeai/dedicated_ai_cluster.py +808 -0
  54. pulumi_oci/generativeai/endpoint.py +717 -0
  55. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +288 -0
  56. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +183 -0
  57. pulumi_oci/generativeai/get_endpoint.py +275 -0
  58. pulumi_oci/generativeai/get_endpoints.py +183 -0
  59. pulumi_oci/generativeai/get_model.py +353 -0
  60. pulumi_oci/generativeai/get_models.py +220 -0
  61. pulumi_oci/generativeai/model.py +858 -0
  62. pulumi_oci/generativeai/outputs.py +1721 -0
  63. pulumi_oci/loadbalancer/_inputs.py +12 -0
  64. pulumi_oci/loadbalancer/outputs.py +12 -0
  65. pulumi_oci/marketplace/get_publication.py +14 -1
  66. pulumi_oci/marketplace/outputs.py +11 -0
  67. pulumi_oci/marketplace/publication.py +28 -0
  68. pulumi_oci/ospgateway/_inputs.py +16 -0
  69. pulumi_oci/ospgateway/outputs.py +94 -19
  70. pulumi_oci/stackmonitoring/__init__.py +3 -0
  71. pulumi_oci/stackmonitoring/_inputs.py +143 -0
  72. pulumi_oci/stackmonitoring/get_process_set.py +236 -0
  73. pulumi_oci/stackmonitoring/get_process_sets.py +156 -0
  74. pulumi_oci/stackmonitoring/outputs.py +422 -0
  75. pulumi_oci/stackmonitoring/process_set.py +548 -0
  76. {pulumi_oci-1.20.0a1705991859.dist-info → pulumi_oci-1.21.0.dist-info}/METADATA +1 -1
  77. {pulumi_oci-1.20.0a1705991859.dist-info → pulumi_oci-1.21.0.dist-info}/RECORD +79 -58
  78. {pulumi_oci-1.20.0a1705991859.dist-info → pulumi_oci-1.21.0.dist-info}/WHEEL +0 -0
  79. {pulumi_oci-1.20.0a1705991859.dist-info → pulumi_oci-1.21.0.dist-info}/top_level.txt +0 -0
@@ -16,6 +16,14 @@ __all__ = [
16
16
  'WorkspaceApplicationMetadataCountStatisticArgs',
17
17
  'WorkspaceApplicationMetadataCountStatisticObjectTypeCountListArgs',
18
18
  'WorkspaceApplicationParentRefArgs',
19
+ 'WorkspaceApplicationPatchDependentObjectMetadataArgs',
20
+ 'WorkspaceApplicationPatchMetadataArgs',
21
+ 'WorkspaceApplicationPatchMetadataAggregatorArgs',
22
+ 'WorkspaceApplicationPatchMetadataCountStatisticArgs',
23
+ 'WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgs',
24
+ 'WorkspaceApplicationPatchParentRefArgs',
25
+ 'WorkspaceApplicationPatchPatchObjectMetadataArgs',
26
+ 'WorkspaceApplicationPatchRegistryMetadataArgs',
19
27
  'WorkspaceApplicationPublishedObjectMetadataArgs',
20
28
  'WorkspaceApplicationRegistryMetadataArgs',
21
29
  'WorkspaceApplicationSourceApplicationInfoArgs',
@@ -34,6 +42,7 @@ __all__ = [
34
42
  'WorkspaceProjectMetadataCountStatisticObjectTypeCountListArgs',
35
43
  'WorkspaceProjectParentRefArgs',
36
44
  'WorkspaceProjectRegistryMetadataArgs',
45
+ 'GetWorkspaceApplicationPatchesFilterArgs',
37
46
  'GetWorkspaceApplicationsFilterArgs',
38
47
  'GetWorkspaceExportRequestsFilterArgs',
39
48
  'GetWorkspaceFoldersFilterArgs',
@@ -580,6 +589,750 @@ class WorkspaceApplicationParentRefArgs:
580
589
  pulumi.set(self, "root_doc_id", value)
581
590
 
582
591
 
592
+ @pulumi.input_type
593
+ class WorkspaceApplicationPatchDependentObjectMetadataArgs:
594
+ def __init__(__self__, *,
595
+ action: Optional[pulumi.Input[str]] = None,
596
+ identifier: Optional[pulumi.Input[str]] = None,
597
+ key: Optional[pulumi.Input[str]] = None,
598
+ name: Optional[pulumi.Input[str]] = None,
599
+ name_path: Optional[pulumi.Input[str]] = None,
600
+ object_version: Optional[pulumi.Input[int]] = None,
601
+ type: Optional[pulumi.Input[str]] = None):
602
+ """
603
+ :param pulumi.Input[str] action: The patch action indicating if object was created, updated, or deleted.
604
+ :param pulumi.Input[str] identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
605
+ :param pulumi.Input[str] key: The identifying key for the object.
606
+ :param pulumi.Input[str] name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
607
+ :param pulumi.Input[str] name_path: The fully qualified path of the published object, which would include its project and folder.
608
+ :param pulumi.Input[int] object_version: The object version.
609
+ :param pulumi.Input[str] type: The type of the object in patch.
610
+ """
611
+ if action is not None:
612
+ pulumi.set(__self__, "action", action)
613
+ if identifier is not None:
614
+ pulumi.set(__self__, "identifier", identifier)
615
+ if key is not None:
616
+ pulumi.set(__self__, "key", key)
617
+ if name is not None:
618
+ pulumi.set(__self__, "name", name)
619
+ if name_path is not None:
620
+ pulumi.set(__self__, "name_path", name_path)
621
+ if object_version is not None:
622
+ pulumi.set(__self__, "object_version", object_version)
623
+ if type is not None:
624
+ pulumi.set(__self__, "type", type)
625
+
626
+ @property
627
+ @pulumi.getter
628
+ def action(self) -> Optional[pulumi.Input[str]]:
629
+ """
630
+ The patch action indicating if object was created, updated, or deleted.
631
+ """
632
+ return pulumi.get(self, "action")
633
+
634
+ @action.setter
635
+ def action(self, value: Optional[pulumi.Input[str]]):
636
+ pulumi.set(self, "action", value)
637
+
638
+ @property
639
+ @pulumi.getter
640
+ def identifier(self) -> Optional[pulumi.Input[str]]:
641
+ """
642
+ Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
643
+ """
644
+ return pulumi.get(self, "identifier")
645
+
646
+ @identifier.setter
647
+ def identifier(self, value: Optional[pulumi.Input[str]]):
648
+ pulumi.set(self, "identifier", value)
649
+
650
+ @property
651
+ @pulumi.getter
652
+ def key(self) -> Optional[pulumi.Input[str]]:
653
+ """
654
+ The identifying key for the object.
655
+ """
656
+ return pulumi.get(self, "key")
657
+
658
+ @key.setter
659
+ def key(self, value: Optional[pulumi.Input[str]]):
660
+ pulumi.set(self, "key", value)
661
+
662
+ @property
663
+ @pulumi.getter
664
+ def name(self) -> Optional[pulumi.Input[str]]:
665
+ """
666
+ Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
667
+ """
668
+ return pulumi.get(self, "name")
669
+
670
+ @name.setter
671
+ def name(self, value: Optional[pulumi.Input[str]]):
672
+ pulumi.set(self, "name", value)
673
+
674
+ @property
675
+ @pulumi.getter(name="namePath")
676
+ def name_path(self) -> Optional[pulumi.Input[str]]:
677
+ """
678
+ The fully qualified path of the published object, which would include its project and folder.
679
+ """
680
+ return pulumi.get(self, "name_path")
681
+
682
+ @name_path.setter
683
+ def name_path(self, value: Optional[pulumi.Input[str]]):
684
+ pulumi.set(self, "name_path", value)
685
+
686
+ @property
687
+ @pulumi.getter(name="objectVersion")
688
+ def object_version(self) -> Optional[pulumi.Input[int]]:
689
+ """
690
+ The object version.
691
+ """
692
+ return pulumi.get(self, "object_version")
693
+
694
+ @object_version.setter
695
+ def object_version(self, value: Optional[pulumi.Input[int]]):
696
+ pulumi.set(self, "object_version", value)
697
+
698
+ @property
699
+ @pulumi.getter
700
+ def type(self) -> Optional[pulumi.Input[str]]:
701
+ """
702
+ The type of the object in patch.
703
+ """
704
+ return pulumi.get(self, "type")
705
+
706
+ @type.setter
707
+ def type(self, value: Optional[pulumi.Input[str]]):
708
+ pulumi.set(self, "type", value)
709
+
710
+
711
+ @pulumi.input_type
712
+ class WorkspaceApplicationPatchMetadataArgs:
713
+ def __init__(__self__, *,
714
+ aggregator_key: Optional[pulumi.Input[str]] = None,
715
+ aggregators: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataAggregatorArgs']]]] = None,
716
+ count_statistics: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataCountStatisticArgs']]]] = None,
717
+ created_by: Optional[pulumi.Input[str]] = None,
718
+ created_by_name: Optional[pulumi.Input[str]] = None,
719
+ identifier_path: Optional[pulumi.Input[str]] = None,
720
+ info_fields: Optional[pulumi.Input[Mapping[str, Any]]] = None,
721
+ is_favorite: Optional[pulumi.Input[bool]] = None,
722
+ labels: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
723
+ registry_version: Optional[pulumi.Input[int]] = None,
724
+ time_created: Optional[pulumi.Input[str]] = None,
725
+ time_updated: Optional[pulumi.Input[str]] = None,
726
+ updated_by: Optional[pulumi.Input[str]] = None,
727
+ updated_by_name: Optional[pulumi.Input[str]] = None):
728
+ """
729
+ :param pulumi.Input[str] aggregator_key: The owning object's key for this object.
730
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataAggregatorArgs']]] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
731
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataCountStatisticArgs']]] count_statistics: A count statistics.
732
+ :param pulumi.Input[str] created_by: The user that created the object.
733
+ :param pulumi.Input[str] created_by_name: The user that created the object.
734
+ :param pulumi.Input[str] identifier_path: The full path to identify this object.
735
+ :param pulumi.Input[Mapping[str, Any]] info_fields: Information property fields.
736
+ :param pulumi.Input[bool] is_favorite: Specifies whether this object is a favorite or not.
737
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
738
+ :param pulumi.Input[int] registry_version: The registry version.
739
+ :param pulumi.Input[str] time_created: The date and time that the object was created.
740
+ :param pulumi.Input[str] time_updated: The date and time that the object was updated.
741
+ :param pulumi.Input[str] updated_by: The user that updated the object.
742
+ :param pulumi.Input[str] updated_by_name: The user that updated the object.
743
+ """
744
+ if aggregator_key is not None:
745
+ pulumi.set(__self__, "aggregator_key", aggregator_key)
746
+ if aggregators is not None:
747
+ pulumi.set(__self__, "aggregators", aggregators)
748
+ if count_statistics is not None:
749
+ pulumi.set(__self__, "count_statistics", count_statistics)
750
+ if created_by is not None:
751
+ pulumi.set(__self__, "created_by", created_by)
752
+ if created_by_name is not None:
753
+ pulumi.set(__self__, "created_by_name", created_by_name)
754
+ if identifier_path is not None:
755
+ pulumi.set(__self__, "identifier_path", identifier_path)
756
+ if info_fields is not None:
757
+ pulumi.set(__self__, "info_fields", info_fields)
758
+ if is_favorite is not None:
759
+ pulumi.set(__self__, "is_favorite", is_favorite)
760
+ if labels is not None:
761
+ pulumi.set(__self__, "labels", labels)
762
+ if registry_version is not None:
763
+ pulumi.set(__self__, "registry_version", registry_version)
764
+ if time_created is not None:
765
+ pulumi.set(__self__, "time_created", time_created)
766
+ if time_updated is not None:
767
+ pulumi.set(__self__, "time_updated", time_updated)
768
+ if updated_by is not None:
769
+ pulumi.set(__self__, "updated_by", updated_by)
770
+ if updated_by_name is not None:
771
+ pulumi.set(__self__, "updated_by_name", updated_by_name)
772
+
773
+ @property
774
+ @pulumi.getter(name="aggregatorKey")
775
+ def aggregator_key(self) -> Optional[pulumi.Input[str]]:
776
+ """
777
+ The owning object's key for this object.
778
+ """
779
+ return pulumi.get(self, "aggregator_key")
780
+
781
+ @aggregator_key.setter
782
+ def aggregator_key(self, value: Optional[pulumi.Input[str]]):
783
+ pulumi.set(self, "aggregator_key", value)
784
+
785
+ @property
786
+ @pulumi.getter
787
+ def aggregators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataAggregatorArgs']]]]:
788
+ """
789
+ A summary type containing information about the object's aggregator including its type, key, name and description.
790
+ """
791
+ return pulumi.get(self, "aggregators")
792
+
793
+ @aggregators.setter
794
+ def aggregators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataAggregatorArgs']]]]):
795
+ pulumi.set(self, "aggregators", value)
796
+
797
+ @property
798
+ @pulumi.getter(name="countStatistics")
799
+ def count_statistics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataCountStatisticArgs']]]]:
800
+ """
801
+ A count statistics.
802
+ """
803
+ return pulumi.get(self, "count_statistics")
804
+
805
+ @count_statistics.setter
806
+ def count_statistics(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataCountStatisticArgs']]]]):
807
+ pulumi.set(self, "count_statistics", value)
808
+
809
+ @property
810
+ @pulumi.getter(name="createdBy")
811
+ def created_by(self) -> Optional[pulumi.Input[str]]:
812
+ """
813
+ The user that created the object.
814
+ """
815
+ return pulumi.get(self, "created_by")
816
+
817
+ @created_by.setter
818
+ def created_by(self, value: Optional[pulumi.Input[str]]):
819
+ pulumi.set(self, "created_by", value)
820
+
821
+ @property
822
+ @pulumi.getter(name="createdByName")
823
+ def created_by_name(self) -> Optional[pulumi.Input[str]]:
824
+ """
825
+ The user that created the object.
826
+ """
827
+ return pulumi.get(self, "created_by_name")
828
+
829
+ @created_by_name.setter
830
+ def created_by_name(self, value: Optional[pulumi.Input[str]]):
831
+ pulumi.set(self, "created_by_name", value)
832
+
833
+ @property
834
+ @pulumi.getter(name="identifierPath")
835
+ def identifier_path(self) -> Optional[pulumi.Input[str]]:
836
+ """
837
+ The full path to identify this object.
838
+ """
839
+ return pulumi.get(self, "identifier_path")
840
+
841
+ @identifier_path.setter
842
+ def identifier_path(self, value: Optional[pulumi.Input[str]]):
843
+ pulumi.set(self, "identifier_path", value)
844
+
845
+ @property
846
+ @pulumi.getter(name="infoFields")
847
+ def info_fields(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
848
+ """
849
+ Information property fields.
850
+ """
851
+ return pulumi.get(self, "info_fields")
852
+
853
+ @info_fields.setter
854
+ def info_fields(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
855
+ pulumi.set(self, "info_fields", value)
856
+
857
+ @property
858
+ @pulumi.getter(name="isFavorite")
859
+ def is_favorite(self) -> Optional[pulumi.Input[bool]]:
860
+ """
861
+ Specifies whether this object is a favorite or not.
862
+ """
863
+ return pulumi.get(self, "is_favorite")
864
+
865
+ @is_favorite.setter
866
+ def is_favorite(self, value: Optional[pulumi.Input[bool]]):
867
+ pulumi.set(self, "is_favorite", value)
868
+
869
+ @property
870
+ @pulumi.getter
871
+ def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
872
+ """
873
+ Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
874
+ """
875
+ return pulumi.get(self, "labels")
876
+
877
+ @labels.setter
878
+ def labels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
879
+ pulumi.set(self, "labels", value)
880
+
881
+ @property
882
+ @pulumi.getter(name="registryVersion")
883
+ def registry_version(self) -> Optional[pulumi.Input[int]]:
884
+ """
885
+ The registry version.
886
+ """
887
+ return pulumi.get(self, "registry_version")
888
+
889
+ @registry_version.setter
890
+ def registry_version(self, value: Optional[pulumi.Input[int]]):
891
+ pulumi.set(self, "registry_version", value)
892
+
893
+ @property
894
+ @pulumi.getter(name="timeCreated")
895
+ def time_created(self) -> Optional[pulumi.Input[str]]:
896
+ """
897
+ The date and time that the object was created.
898
+ """
899
+ return pulumi.get(self, "time_created")
900
+
901
+ @time_created.setter
902
+ def time_created(self, value: Optional[pulumi.Input[str]]):
903
+ pulumi.set(self, "time_created", value)
904
+
905
+ @property
906
+ @pulumi.getter(name="timeUpdated")
907
+ def time_updated(self) -> Optional[pulumi.Input[str]]:
908
+ """
909
+ The date and time that the object was updated.
910
+ """
911
+ return pulumi.get(self, "time_updated")
912
+
913
+ @time_updated.setter
914
+ def time_updated(self, value: Optional[pulumi.Input[str]]):
915
+ pulumi.set(self, "time_updated", value)
916
+
917
+ @property
918
+ @pulumi.getter(name="updatedBy")
919
+ def updated_by(self) -> Optional[pulumi.Input[str]]:
920
+ """
921
+ The user that updated the object.
922
+ """
923
+ return pulumi.get(self, "updated_by")
924
+
925
+ @updated_by.setter
926
+ def updated_by(self, value: Optional[pulumi.Input[str]]):
927
+ pulumi.set(self, "updated_by", value)
928
+
929
+ @property
930
+ @pulumi.getter(name="updatedByName")
931
+ def updated_by_name(self) -> Optional[pulumi.Input[str]]:
932
+ """
933
+ The user that updated the object.
934
+ """
935
+ return pulumi.get(self, "updated_by_name")
936
+
937
+ @updated_by_name.setter
938
+ def updated_by_name(self, value: Optional[pulumi.Input[str]]):
939
+ pulumi.set(self, "updated_by_name", value)
940
+
941
+
942
+ @pulumi.input_type
943
+ class WorkspaceApplicationPatchMetadataAggregatorArgs:
944
+ def __init__(__self__, *,
945
+ description: Optional[pulumi.Input[str]] = None,
946
+ identifier: Optional[pulumi.Input[str]] = None,
947
+ key: Optional[pulumi.Input[str]] = None,
948
+ name: Optional[pulumi.Input[str]] = None,
949
+ type: Optional[pulumi.Input[str]] = None):
950
+ """
951
+ :param pulumi.Input[str] description: Detailed description for the object.
952
+ :param pulumi.Input[str] identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
953
+ :param pulumi.Input[str] key: The identifying key for the object.
954
+ :param pulumi.Input[str] name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
955
+ :param pulumi.Input[str] type: The type of the object in patch.
956
+ """
957
+ if description is not None:
958
+ pulumi.set(__self__, "description", description)
959
+ if identifier is not None:
960
+ pulumi.set(__self__, "identifier", identifier)
961
+ if key is not None:
962
+ pulumi.set(__self__, "key", key)
963
+ if name is not None:
964
+ pulumi.set(__self__, "name", name)
965
+ if type is not None:
966
+ pulumi.set(__self__, "type", type)
967
+
968
+ @property
969
+ @pulumi.getter
970
+ def description(self) -> Optional[pulumi.Input[str]]:
971
+ """
972
+ Detailed description for the object.
973
+ """
974
+ return pulumi.get(self, "description")
975
+
976
+ @description.setter
977
+ def description(self, value: Optional[pulumi.Input[str]]):
978
+ pulumi.set(self, "description", value)
979
+
980
+ @property
981
+ @pulumi.getter
982
+ def identifier(self) -> Optional[pulumi.Input[str]]:
983
+ """
984
+ Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
985
+ """
986
+ return pulumi.get(self, "identifier")
987
+
988
+ @identifier.setter
989
+ def identifier(self, value: Optional[pulumi.Input[str]]):
990
+ pulumi.set(self, "identifier", value)
991
+
992
+ @property
993
+ @pulumi.getter
994
+ def key(self) -> Optional[pulumi.Input[str]]:
995
+ """
996
+ The identifying key for the object.
997
+ """
998
+ return pulumi.get(self, "key")
999
+
1000
+ @key.setter
1001
+ def key(self, value: Optional[pulumi.Input[str]]):
1002
+ pulumi.set(self, "key", value)
1003
+
1004
+ @property
1005
+ @pulumi.getter
1006
+ def name(self) -> Optional[pulumi.Input[str]]:
1007
+ """
1008
+ Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
1009
+ """
1010
+ return pulumi.get(self, "name")
1011
+
1012
+ @name.setter
1013
+ def name(self, value: Optional[pulumi.Input[str]]):
1014
+ pulumi.set(self, "name", value)
1015
+
1016
+ @property
1017
+ @pulumi.getter
1018
+ def type(self) -> Optional[pulumi.Input[str]]:
1019
+ """
1020
+ The type of the object in patch.
1021
+ """
1022
+ return pulumi.get(self, "type")
1023
+
1024
+ @type.setter
1025
+ def type(self, value: Optional[pulumi.Input[str]]):
1026
+ pulumi.set(self, "type", value)
1027
+
1028
+
1029
+ @pulumi.input_type
1030
+ class WorkspaceApplicationPatchMetadataCountStatisticArgs:
1031
+ def __init__(__self__, *,
1032
+ object_type_count_lists: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgs']]]] = None):
1033
+ """
1034
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgs']]] object_type_count_lists: The array of statistics.
1035
+ """
1036
+ if object_type_count_lists is not None:
1037
+ pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
1038
+
1039
+ @property
1040
+ @pulumi.getter(name="objectTypeCountLists")
1041
+ def object_type_count_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgs']]]]:
1042
+ """
1043
+ The array of statistics.
1044
+ """
1045
+ return pulumi.get(self, "object_type_count_lists")
1046
+
1047
+ @object_type_count_lists.setter
1048
+ def object_type_count_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgs']]]]):
1049
+ pulumi.set(self, "object_type_count_lists", value)
1050
+
1051
+
1052
+ @pulumi.input_type
1053
+ class WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgs:
1054
+ def __init__(__self__, *,
1055
+ object_count: Optional[pulumi.Input[str]] = None,
1056
+ object_type: Optional[pulumi.Input[str]] = None):
1057
+ """
1058
+ :param pulumi.Input[str] object_count: The value for the count statistic object.
1059
+ :param pulumi.Input[str] object_type: The type of object for the count statistic object.
1060
+ """
1061
+ if object_count is not None:
1062
+ pulumi.set(__self__, "object_count", object_count)
1063
+ if object_type is not None:
1064
+ pulumi.set(__self__, "object_type", object_type)
1065
+
1066
+ @property
1067
+ @pulumi.getter(name="objectCount")
1068
+ def object_count(self) -> Optional[pulumi.Input[str]]:
1069
+ """
1070
+ The value for the count statistic object.
1071
+ """
1072
+ return pulumi.get(self, "object_count")
1073
+
1074
+ @object_count.setter
1075
+ def object_count(self, value: Optional[pulumi.Input[str]]):
1076
+ pulumi.set(self, "object_count", value)
1077
+
1078
+ @property
1079
+ @pulumi.getter(name="objectType")
1080
+ def object_type(self) -> Optional[pulumi.Input[str]]:
1081
+ """
1082
+ The type of object for the count statistic object.
1083
+ """
1084
+ return pulumi.get(self, "object_type")
1085
+
1086
+ @object_type.setter
1087
+ def object_type(self, value: Optional[pulumi.Input[str]]):
1088
+ pulumi.set(self, "object_type", value)
1089
+
1090
+
1091
+ @pulumi.input_type
1092
+ class WorkspaceApplicationPatchParentRefArgs:
1093
+ def __init__(__self__, *,
1094
+ parent: Optional[pulumi.Input[str]] = None,
1095
+ root_doc_id: Optional[pulumi.Input[str]] = None):
1096
+ """
1097
+ :param pulumi.Input[str] parent: Key of the parent object.
1098
+ :param pulumi.Input[str] root_doc_id: Key of the root document object.
1099
+ """
1100
+ if parent is not None:
1101
+ pulumi.set(__self__, "parent", parent)
1102
+ if root_doc_id is not None:
1103
+ pulumi.set(__self__, "root_doc_id", root_doc_id)
1104
+
1105
+ @property
1106
+ @pulumi.getter
1107
+ def parent(self) -> Optional[pulumi.Input[str]]:
1108
+ """
1109
+ Key of the parent object.
1110
+ """
1111
+ return pulumi.get(self, "parent")
1112
+
1113
+ @parent.setter
1114
+ def parent(self, value: Optional[pulumi.Input[str]]):
1115
+ pulumi.set(self, "parent", value)
1116
+
1117
+ @property
1118
+ @pulumi.getter(name="rootDocId")
1119
+ def root_doc_id(self) -> Optional[pulumi.Input[str]]:
1120
+ """
1121
+ Key of the root document object.
1122
+ """
1123
+ return pulumi.get(self, "root_doc_id")
1124
+
1125
+ @root_doc_id.setter
1126
+ def root_doc_id(self, value: Optional[pulumi.Input[str]]):
1127
+ pulumi.set(self, "root_doc_id", value)
1128
+
1129
+
1130
+ @pulumi.input_type
1131
+ class WorkspaceApplicationPatchPatchObjectMetadataArgs:
1132
+ def __init__(__self__, *,
1133
+ action: Optional[pulumi.Input[str]] = None,
1134
+ identifier: Optional[pulumi.Input[str]] = None,
1135
+ key: Optional[pulumi.Input[str]] = None,
1136
+ name: Optional[pulumi.Input[str]] = None,
1137
+ name_path: Optional[pulumi.Input[str]] = None,
1138
+ object_version: Optional[pulumi.Input[int]] = None,
1139
+ type: Optional[pulumi.Input[str]] = None):
1140
+ """
1141
+ :param pulumi.Input[str] action: The patch action indicating if object was created, updated, or deleted.
1142
+ :param pulumi.Input[str] identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
1143
+ :param pulumi.Input[str] key: The identifying key for the object.
1144
+ :param pulumi.Input[str] name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
1145
+ :param pulumi.Input[str] name_path: The fully qualified path of the published object, which would include its project and folder.
1146
+ :param pulumi.Input[int] object_version: The object version.
1147
+ :param pulumi.Input[str] type: The type of the object in patch.
1148
+ """
1149
+ if action is not None:
1150
+ pulumi.set(__self__, "action", action)
1151
+ if identifier is not None:
1152
+ pulumi.set(__self__, "identifier", identifier)
1153
+ if key is not None:
1154
+ pulumi.set(__self__, "key", key)
1155
+ if name is not None:
1156
+ pulumi.set(__self__, "name", name)
1157
+ if name_path is not None:
1158
+ pulumi.set(__self__, "name_path", name_path)
1159
+ if object_version is not None:
1160
+ pulumi.set(__self__, "object_version", object_version)
1161
+ if type is not None:
1162
+ pulumi.set(__self__, "type", type)
1163
+
1164
+ @property
1165
+ @pulumi.getter
1166
+ def action(self) -> Optional[pulumi.Input[str]]:
1167
+ """
1168
+ The patch action indicating if object was created, updated, or deleted.
1169
+ """
1170
+ return pulumi.get(self, "action")
1171
+
1172
+ @action.setter
1173
+ def action(self, value: Optional[pulumi.Input[str]]):
1174
+ pulumi.set(self, "action", value)
1175
+
1176
+ @property
1177
+ @pulumi.getter
1178
+ def identifier(self) -> Optional[pulumi.Input[str]]:
1179
+ """
1180
+ Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
1181
+ """
1182
+ return pulumi.get(self, "identifier")
1183
+
1184
+ @identifier.setter
1185
+ def identifier(self, value: Optional[pulumi.Input[str]]):
1186
+ pulumi.set(self, "identifier", value)
1187
+
1188
+ @property
1189
+ @pulumi.getter
1190
+ def key(self) -> Optional[pulumi.Input[str]]:
1191
+ """
1192
+ The identifying key for the object.
1193
+ """
1194
+ return pulumi.get(self, "key")
1195
+
1196
+ @key.setter
1197
+ def key(self, value: Optional[pulumi.Input[str]]):
1198
+ pulumi.set(self, "key", value)
1199
+
1200
+ @property
1201
+ @pulumi.getter
1202
+ def name(self) -> Optional[pulumi.Input[str]]:
1203
+ """
1204
+ Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
1205
+ """
1206
+ return pulumi.get(self, "name")
1207
+
1208
+ @name.setter
1209
+ def name(self, value: Optional[pulumi.Input[str]]):
1210
+ pulumi.set(self, "name", value)
1211
+
1212
+ @property
1213
+ @pulumi.getter(name="namePath")
1214
+ def name_path(self) -> Optional[pulumi.Input[str]]:
1215
+ """
1216
+ The fully qualified path of the published object, which would include its project and folder.
1217
+ """
1218
+ return pulumi.get(self, "name_path")
1219
+
1220
+ @name_path.setter
1221
+ def name_path(self, value: Optional[pulumi.Input[str]]):
1222
+ pulumi.set(self, "name_path", value)
1223
+
1224
+ @property
1225
+ @pulumi.getter(name="objectVersion")
1226
+ def object_version(self) -> Optional[pulumi.Input[int]]:
1227
+ """
1228
+ The object version.
1229
+ """
1230
+ return pulumi.get(self, "object_version")
1231
+
1232
+ @object_version.setter
1233
+ def object_version(self, value: Optional[pulumi.Input[int]]):
1234
+ pulumi.set(self, "object_version", value)
1235
+
1236
+ @property
1237
+ @pulumi.getter
1238
+ def type(self) -> Optional[pulumi.Input[str]]:
1239
+ """
1240
+ The type of the object in patch.
1241
+ """
1242
+ return pulumi.get(self, "type")
1243
+
1244
+ @type.setter
1245
+ def type(self, value: Optional[pulumi.Input[str]]):
1246
+ pulumi.set(self, "type", value)
1247
+
1248
+
1249
+ @pulumi.input_type
1250
+ class WorkspaceApplicationPatchRegistryMetadataArgs:
1251
+ def __init__(__self__, *,
1252
+ aggregator_key: Optional[pulumi.Input[str]] = None,
1253
+ is_favorite: Optional[pulumi.Input[bool]] = None,
1254
+ key: Optional[pulumi.Input[str]] = None,
1255
+ labels: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1256
+ registry_version: Optional[pulumi.Input[int]] = None):
1257
+ """
1258
+ :param pulumi.Input[str] aggregator_key: The owning object's key for this object.
1259
+ :param pulumi.Input[bool] is_favorite: Specifies whether this object is a favorite or not.
1260
+ :param pulumi.Input[str] key: The identifying key for the object.
1261
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
1262
+ :param pulumi.Input[int] registry_version: The registry version.
1263
+ """
1264
+ if aggregator_key is not None:
1265
+ pulumi.set(__self__, "aggregator_key", aggregator_key)
1266
+ if is_favorite is not None:
1267
+ pulumi.set(__self__, "is_favorite", is_favorite)
1268
+ if key is not None:
1269
+ pulumi.set(__self__, "key", key)
1270
+ if labels is not None:
1271
+ pulumi.set(__self__, "labels", labels)
1272
+ if registry_version is not None:
1273
+ pulumi.set(__self__, "registry_version", registry_version)
1274
+
1275
+ @property
1276
+ @pulumi.getter(name="aggregatorKey")
1277
+ def aggregator_key(self) -> Optional[pulumi.Input[str]]:
1278
+ """
1279
+ The owning object's key for this object.
1280
+ """
1281
+ return pulumi.get(self, "aggregator_key")
1282
+
1283
+ @aggregator_key.setter
1284
+ def aggregator_key(self, value: Optional[pulumi.Input[str]]):
1285
+ pulumi.set(self, "aggregator_key", value)
1286
+
1287
+ @property
1288
+ @pulumi.getter(name="isFavorite")
1289
+ def is_favorite(self) -> Optional[pulumi.Input[bool]]:
1290
+ """
1291
+ Specifies whether this object is a favorite or not.
1292
+ """
1293
+ return pulumi.get(self, "is_favorite")
1294
+
1295
+ @is_favorite.setter
1296
+ def is_favorite(self, value: Optional[pulumi.Input[bool]]):
1297
+ pulumi.set(self, "is_favorite", value)
1298
+
1299
+ @property
1300
+ @pulumi.getter
1301
+ def key(self) -> Optional[pulumi.Input[str]]:
1302
+ """
1303
+ The identifying key for the object.
1304
+ """
1305
+ return pulumi.get(self, "key")
1306
+
1307
+ @key.setter
1308
+ def key(self, value: Optional[pulumi.Input[str]]):
1309
+ pulumi.set(self, "key", value)
1310
+
1311
+ @property
1312
+ @pulumi.getter
1313
+ def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1314
+ """
1315
+ Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
1316
+ """
1317
+ return pulumi.get(self, "labels")
1318
+
1319
+ @labels.setter
1320
+ def labels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1321
+ pulumi.set(self, "labels", value)
1322
+
1323
+ @property
1324
+ @pulumi.getter(name="registryVersion")
1325
+ def registry_version(self) -> Optional[pulumi.Input[int]]:
1326
+ """
1327
+ The registry version.
1328
+ """
1329
+ return pulumi.get(self, "registry_version")
1330
+
1331
+ @registry_version.setter
1332
+ def registry_version(self, value: Optional[pulumi.Input[int]]):
1333
+ pulumi.set(self, "registry_version", value)
1334
+
1335
+
583
1336
  @pulumi.input_type
584
1337
  class WorkspaceApplicationPublishedObjectMetadataArgs:
585
1338
  def __init__(__self__, *,
@@ -2249,6 +3002,51 @@ class WorkspaceProjectRegistryMetadataArgs:
2249
3002
  pulumi.set(self, "registry_version", value)
2250
3003
 
2251
3004
 
3005
+ @pulumi.input_type
3006
+ class GetWorkspaceApplicationPatchesFilterArgs:
3007
+ def __init__(__self__, *,
3008
+ name: str,
3009
+ values: Sequence[str],
3010
+ regex: Optional[bool] = None):
3011
+ """
3012
+ :param str name: Used to filter by the name of the object.
3013
+ """
3014
+ pulumi.set(__self__, "name", name)
3015
+ pulumi.set(__self__, "values", values)
3016
+ if regex is not None:
3017
+ pulumi.set(__self__, "regex", regex)
3018
+
3019
+ @property
3020
+ @pulumi.getter
3021
+ def name(self) -> str:
3022
+ """
3023
+ Used to filter by the name of the object.
3024
+ """
3025
+ return pulumi.get(self, "name")
3026
+
3027
+ @name.setter
3028
+ def name(self, value: str):
3029
+ pulumi.set(self, "name", value)
3030
+
3031
+ @property
3032
+ @pulumi.getter
3033
+ def values(self) -> Sequence[str]:
3034
+ return pulumi.get(self, "values")
3035
+
3036
+ @values.setter
3037
+ def values(self, value: Sequence[str]):
3038
+ pulumi.set(self, "values", value)
3039
+
3040
+ @property
3041
+ @pulumi.getter
3042
+ def regex(self) -> Optional[bool]:
3043
+ return pulumi.get(self, "regex")
3044
+
3045
+ @regex.setter
3046
+ def regex(self, value: Optional[bool]):
3047
+ pulumi.set(self, "regex", value)
3048
+
3049
+
2252
3050
  @pulumi.input_type
2253
3051
  class GetWorkspaceApplicationsFilterArgs:
2254
3052
  def __init__(__self__, *,