pulumi-oci 1.11.0a1695814503__py3-none-any.whl → 1.12.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.
- pulumi_oci/__init__.py +43 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14633 -3342
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +137 -59
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3681 -752
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +752 -247
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +54 -18
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +21 -4
- pulumi_oci/database/get_autonomous_container_database.py +4 -2
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -2
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +3 -3
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +2 -2
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +2 -2
- pulumi_oci/database/get_maintenance_runs.py +2 -2
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +152 -48
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12935 -3083
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7869 -1808
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +12 -2
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +202 -41
- pulumi_oci/integration/outputs.py +447 -100
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/__init__.py +3 -0
- pulumi_oci/stackmonitoring/_inputs.py +548 -105
- pulumi_oci/stackmonitoring/config.py +697 -0
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +248 -0
- pulumi_oci/stackmonitoring/get_configs.py +193 -0
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +1085 -177
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695814503.dist-info/RECORD +0 -2312
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
from . import outputs
|
12
12
|
|
@@ -148,16 +148,35 @@ class CertificateAuthorityCertificateAuthorityConfig(dict):
|
|
148
148
|
:param 'CertificateAuthorityCertificateAuthorityConfigValidityArgs' validity: (Updatable) An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.
|
149
149
|
:param str version_name: (Updatable) The name of the CA version. When the value is not null, a name is unique across versions of a given CA.
|
150
150
|
"""
|
151
|
-
|
152
|
-
|
151
|
+
CertificateAuthorityCertificateAuthorityConfig._configure(
|
152
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
153
|
+
config_type=config_type,
|
154
|
+
subject=subject,
|
155
|
+
issuer_certificate_authority_id=issuer_certificate_authority_id,
|
156
|
+
signing_algorithm=signing_algorithm,
|
157
|
+
validity=validity,
|
158
|
+
version_name=version_name,
|
159
|
+
)
|
160
|
+
@staticmethod
|
161
|
+
def _configure(
|
162
|
+
_setter: Callable[[Any, Any], None],
|
163
|
+
config_type: str,
|
164
|
+
subject: 'outputs.CertificateAuthorityCertificateAuthorityConfigSubject',
|
165
|
+
issuer_certificate_authority_id: Optional[str] = None,
|
166
|
+
signing_algorithm: Optional[str] = None,
|
167
|
+
validity: Optional['outputs.CertificateAuthorityCertificateAuthorityConfigValidity'] = None,
|
168
|
+
version_name: Optional[str] = None,
|
169
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
170
|
+
_setter("config_type", config_type)
|
171
|
+
_setter("subject", subject)
|
153
172
|
if issuer_certificate_authority_id is not None:
|
154
|
-
|
173
|
+
_setter("issuer_certificate_authority_id", issuer_certificate_authority_id)
|
155
174
|
if signing_algorithm is not None:
|
156
|
-
|
175
|
+
_setter("signing_algorithm", signing_algorithm)
|
157
176
|
if validity is not None:
|
158
|
-
|
177
|
+
_setter("validity", validity)
|
159
178
|
if version_name is not None:
|
160
|
-
|
179
|
+
_setter("version_name", version_name)
|
161
180
|
|
162
181
|
@property
|
163
182
|
@pulumi.getter(name="configType")
|
@@ -282,39 +301,80 @@ class CertificateAuthorityCertificateAuthorityConfigSubject(dict):
|
|
282
301
|
:param str title: Title (RDN T or TITLE).
|
283
302
|
:param str user_id: User ID (RDN UID).
|
284
303
|
"""
|
285
|
-
|
304
|
+
CertificateAuthorityCertificateAuthorityConfigSubject._configure(
|
305
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
306
|
+
common_name=common_name,
|
307
|
+
country=country,
|
308
|
+
distinguished_name_qualifier=distinguished_name_qualifier,
|
309
|
+
domain_component=domain_component,
|
310
|
+
generation_qualifier=generation_qualifier,
|
311
|
+
given_name=given_name,
|
312
|
+
initials=initials,
|
313
|
+
locality_name=locality_name,
|
314
|
+
organization=organization,
|
315
|
+
organizational_unit=organizational_unit,
|
316
|
+
pseudonym=pseudonym,
|
317
|
+
serial_number=serial_number,
|
318
|
+
state_or_province_name=state_or_province_name,
|
319
|
+
street=street,
|
320
|
+
surname=surname,
|
321
|
+
title=title,
|
322
|
+
user_id=user_id,
|
323
|
+
)
|
324
|
+
@staticmethod
|
325
|
+
def _configure(
|
326
|
+
_setter: Callable[[Any, Any], None],
|
327
|
+
common_name: str,
|
328
|
+
country: Optional[str] = None,
|
329
|
+
distinguished_name_qualifier: Optional[str] = None,
|
330
|
+
domain_component: Optional[str] = None,
|
331
|
+
generation_qualifier: Optional[str] = None,
|
332
|
+
given_name: Optional[str] = None,
|
333
|
+
initials: Optional[str] = None,
|
334
|
+
locality_name: Optional[str] = None,
|
335
|
+
organization: Optional[str] = None,
|
336
|
+
organizational_unit: Optional[str] = None,
|
337
|
+
pseudonym: Optional[str] = None,
|
338
|
+
serial_number: Optional[str] = None,
|
339
|
+
state_or_province_name: Optional[str] = None,
|
340
|
+
street: Optional[str] = None,
|
341
|
+
surname: Optional[str] = None,
|
342
|
+
title: Optional[str] = None,
|
343
|
+
user_id: Optional[str] = None,
|
344
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
345
|
+
_setter("common_name", common_name)
|
286
346
|
if country is not None:
|
287
|
-
|
347
|
+
_setter("country", country)
|
288
348
|
if distinguished_name_qualifier is not None:
|
289
|
-
|
349
|
+
_setter("distinguished_name_qualifier", distinguished_name_qualifier)
|
290
350
|
if domain_component is not None:
|
291
|
-
|
351
|
+
_setter("domain_component", domain_component)
|
292
352
|
if generation_qualifier is not None:
|
293
|
-
|
353
|
+
_setter("generation_qualifier", generation_qualifier)
|
294
354
|
if given_name is not None:
|
295
|
-
|
355
|
+
_setter("given_name", given_name)
|
296
356
|
if initials is not None:
|
297
|
-
|
357
|
+
_setter("initials", initials)
|
298
358
|
if locality_name is not None:
|
299
|
-
|
359
|
+
_setter("locality_name", locality_name)
|
300
360
|
if organization is not None:
|
301
|
-
|
361
|
+
_setter("organization", organization)
|
302
362
|
if organizational_unit is not None:
|
303
|
-
|
363
|
+
_setter("organizational_unit", organizational_unit)
|
304
364
|
if pseudonym is not None:
|
305
|
-
|
365
|
+
_setter("pseudonym", pseudonym)
|
306
366
|
if serial_number is not None:
|
307
|
-
|
367
|
+
_setter("serial_number", serial_number)
|
308
368
|
if state_or_province_name is not None:
|
309
|
-
|
369
|
+
_setter("state_or_province_name", state_or_province_name)
|
310
370
|
if street is not None:
|
311
|
-
|
371
|
+
_setter("street", street)
|
312
372
|
if surname is not None:
|
313
|
-
|
373
|
+
_setter("surname", surname)
|
314
374
|
if title is not None:
|
315
|
-
|
375
|
+
_setter("title", title)
|
316
376
|
if user_id is not None:
|
317
|
-
|
377
|
+
_setter("user_id", user_id)
|
318
378
|
|
319
379
|
@property
|
320
380
|
@pulumi.getter(name="commonName")
|
@@ -481,9 +541,20 @@ class CertificateAuthorityCertificateAuthorityConfigValidity(dict):
|
|
481
541
|
:param str time_of_validity_not_after: (Updatable) The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
482
542
|
:param str time_of_validity_not_before: (Updatable) The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
483
543
|
"""
|
484
|
-
|
544
|
+
CertificateAuthorityCertificateAuthorityConfigValidity._configure(
|
545
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
546
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
547
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
548
|
+
)
|
549
|
+
@staticmethod
|
550
|
+
def _configure(
|
551
|
+
_setter: Callable[[Any, Any], None],
|
552
|
+
time_of_validity_not_after: str,
|
553
|
+
time_of_validity_not_before: Optional[str] = None,
|
554
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
555
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
485
556
|
if time_of_validity_not_before is not None:
|
486
|
-
|
557
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
487
558
|
|
488
559
|
@property
|
489
560
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -534,11 +605,24 @@ class CertificateAuthorityCertificateAuthorityRule(dict):
|
|
534
605
|
:param str certificate_authority_max_validity_duration: (Updatable) A property indicating the maximum validity duration, in days, of subordinate CA's issued by this CA. Expressed in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals) format.
|
535
606
|
:param str leaf_certificate_max_validity_duration: (Updatable) A property indicating the maximum validity duration, in days, of leaf certificates issued by this CA. Expressed in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals) format.
|
536
607
|
"""
|
537
|
-
|
608
|
+
CertificateAuthorityCertificateAuthorityRule._configure(
|
609
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
610
|
+
rule_type=rule_type,
|
611
|
+
certificate_authority_max_validity_duration=certificate_authority_max_validity_duration,
|
612
|
+
leaf_certificate_max_validity_duration=leaf_certificate_max_validity_duration,
|
613
|
+
)
|
614
|
+
@staticmethod
|
615
|
+
def _configure(
|
616
|
+
_setter: Callable[[Any, Any], None],
|
617
|
+
rule_type: str,
|
618
|
+
certificate_authority_max_validity_duration: Optional[str] = None,
|
619
|
+
leaf_certificate_max_validity_duration: Optional[str] = None,
|
620
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
621
|
+
_setter("rule_type", rule_type)
|
538
622
|
if certificate_authority_max_validity_duration is not None:
|
539
|
-
|
623
|
+
_setter("certificate_authority_max_validity_duration", certificate_authority_max_validity_duration)
|
540
624
|
if leaf_certificate_max_validity_duration is not None:
|
541
|
-
|
625
|
+
_setter("leaf_certificate_max_validity_duration", leaf_certificate_max_validity_duration)
|
542
626
|
|
543
627
|
@property
|
544
628
|
@pulumi.getter(name="ruleType")
|
@@ -593,9 +677,20 @@ class CertificateAuthorityCertificateRevocationListDetails(dict):
|
|
593
677
|
:param 'CertificateAuthorityCertificateRevocationListDetailsObjectStorageConfigArgs' object_storage_config: (Updatable) The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
|
594
678
|
:param Sequence[str] custom_formatted_urls: (Updatable) Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
|
595
679
|
"""
|
596
|
-
|
680
|
+
CertificateAuthorityCertificateRevocationListDetails._configure(
|
681
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
682
|
+
object_storage_config=object_storage_config,
|
683
|
+
custom_formatted_urls=custom_formatted_urls,
|
684
|
+
)
|
685
|
+
@staticmethod
|
686
|
+
def _configure(
|
687
|
+
_setter: Callable[[Any, Any], None],
|
688
|
+
object_storage_config: 'outputs.CertificateAuthorityCertificateRevocationListDetailsObjectStorageConfig',
|
689
|
+
custom_formatted_urls: Optional[Sequence[str]] = None,
|
690
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
691
|
+
_setter("object_storage_config", object_storage_config)
|
597
692
|
if custom_formatted_urls is not None:
|
598
|
-
|
693
|
+
_setter("custom_formatted_urls", custom_formatted_urls)
|
599
694
|
|
600
695
|
@property
|
601
696
|
@pulumi.getter(name="objectStorageConfig")
|
@@ -646,10 +741,23 @@ class CertificateAuthorityCertificateRevocationListDetailsObjectStorageConfig(di
|
|
646
741
|
:param str object_storage_object_name_format: (Updatable) The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
|
647
742
|
:param str object_storage_namespace: (Updatable) The tenancy of the bucket where the CRL is stored.
|
648
743
|
"""
|
649
|
-
|
650
|
-
|
744
|
+
CertificateAuthorityCertificateRevocationListDetailsObjectStorageConfig._configure(
|
745
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
746
|
+
object_storage_bucket_name=object_storage_bucket_name,
|
747
|
+
object_storage_object_name_format=object_storage_object_name_format,
|
748
|
+
object_storage_namespace=object_storage_namespace,
|
749
|
+
)
|
750
|
+
@staticmethod
|
751
|
+
def _configure(
|
752
|
+
_setter: Callable[[Any, Any], None],
|
753
|
+
object_storage_bucket_name: str,
|
754
|
+
object_storage_object_name_format: str,
|
755
|
+
object_storage_namespace: Optional[str] = None,
|
756
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
757
|
+
_setter("object_storage_bucket_name", object_storage_bucket_name)
|
758
|
+
_setter("object_storage_object_name_format", object_storage_object_name_format)
|
651
759
|
if object_storage_namespace is not None:
|
652
|
-
|
760
|
+
_setter("object_storage_namespace", object_storage_namespace)
|
653
761
|
|
654
762
|
@property
|
655
763
|
@pulumi.getter(name="objectStorageBucketName")
|
@@ -732,26 +840,53 @@ class CertificateAuthorityCurrentVersion(dict):
|
|
732
840
|
:param str version_name: (Updatable) The name of the CA version. When the value is not null, a name is unique across versions of a given CA.
|
733
841
|
:param str version_number: The version number of the CA.
|
734
842
|
"""
|
843
|
+
CertificateAuthorityCurrentVersion._configure(
|
844
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
845
|
+
certificate_authority_id=certificate_authority_id,
|
846
|
+
issuer_ca_version_number=issuer_ca_version_number,
|
847
|
+
revocation_statuses=revocation_statuses,
|
848
|
+
serial_number=serial_number,
|
849
|
+
stages=stages,
|
850
|
+
time_created=time_created,
|
851
|
+
time_of_deletion=time_of_deletion,
|
852
|
+
validities=validities,
|
853
|
+
version_name=version_name,
|
854
|
+
version_number=version_number,
|
855
|
+
)
|
856
|
+
@staticmethod
|
857
|
+
def _configure(
|
858
|
+
_setter: Callable[[Any, Any], None],
|
859
|
+
certificate_authority_id: Optional[str] = None,
|
860
|
+
issuer_ca_version_number: Optional[str] = None,
|
861
|
+
revocation_statuses: Optional[Sequence['outputs.CertificateAuthorityCurrentVersionRevocationStatus']] = None,
|
862
|
+
serial_number: Optional[str] = None,
|
863
|
+
stages: Optional[Sequence[str]] = None,
|
864
|
+
time_created: Optional[str] = None,
|
865
|
+
time_of_deletion: Optional[str] = None,
|
866
|
+
validities: Optional[Sequence['outputs.CertificateAuthorityCurrentVersionValidity']] = None,
|
867
|
+
version_name: Optional[str] = None,
|
868
|
+
version_number: Optional[str] = None,
|
869
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
735
870
|
if certificate_authority_id is not None:
|
736
|
-
|
871
|
+
_setter("certificate_authority_id", certificate_authority_id)
|
737
872
|
if issuer_ca_version_number is not None:
|
738
|
-
|
873
|
+
_setter("issuer_ca_version_number", issuer_ca_version_number)
|
739
874
|
if revocation_statuses is not None:
|
740
|
-
|
875
|
+
_setter("revocation_statuses", revocation_statuses)
|
741
876
|
if serial_number is not None:
|
742
|
-
|
877
|
+
_setter("serial_number", serial_number)
|
743
878
|
if stages is not None:
|
744
|
-
|
879
|
+
_setter("stages", stages)
|
745
880
|
if time_created is not None:
|
746
|
-
|
881
|
+
_setter("time_created", time_created)
|
747
882
|
if time_of_deletion is not None:
|
748
|
-
|
883
|
+
_setter("time_of_deletion", time_of_deletion)
|
749
884
|
if validities is not None:
|
750
|
-
|
885
|
+
_setter("validities", validities)
|
751
886
|
if version_name is not None:
|
752
|
-
|
887
|
+
_setter("version_name", version_name)
|
753
888
|
if version_number is not None:
|
754
|
-
|
889
|
+
_setter("version_number", version_number)
|
755
890
|
|
756
891
|
@property
|
757
892
|
@pulumi.getter(name="certificateAuthorityId")
|
@@ -862,10 +997,21 @@ class CertificateAuthorityCurrentVersionRevocationStatus(dict):
|
|
862
997
|
:param str revocation_reason: The reason the certificate or certificate authority (CA) was revoked.
|
863
998
|
:param str time_of_revocation: The time when the entity was revoked, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
864
999
|
"""
|
1000
|
+
CertificateAuthorityCurrentVersionRevocationStatus._configure(
|
1001
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1002
|
+
revocation_reason=revocation_reason,
|
1003
|
+
time_of_revocation=time_of_revocation,
|
1004
|
+
)
|
1005
|
+
@staticmethod
|
1006
|
+
def _configure(
|
1007
|
+
_setter: Callable[[Any, Any], None],
|
1008
|
+
revocation_reason: Optional[str] = None,
|
1009
|
+
time_of_revocation: Optional[str] = None,
|
1010
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
865
1011
|
if revocation_reason is not None:
|
866
|
-
|
1012
|
+
_setter("revocation_reason", revocation_reason)
|
867
1013
|
if time_of_revocation is not None:
|
868
|
-
|
1014
|
+
_setter("time_of_revocation", time_of_revocation)
|
869
1015
|
|
870
1016
|
@property
|
871
1017
|
@pulumi.getter(name="revocationReason")
|
@@ -912,10 +1058,21 @@ class CertificateAuthorityCurrentVersionValidity(dict):
|
|
912
1058
|
:param str time_of_validity_not_after: (Updatable) The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
913
1059
|
:param str time_of_validity_not_before: (Updatable) The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
914
1060
|
"""
|
1061
|
+
CertificateAuthorityCurrentVersionValidity._configure(
|
1062
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1063
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
1064
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
1065
|
+
)
|
1066
|
+
@staticmethod
|
1067
|
+
def _configure(
|
1068
|
+
_setter: Callable[[Any, Any], None],
|
1069
|
+
time_of_validity_not_after: Optional[str] = None,
|
1070
|
+
time_of_validity_not_before: Optional[str] = None,
|
1071
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
915
1072
|
if time_of_validity_not_after is not None:
|
916
|
-
|
1073
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
917
1074
|
if time_of_validity_not_before is not None:
|
918
|
-
|
1075
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
919
1076
|
|
920
1077
|
@property
|
921
1078
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -1008,40 +1165,81 @@ class CertificateAuthoritySubject(dict):
|
|
1008
1165
|
:param str title: Title (RDN T or TITLE).
|
1009
1166
|
:param str user_id: User ID (RDN UID).
|
1010
1167
|
"""
|
1168
|
+
CertificateAuthoritySubject._configure(
|
1169
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1170
|
+
common_name=common_name,
|
1171
|
+
country=country,
|
1172
|
+
distinguished_name_qualifier=distinguished_name_qualifier,
|
1173
|
+
domain_component=domain_component,
|
1174
|
+
generation_qualifier=generation_qualifier,
|
1175
|
+
given_name=given_name,
|
1176
|
+
initials=initials,
|
1177
|
+
locality_name=locality_name,
|
1178
|
+
organization=organization,
|
1179
|
+
organizational_unit=organizational_unit,
|
1180
|
+
pseudonym=pseudonym,
|
1181
|
+
serial_number=serial_number,
|
1182
|
+
state_or_province_name=state_or_province_name,
|
1183
|
+
street=street,
|
1184
|
+
surname=surname,
|
1185
|
+
title=title,
|
1186
|
+
user_id=user_id,
|
1187
|
+
)
|
1188
|
+
@staticmethod
|
1189
|
+
def _configure(
|
1190
|
+
_setter: Callable[[Any, Any], None],
|
1191
|
+
common_name: Optional[str] = None,
|
1192
|
+
country: Optional[str] = None,
|
1193
|
+
distinguished_name_qualifier: Optional[str] = None,
|
1194
|
+
domain_component: Optional[str] = None,
|
1195
|
+
generation_qualifier: Optional[str] = None,
|
1196
|
+
given_name: Optional[str] = None,
|
1197
|
+
initials: Optional[str] = None,
|
1198
|
+
locality_name: Optional[str] = None,
|
1199
|
+
organization: Optional[str] = None,
|
1200
|
+
organizational_unit: Optional[str] = None,
|
1201
|
+
pseudonym: Optional[str] = None,
|
1202
|
+
serial_number: Optional[str] = None,
|
1203
|
+
state_or_province_name: Optional[str] = None,
|
1204
|
+
street: Optional[str] = None,
|
1205
|
+
surname: Optional[str] = None,
|
1206
|
+
title: Optional[str] = None,
|
1207
|
+
user_id: Optional[str] = None,
|
1208
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1011
1209
|
if common_name is not None:
|
1012
|
-
|
1210
|
+
_setter("common_name", common_name)
|
1013
1211
|
if country is not None:
|
1014
|
-
|
1212
|
+
_setter("country", country)
|
1015
1213
|
if distinguished_name_qualifier is not None:
|
1016
|
-
|
1214
|
+
_setter("distinguished_name_qualifier", distinguished_name_qualifier)
|
1017
1215
|
if domain_component is not None:
|
1018
|
-
|
1216
|
+
_setter("domain_component", domain_component)
|
1019
1217
|
if generation_qualifier is not None:
|
1020
|
-
|
1218
|
+
_setter("generation_qualifier", generation_qualifier)
|
1021
1219
|
if given_name is not None:
|
1022
|
-
|
1220
|
+
_setter("given_name", given_name)
|
1023
1221
|
if initials is not None:
|
1024
|
-
|
1222
|
+
_setter("initials", initials)
|
1025
1223
|
if locality_name is not None:
|
1026
|
-
|
1224
|
+
_setter("locality_name", locality_name)
|
1027
1225
|
if organization is not None:
|
1028
|
-
|
1226
|
+
_setter("organization", organization)
|
1029
1227
|
if organizational_unit is not None:
|
1030
|
-
|
1228
|
+
_setter("organizational_unit", organizational_unit)
|
1031
1229
|
if pseudonym is not None:
|
1032
|
-
|
1230
|
+
_setter("pseudonym", pseudonym)
|
1033
1231
|
if serial_number is not None:
|
1034
|
-
|
1232
|
+
_setter("serial_number", serial_number)
|
1035
1233
|
if state_or_province_name is not None:
|
1036
|
-
|
1234
|
+
_setter("state_or_province_name", state_or_province_name)
|
1037
1235
|
if street is not None:
|
1038
|
-
|
1236
|
+
_setter("street", street)
|
1039
1237
|
if surname is not None:
|
1040
|
-
|
1238
|
+
_setter("surname", surname)
|
1041
1239
|
if title is not None:
|
1042
|
-
|
1240
|
+
_setter("title", title)
|
1043
1241
|
if user_id is not None:
|
1044
|
-
|
1242
|
+
_setter("user_id", user_id)
|
1045
1243
|
|
1046
1244
|
@property
|
1047
1245
|
@pulumi.getter(name="commonName")
|
@@ -1236,25 +1434,52 @@ class CertificateCertificateConfig(dict):
|
|
1236
1434
|
:param 'CertificateCertificateConfigValidityArgs' validity: (Updatable) An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.
|
1237
1435
|
:param str version_name: (Updatable) A name for the certificate. When the value is not null, a name is unique across versions of a given certificate.
|
1238
1436
|
"""
|
1239
|
-
|
1437
|
+
CertificateCertificateConfig._configure(
|
1438
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1439
|
+
config_type=config_type,
|
1440
|
+
certificate_profile_type=certificate_profile_type,
|
1441
|
+
csr_pem=csr_pem,
|
1442
|
+
issuer_certificate_authority_id=issuer_certificate_authority_id,
|
1443
|
+
key_algorithm=key_algorithm,
|
1444
|
+
signature_algorithm=signature_algorithm,
|
1445
|
+
subject=subject,
|
1446
|
+
subject_alternative_names=subject_alternative_names,
|
1447
|
+
validity=validity,
|
1448
|
+
version_name=version_name,
|
1449
|
+
)
|
1450
|
+
@staticmethod
|
1451
|
+
def _configure(
|
1452
|
+
_setter: Callable[[Any, Any], None],
|
1453
|
+
config_type: str,
|
1454
|
+
certificate_profile_type: Optional[str] = None,
|
1455
|
+
csr_pem: Optional[str] = None,
|
1456
|
+
issuer_certificate_authority_id: Optional[str] = None,
|
1457
|
+
key_algorithm: Optional[str] = None,
|
1458
|
+
signature_algorithm: Optional[str] = None,
|
1459
|
+
subject: Optional['outputs.CertificateCertificateConfigSubject'] = None,
|
1460
|
+
subject_alternative_names: Optional[Sequence['outputs.CertificateCertificateConfigSubjectAlternativeName']] = None,
|
1461
|
+
validity: Optional['outputs.CertificateCertificateConfigValidity'] = None,
|
1462
|
+
version_name: Optional[str] = None,
|
1463
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1464
|
+
_setter("config_type", config_type)
|
1240
1465
|
if certificate_profile_type is not None:
|
1241
|
-
|
1466
|
+
_setter("certificate_profile_type", certificate_profile_type)
|
1242
1467
|
if csr_pem is not None:
|
1243
|
-
|
1468
|
+
_setter("csr_pem", csr_pem)
|
1244
1469
|
if issuer_certificate_authority_id is not None:
|
1245
|
-
|
1470
|
+
_setter("issuer_certificate_authority_id", issuer_certificate_authority_id)
|
1246
1471
|
if key_algorithm is not None:
|
1247
|
-
|
1472
|
+
_setter("key_algorithm", key_algorithm)
|
1248
1473
|
if signature_algorithm is not None:
|
1249
|
-
|
1474
|
+
_setter("signature_algorithm", signature_algorithm)
|
1250
1475
|
if subject is not None:
|
1251
|
-
|
1476
|
+
_setter("subject", subject)
|
1252
1477
|
if subject_alternative_names is not None:
|
1253
|
-
|
1478
|
+
_setter("subject_alternative_names", subject_alternative_names)
|
1254
1479
|
if validity is not None:
|
1255
|
-
|
1480
|
+
_setter("validity", validity)
|
1256
1481
|
if version_name is not None:
|
1257
|
-
|
1482
|
+
_setter("version_name", version_name)
|
1258
1483
|
|
1259
1484
|
@property
|
1260
1485
|
@pulumi.getter(name="configType")
|
@@ -1411,39 +1636,80 @@ class CertificateCertificateConfigSubject(dict):
|
|
1411
1636
|
:param str title: Title (RDN T or TITLE).
|
1412
1637
|
:param str user_id: User ID (RDN UID).
|
1413
1638
|
"""
|
1414
|
-
|
1639
|
+
CertificateCertificateConfigSubject._configure(
|
1640
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1641
|
+
common_name=common_name,
|
1642
|
+
country=country,
|
1643
|
+
distinguished_name_qualifier=distinguished_name_qualifier,
|
1644
|
+
domain_component=domain_component,
|
1645
|
+
generation_qualifier=generation_qualifier,
|
1646
|
+
given_name=given_name,
|
1647
|
+
initials=initials,
|
1648
|
+
locality_name=locality_name,
|
1649
|
+
organization=organization,
|
1650
|
+
organizational_unit=organizational_unit,
|
1651
|
+
pseudonym=pseudonym,
|
1652
|
+
serial_number=serial_number,
|
1653
|
+
state_or_province_name=state_or_province_name,
|
1654
|
+
street=street,
|
1655
|
+
surname=surname,
|
1656
|
+
title=title,
|
1657
|
+
user_id=user_id,
|
1658
|
+
)
|
1659
|
+
@staticmethod
|
1660
|
+
def _configure(
|
1661
|
+
_setter: Callable[[Any, Any], None],
|
1662
|
+
common_name: str,
|
1663
|
+
country: Optional[str] = None,
|
1664
|
+
distinguished_name_qualifier: Optional[str] = None,
|
1665
|
+
domain_component: Optional[str] = None,
|
1666
|
+
generation_qualifier: Optional[str] = None,
|
1667
|
+
given_name: Optional[str] = None,
|
1668
|
+
initials: Optional[str] = None,
|
1669
|
+
locality_name: Optional[str] = None,
|
1670
|
+
organization: Optional[str] = None,
|
1671
|
+
organizational_unit: Optional[str] = None,
|
1672
|
+
pseudonym: Optional[str] = None,
|
1673
|
+
serial_number: Optional[str] = None,
|
1674
|
+
state_or_province_name: Optional[str] = None,
|
1675
|
+
street: Optional[str] = None,
|
1676
|
+
surname: Optional[str] = None,
|
1677
|
+
title: Optional[str] = None,
|
1678
|
+
user_id: Optional[str] = None,
|
1679
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1680
|
+
_setter("common_name", common_name)
|
1415
1681
|
if country is not None:
|
1416
|
-
|
1682
|
+
_setter("country", country)
|
1417
1683
|
if distinguished_name_qualifier is not None:
|
1418
|
-
|
1684
|
+
_setter("distinguished_name_qualifier", distinguished_name_qualifier)
|
1419
1685
|
if domain_component is not None:
|
1420
|
-
|
1686
|
+
_setter("domain_component", domain_component)
|
1421
1687
|
if generation_qualifier is not None:
|
1422
|
-
|
1688
|
+
_setter("generation_qualifier", generation_qualifier)
|
1423
1689
|
if given_name is not None:
|
1424
|
-
|
1690
|
+
_setter("given_name", given_name)
|
1425
1691
|
if initials is not None:
|
1426
|
-
|
1692
|
+
_setter("initials", initials)
|
1427
1693
|
if locality_name is not None:
|
1428
|
-
|
1694
|
+
_setter("locality_name", locality_name)
|
1429
1695
|
if organization is not None:
|
1430
|
-
|
1696
|
+
_setter("organization", organization)
|
1431
1697
|
if organizational_unit is not None:
|
1432
|
-
|
1698
|
+
_setter("organizational_unit", organizational_unit)
|
1433
1699
|
if pseudonym is not None:
|
1434
|
-
|
1700
|
+
_setter("pseudonym", pseudonym)
|
1435
1701
|
if serial_number is not None:
|
1436
|
-
|
1702
|
+
_setter("serial_number", serial_number)
|
1437
1703
|
if state_or_province_name is not None:
|
1438
|
-
|
1704
|
+
_setter("state_or_province_name", state_or_province_name)
|
1439
1705
|
if street is not None:
|
1440
|
-
|
1706
|
+
_setter("street", street)
|
1441
1707
|
if surname is not None:
|
1442
|
-
|
1708
|
+
_setter("surname", surname)
|
1443
1709
|
if title is not None:
|
1444
|
-
|
1710
|
+
_setter("title", title)
|
1445
1711
|
if user_id is not None:
|
1446
|
-
|
1712
|
+
_setter("user_id", user_id)
|
1447
1713
|
|
1448
1714
|
@property
|
1449
1715
|
@pulumi.getter(name="commonName")
|
@@ -1591,8 +1857,19 @@ class CertificateCertificateConfigSubjectAlternativeName(dict):
|
|
1591
1857
|
:param str type: The subject alternative name type. Currently only DNS domain or host names and IP addresses are supported.
|
1592
1858
|
:param str value: The subject alternative name.
|
1593
1859
|
"""
|
1594
|
-
|
1595
|
-
|
1860
|
+
CertificateCertificateConfigSubjectAlternativeName._configure(
|
1861
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1862
|
+
type=type,
|
1863
|
+
value=value,
|
1864
|
+
)
|
1865
|
+
@staticmethod
|
1866
|
+
def _configure(
|
1867
|
+
_setter: Callable[[Any, Any], None],
|
1868
|
+
type: str,
|
1869
|
+
value: str,
|
1870
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1871
|
+
_setter("type", type)
|
1872
|
+
_setter("value", value)
|
1596
1873
|
|
1597
1874
|
@property
|
1598
1875
|
@pulumi.getter
|
@@ -1639,9 +1916,20 @@ class CertificateCertificateConfigValidity(dict):
|
|
1639
1916
|
:param str time_of_validity_not_after: (Updatable) The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
1640
1917
|
:param str time_of_validity_not_before: (Updatable) The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
1641
1918
|
"""
|
1642
|
-
|
1919
|
+
CertificateCertificateConfigValidity._configure(
|
1920
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1921
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
1922
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
1923
|
+
)
|
1924
|
+
@staticmethod
|
1925
|
+
def _configure(
|
1926
|
+
_setter: Callable[[Any, Any], None],
|
1927
|
+
time_of_validity_not_after: str,
|
1928
|
+
time_of_validity_not_before: Optional[str] = None,
|
1929
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1930
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
1643
1931
|
if time_of_validity_not_before is not None:
|
1644
|
-
|
1932
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
1645
1933
|
|
1646
1934
|
@property
|
1647
1935
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -1688,10 +1976,21 @@ class CertificateCertificateRevocationListDetail(dict):
|
|
1688
1976
|
:param Sequence[str] custom_formatted_urls: Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
|
1689
1977
|
:param Sequence['CertificateCertificateRevocationListDetailObjectStorageConfigArgs'] object_storage_configs: The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
|
1690
1978
|
"""
|
1979
|
+
CertificateCertificateRevocationListDetail._configure(
|
1980
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1981
|
+
custom_formatted_urls=custom_formatted_urls,
|
1982
|
+
object_storage_configs=object_storage_configs,
|
1983
|
+
)
|
1984
|
+
@staticmethod
|
1985
|
+
def _configure(
|
1986
|
+
_setter: Callable[[Any, Any], None],
|
1987
|
+
custom_formatted_urls: Optional[Sequence[str]] = None,
|
1988
|
+
object_storage_configs: Optional[Sequence['outputs.CertificateCertificateRevocationListDetailObjectStorageConfig']] = None,
|
1989
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1691
1990
|
if custom_formatted_urls is not None:
|
1692
|
-
|
1991
|
+
_setter("custom_formatted_urls", custom_formatted_urls)
|
1693
1992
|
if object_storage_configs is not None:
|
1694
|
-
|
1993
|
+
_setter("object_storage_configs", object_storage_configs)
|
1695
1994
|
|
1696
1995
|
@property
|
1697
1996
|
@pulumi.getter(name="customFormattedUrls")
|
@@ -1742,12 +2041,25 @@ class CertificateCertificateRevocationListDetailObjectStorageConfig(dict):
|
|
1742
2041
|
:param str object_storage_namespace: The tenancy of the bucket where the CRL is stored.
|
1743
2042
|
:param str object_storage_object_name_format: The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
|
1744
2043
|
"""
|
2044
|
+
CertificateCertificateRevocationListDetailObjectStorageConfig._configure(
|
2045
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2046
|
+
object_storage_bucket_name=object_storage_bucket_name,
|
2047
|
+
object_storage_namespace=object_storage_namespace,
|
2048
|
+
object_storage_object_name_format=object_storage_object_name_format,
|
2049
|
+
)
|
2050
|
+
@staticmethod
|
2051
|
+
def _configure(
|
2052
|
+
_setter: Callable[[Any, Any], None],
|
2053
|
+
object_storage_bucket_name: Optional[str] = None,
|
2054
|
+
object_storage_namespace: Optional[str] = None,
|
2055
|
+
object_storage_object_name_format: Optional[str] = None,
|
2056
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1745
2057
|
if object_storage_bucket_name is not None:
|
1746
|
-
|
2058
|
+
_setter("object_storage_bucket_name", object_storage_bucket_name)
|
1747
2059
|
if object_storage_namespace is not None:
|
1748
|
-
|
2060
|
+
_setter("object_storage_namespace", object_storage_namespace)
|
1749
2061
|
if object_storage_object_name_format is not None:
|
1750
|
-
|
2062
|
+
_setter("object_storage_object_name_format", object_storage_object_name_format)
|
1751
2063
|
|
1752
2064
|
@property
|
1753
2065
|
@pulumi.getter(name="objectStorageBucketName")
|
@@ -1806,9 +2118,22 @@ class CertificateCertificateRule(dict):
|
|
1806
2118
|
:param str renewal_interval: (Updatable) A property specifying how often, in days, a certificate should be renewed. Expressed in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals) format.
|
1807
2119
|
:param str rule_type: (Updatable) The type of rule.
|
1808
2120
|
"""
|
1809
|
-
|
1810
|
-
|
1811
|
-
|
2121
|
+
CertificateCertificateRule._configure(
|
2122
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2123
|
+
advance_renewal_period=advance_renewal_period,
|
2124
|
+
renewal_interval=renewal_interval,
|
2125
|
+
rule_type=rule_type,
|
2126
|
+
)
|
2127
|
+
@staticmethod
|
2128
|
+
def _configure(
|
2129
|
+
_setter: Callable[[Any, Any], None],
|
2130
|
+
advance_renewal_period: str,
|
2131
|
+
renewal_interval: str,
|
2132
|
+
rule_type: str,
|
2133
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2134
|
+
_setter("advance_renewal_period", advance_renewal_period)
|
2135
|
+
_setter("renewal_interval", renewal_interval)
|
2136
|
+
_setter("rule_type", rule_type)
|
1812
2137
|
|
1813
2138
|
@property
|
1814
2139
|
@pulumi.getter(name="advanceRenewalPeriod")
|
@@ -1895,28 +2220,57 @@ class CertificateCurrentVersion(dict):
|
|
1895
2220
|
:param str version_name: (Updatable) A name for the certificate. When the value is not null, a name is unique across versions of a given certificate.
|
1896
2221
|
:param str version_number: The version number of the certificate.
|
1897
2222
|
"""
|
2223
|
+
CertificateCurrentVersion._configure(
|
2224
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2225
|
+
certificate_id=certificate_id,
|
2226
|
+
issuer_ca_version_number=issuer_ca_version_number,
|
2227
|
+
revocation_statuses=revocation_statuses,
|
2228
|
+
serial_number=serial_number,
|
2229
|
+
stages=stages,
|
2230
|
+
subject_alternative_names=subject_alternative_names,
|
2231
|
+
time_created=time_created,
|
2232
|
+
time_of_deletion=time_of_deletion,
|
2233
|
+
validities=validities,
|
2234
|
+
version_name=version_name,
|
2235
|
+
version_number=version_number,
|
2236
|
+
)
|
2237
|
+
@staticmethod
|
2238
|
+
def _configure(
|
2239
|
+
_setter: Callable[[Any, Any], None],
|
2240
|
+
certificate_id: Optional[str] = None,
|
2241
|
+
issuer_ca_version_number: Optional[str] = None,
|
2242
|
+
revocation_statuses: Optional[Sequence['outputs.CertificateCurrentVersionRevocationStatus']] = None,
|
2243
|
+
serial_number: Optional[str] = None,
|
2244
|
+
stages: Optional[Sequence[str]] = None,
|
2245
|
+
subject_alternative_names: Optional[Sequence['outputs.CertificateCurrentVersionSubjectAlternativeName']] = None,
|
2246
|
+
time_created: Optional[str] = None,
|
2247
|
+
time_of_deletion: Optional[str] = None,
|
2248
|
+
validities: Optional[Sequence['outputs.CertificateCurrentVersionValidity']] = None,
|
2249
|
+
version_name: Optional[str] = None,
|
2250
|
+
version_number: Optional[str] = None,
|
2251
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1898
2252
|
if certificate_id is not None:
|
1899
|
-
|
2253
|
+
_setter("certificate_id", certificate_id)
|
1900
2254
|
if issuer_ca_version_number is not None:
|
1901
|
-
|
2255
|
+
_setter("issuer_ca_version_number", issuer_ca_version_number)
|
1902
2256
|
if revocation_statuses is not None:
|
1903
|
-
|
2257
|
+
_setter("revocation_statuses", revocation_statuses)
|
1904
2258
|
if serial_number is not None:
|
1905
|
-
|
2259
|
+
_setter("serial_number", serial_number)
|
1906
2260
|
if stages is not None:
|
1907
|
-
|
2261
|
+
_setter("stages", stages)
|
1908
2262
|
if subject_alternative_names is not None:
|
1909
|
-
|
2263
|
+
_setter("subject_alternative_names", subject_alternative_names)
|
1910
2264
|
if time_created is not None:
|
1911
|
-
|
2265
|
+
_setter("time_created", time_created)
|
1912
2266
|
if time_of_deletion is not None:
|
1913
|
-
|
2267
|
+
_setter("time_of_deletion", time_of_deletion)
|
1914
2268
|
if validities is not None:
|
1915
|
-
|
2269
|
+
_setter("validities", validities)
|
1916
2270
|
if version_name is not None:
|
1917
|
-
|
2271
|
+
_setter("version_name", version_name)
|
1918
2272
|
if version_number is not None:
|
1919
|
-
|
2273
|
+
_setter("version_number", version_number)
|
1920
2274
|
|
1921
2275
|
@property
|
1922
2276
|
@pulumi.getter(name="certificateId")
|
@@ -2035,10 +2389,21 @@ class CertificateCurrentVersionRevocationStatus(dict):
|
|
2035
2389
|
:param str revocation_reason: The reason the certificate or certificate authority (CA) was revoked.
|
2036
2390
|
:param str time_of_revocation: The time when the entity was revoked, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
2037
2391
|
"""
|
2392
|
+
CertificateCurrentVersionRevocationStatus._configure(
|
2393
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2394
|
+
revocation_reason=revocation_reason,
|
2395
|
+
time_of_revocation=time_of_revocation,
|
2396
|
+
)
|
2397
|
+
@staticmethod
|
2398
|
+
def _configure(
|
2399
|
+
_setter: Callable[[Any, Any], None],
|
2400
|
+
revocation_reason: Optional[str] = None,
|
2401
|
+
time_of_revocation: Optional[str] = None,
|
2402
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2038
2403
|
if revocation_reason is not None:
|
2039
|
-
|
2404
|
+
_setter("revocation_reason", revocation_reason)
|
2040
2405
|
if time_of_revocation is not None:
|
2041
|
-
|
2406
|
+
_setter("time_of_revocation", time_of_revocation)
|
2042
2407
|
|
2043
2408
|
@property
|
2044
2409
|
@pulumi.getter(name="revocationReason")
|
@@ -2066,10 +2431,21 @@ class CertificateCurrentVersionSubjectAlternativeName(dict):
|
|
2066
2431
|
:param str type: The subject alternative name type. Currently only DNS domain or host names and IP addresses are supported.
|
2067
2432
|
:param str value: The subject alternative name.
|
2068
2433
|
"""
|
2434
|
+
CertificateCurrentVersionSubjectAlternativeName._configure(
|
2435
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2436
|
+
type=type,
|
2437
|
+
value=value,
|
2438
|
+
)
|
2439
|
+
@staticmethod
|
2440
|
+
def _configure(
|
2441
|
+
_setter: Callable[[Any, Any], None],
|
2442
|
+
type: Optional[str] = None,
|
2443
|
+
value: Optional[str] = None,
|
2444
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2069
2445
|
if type is not None:
|
2070
|
-
|
2446
|
+
_setter("type", type)
|
2071
2447
|
if value is not None:
|
2072
|
-
|
2448
|
+
_setter("value", value)
|
2073
2449
|
|
2074
2450
|
@property
|
2075
2451
|
@pulumi.getter
|
@@ -2116,10 +2492,21 @@ class CertificateCurrentVersionValidity(dict):
|
|
2116
2492
|
:param str time_of_validity_not_after: (Updatable) The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
2117
2493
|
:param str time_of_validity_not_before: (Updatable) The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
2118
2494
|
"""
|
2495
|
+
CertificateCurrentVersionValidity._configure(
|
2496
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2497
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
2498
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
2499
|
+
)
|
2500
|
+
@staticmethod
|
2501
|
+
def _configure(
|
2502
|
+
_setter: Callable[[Any, Any], None],
|
2503
|
+
time_of_validity_not_after: Optional[str] = None,
|
2504
|
+
time_of_validity_not_before: Optional[str] = None,
|
2505
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2119
2506
|
if time_of_validity_not_after is not None:
|
2120
|
-
|
2507
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
2121
2508
|
if time_of_validity_not_before is not None:
|
2122
|
-
|
2509
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
2123
2510
|
|
2124
2511
|
@property
|
2125
2512
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -2212,40 +2599,81 @@ class CertificateSubject(dict):
|
|
2212
2599
|
:param str title: Title (RDN T or TITLE).
|
2213
2600
|
:param str user_id: User ID (RDN UID).
|
2214
2601
|
"""
|
2602
|
+
CertificateSubject._configure(
|
2603
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2604
|
+
common_name=common_name,
|
2605
|
+
country=country,
|
2606
|
+
distinguished_name_qualifier=distinguished_name_qualifier,
|
2607
|
+
domain_component=domain_component,
|
2608
|
+
generation_qualifier=generation_qualifier,
|
2609
|
+
given_name=given_name,
|
2610
|
+
initials=initials,
|
2611
|
+
locality_name=locality_name,
|
2612
|
+
organization=organization,
|
2613
|
+
organizational_unit=organizational_unit,
|
2614
|
+
pseudonym=pseudonym,
|
2615
|
+
serial_number=serial_number,
|
2616
|
+
state_or_province_name=state_or_province_name,
|
2617
|
+
street=street,
|
2618
|
+
surname=surname,
|
2619
|
+
title=title,
|
2620
|
+
user_id=user_id,
|
2621
|
+
)
|
2622
|
+
@staticmethod
|
2623
|
+
def _configure(
|
2624
|
+
_setter: Callable[[Any, Any], None],
|
2625
|
+
common_name: Optional[str] = None,
|
2626
|
+
country: Optional[str] = None,
|
2627
|
+
distinguished_name_qualifier: Optional[str] = None,
|
2628
|
+
domain_component: Optional[str] = None,
|
2629
|
+
generation_qualifier: Optional[str] = None,
|
2630
|
+
given_name: Optional[str] = None,
|
2631
|
+
initials: Optional[str] = None,
|
2632
|
+
locality_name: Optional[str] = None,
|
2633
|
+
organization: Optional[str] = None,
|
2634
|
+
organizational_unit: Optional[str] = None,
|
2635
|
+
pseudonym: Optional[str] = None,
|
2636
|
+
serial_number: Optional[str] = None,
|
2637
|
+
state_or_province_name: Optional[str] = None,
|
2638
|
+
street: Optional[str] = None,
|
2639
|
+
surname: Optional[str] = None,
|
2640
|
+
title: Optional[str] = None,
|
2641
|
+
user_id: Optional[str] = None,
|
2642
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2215
2643
|
if common_name is not None:
|
2216
|
-
|
2644
|
+
_setter("common_name", common_name)
|
2217
2645
|
if country is not None:
|
2218
|
-
|
2646
|
+
_setter("country", country)
|
2219
2647
|
if distinguished_name_qualifier is not None:
|
2220
|
-
|
2648
|
+
_setter("distinguished_name_qualifier", distinguished_name_qualifier)
|
2221
2649
|
if domain_component is not None:
|
2222
|
-
|
2650
|
+
_setter("domain_component", domain_component)
|
2223
2651
|
if generation_qualifier is not None:
|
2224
|
-
|
2652
|
+
_setter("generation_qualifier", generation_qualifier)
|
2225
2653
|
if given_name is not None:
|
2226
|
-
|
2654
|
+
_setter("given_name", given_name)
|
2227
2655
|
if initials is not None:
|
2228
|
-
|
2656
|
+
_setter("initials", initials)
|
2229
2657
|
if locality_name is not None:
|
2230
|
-
|
2658
|
+
_setter("locality_name", locality_name)
|
2231
2659
|
if organization is not None:
|
2232
|
-
|
2660
|
+
_setter("organization", organization)
|
2233
2661
|
if organizational_unit is not None:
|
2234
|
-
|
2662
|
+
_setter("organizational_unit", organizational_unit)
|
2235
2663
|
if pseudonym is not None:
|
2236
|
-
|
2664
|
+
_setter("pseudonym", pseudonym)
|
2237
2665
|
if serial_number is not None:
|
2238
|
-
|
2666
|
+
_setter("serial_number", serial_number)
|
2239
2667
|
if state_or_province_name is not None:
|
2240
|
-
|
2668
|
+
_setter("state_or_province_name", state_or_province_name)
|
2241
2669
|
if street is not None:
|
2242
|
-
|
2670
|
+
_setter("street", street)
|
2243
2671
|
if surname is not None:
|
2244
|
-
|
2672
|
+
_setter("surname", surname)
|
2245
2673
|
if title is not None:
|
2246
|
-
|
2674
|
+
_setter("title", title)
|
2247
2675
|
if user_id is not None:
|
2248
|
-
|
2676
|
+
_setter("user_id", user_id)
|
2249
2677
|
|
2250
2678
|
@property
|
2251
2679
|
@pulumi.getter(name="commonName")
|
@@ -2388,7 +2816,16 @@ class CertificateSubject(dict):
|
|
2388
2816
|
class GetAssociationsAssociationCollectionResult(dict):
|
2389
2817
|
def __init__(__self__, *,
|
2390
2818
|
items: Sequence['outputs.GetAssociationsAssociationCollectionItemResult']):
|
2391
|
-
|
2819
|
+
GetAssociationsAssociationCollectionResult._configure(
|
2820
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2821
|
+
items=items,
|
2822
|
+
)
|
2823
|
+
@staticmethod
|
2824
|
+
def _configure(
|
2825
|
+
_setter: Callable[[Any, Any], None],
|
2826
|
+
items: Sequence['outputs.GetAssociationsAssociationCollectionItemResult'],
|
2827
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2828
|
+
_setter("items", items)
|
2392
2829
|
|
2393
2830
|
@property
|
2394
2831
|
@pulumi.getter
|
@@ -2417,14 +2854,37 @@ class GetAssociationsAssociationCollectionItemResult(dict):
|
|
2417
2854
|
:param str state: The current lifecycle state of the association.
|
2418
2855
|
:param str time_created: A property indicating when the association was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
2419
2856
|
"""
|
2420
|
-
|
2421
|
-
|
2422
|
-
|
2423
|
-
|
2424
|
-
|
2425
|
-
|
2426
|
-
|
2427
|
-
|
2857
|
+
GetAssociationsAssociationCollectionItemResult._configure(
|
2858
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2859
|
+
associated_resource_id=associated_resource_id,
|
2860
|
+
association_type=association_type,
|
2861
|
+
certificates_resource_id=certificates_resource_id,
|
2862
|
+
compartment_id=compartment_id,
|
2863
|
+
id=id,
|
2864
|
+
name=name,
|
2865
|
+
state=state,
|
2866
|
+
time_created=time_created,
|
2867
|
+
)
|
2868
|
+
@staticmethod
|
2869
|
+
def _configure(
|
2870
|
+
_setter: Callable[[Any, Any], None],
|
2871
|
+
associated_resource_id: str,
|
2872
|
+
association_type: str,
|
2873
|
+
certificates_resource_id: str,
|
2874
|
+
compartment_id: str,
|
2875
|
+
id: str,
|
2876
|
+
name: str,
|
2877
|
+
state: str,
|
2878
|
+
time_created: str,
|
2879
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2880
|
+
_setter("associated_resource_id", associated_resource_id)
|
2881
|
+
_setter("association_type", association_type)
|
2882
|
+
_setter("certificates_resource_id", certificates_resource_id)
|
2883
|
+
_setter("compartment_id", compartment_id)
|
2884
|
+
_setter("id", id)
|
2885
|
+
_setter("name", name)
|
2886
|
+
_setter("state", state)
|
2887
|
+
_setter("time_created", time_created)
|
2428
2888
|
|
2429
2889
|
@property
|
2430
2890
|
@pulumi.getter(name="associatedResourceId")
|
@@ -2500,10 +2960,23 @@ class GetAssociationsFilterResult(dict):
|
|
2500
2960
|
"""
|
2501
2961
|
:param str name: A filter that returns only resources that match the specified name.
|
2502
2962
|
"""
|
2503
|
-
|
2504
|
-
|
2963
|
+
GetAssociationsFilterResult._configure(
|
2964
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2965
|
+
name=name,
|
2966
|
+
values=values,
|
2967
|
+
regex=regex,
|
2968
|
+
)
|
2969
|
+
@staticmethod
|
2970
|
+
def _configure(
|
2971
|
+
_setter: Callable[[Any, Any], None],
|
2972
|
+
name: str,
|
2973
|
+
values: Sequence[str],
|
2974
|
+
regex: Optional[bool] = None,
|
2975
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2976
|
+
_setter("name", name)
|
2977
|
+
_setter("values", values)
|
2505
2978
|
if regex is not None:
|
2506
|
-
|
2979
|
+
_setter("regex", regex)
|
2507
2980
|
|
2508
2981
|
@property
|
2509
2982
|
@pulumi.getter
|
@@ -2528,7 +3001,16 @@ class GetAssociationsFilterResult(dict):
|
|
2528
3001
|
class GetCaBundlesCaBundleCollectionResult(dict):
|
2529
3002
|
def __init__(__self__, *,
|
2530
3003
|
items: Sequence['outputs.GetCaBundlesCaBundleCollectionItemResult']):
|
2531
|
-
|
3004
|
+
GetCaBundlesCaBundleCollectionResult._configure(
|
3005
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3006
|
+
items=items,
|
3007
|
+
)
|
3008
|
+
@staticmethod
|
3009
|
+
def _configure(
|
3010
|
+
_setter: Callable[[Any, Any], None],
|
3011
|
+
items: Sequence['outputs.GetCaBundlesCaBundleCollectionItemResult'],
|
3012
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3013
|
+
_setter("items", items)
|
2532
3014
|
|
2533
3015
|
@property
|
2534
3016
|
@pulumi.getter
|
@@ -2560,16 +3042,43 @@ class GetCaBundlesCaBundleCollectionItemResult(dict):
|
|
2560
3042
|
:param str state: A filter that returns only resources that match the given lifecycle state. The state value is case-insensitive.
|
2561
3043
|
:param str time_created: A property indicating when the CA bundle was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
2562
3044
|
"""
|
2563
|
-
|
2564
|
-
|
2565
|
-
|
2566
|
-
|
2567
|
-
|
2568
|
-
|
2569
|
-
|
2570
|
-
|
2571
|
-
|
2572
|
-
|
3045
|
+
GetCaBundlesCaBundleCollectionItemResult._configure(
|
3046
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3047
|
+
ca_bundle_pem=ca_bundle_pem,
|
3048
|
+
compartment_id=compartment_id,
|
3049
|
+
defined_tags=defined_tags,
|
3050
|
+
description=description,
|
3051
|
+
freeform_tags=freeform_tags,
|
3052
|
+
id=id,
|
3053
|
+
lifecycle_details=lifecycle_details,
|
3054
|
+
name=name,
|
3055
|
+
state=state,
|
3056
|
+
time_created=time_created,
|
3057
|
+
)
|
3058
|
+
@staticmethod
|
3059
|
+
def _configure(
|
3060
|
+
_setter: Callable[[Any, Any], None],
|
3061
|
+
ca_bundle_pem: str,
|
3062
|
+
compartment_id: str,
|
3063
|
+
defined_tags: Mapping[str, Any],
|
3064
|
+
description: str,
|
3065
|
+
freeform_tags: Mapping[str, Any],
|
3066
|
+
id: str,
|
3067
|
+
lifecycle_details: str,
|
3068
|
+
name: str,
|
3069
|
+
state: str,
|
3070
|
+
time_created: str,
|
3071
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3072
|
+
_setter("ca_bundle_pem", ca_bundle_pem)
|
3073
|
+
_setter("compartment_id", compartment_id)
|
3074
|
+
_setter("defined_tags", defined_tags)
|
3075
|
+
_setter("description", description)
|
3076
|
+
_setter("freeform_tags", freeform_tags)
|
3077
|
+
_setter("id", id)
|
3078
|
+
_setter("lifecycle_details", lifecycle_details)
|
3079
|
+
_setter("name", name)
|
3080
|
+
_setter("state", state)
|
3081
|
+
_setter("time_created", time_created)
|
2573
3082
|
|
2574
3083
|
@property
|
2575
3084
|
@pulumi.getter(name="caBundlePem")
|
@@ -2658,10 +3167,23 @@ class GetCaBundlesFilterResult(dict):
|
|
2658
3167
|
"""
|
2659
3168
|
:param str name: A filter that returns only resources that match the specified name.
|
2660
3169
|
"""
|
2661
|
-
|
2662
|
-
|
3170
|
+
GetCaBundlesFilterResult._configure(
|
3171
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3172
|
+
name=name,
|
3173
|
+
values=values,
|
3174
|
+
regex=regex,
|
3175
|
+
)
|
3176
|
+
@staticmethod
|
3177
|
+
def _configure(
|
3178
|
+
_setter: Callable[[Any, Any], None],
|
3179
|
+
name: str,
|
3180
|
+
values: Sequence[str],
|
3181
|
+
regex: Optional[bool] = None,
|
3182
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3183
|
+
_setter("name", name)
|
3184
|
+
_setter("values", values)
|
2663
3185
|
if regex is not None:
|
2664
|
-
|
3186
|
+
_setter("regex", regex)
|
2665
3187
|
|
2666
3188
|
@property
|
2667
3189
|
@pulumi.getter
|
@@ -2686,7 +3208,16 @@ class GetCaBundlesFilterResult(dict):
|
|
2686
3208
|
class GetCertificateAuthoritiesCertificateAuthorityCollectionResult(dict):
|
2687
3209
|
def __init__(__self__, *,
|
2688
3210
|
items: Sequence['outputs.GetCertificateAuthoritiesCertificateAuthorityCollectionItemResult']):
|
2689
|
-
|
3211
|
+
GetCertificateAuthoritiesCertificateAuthorityCollectionResult._configure(
|
3212
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3213
|
+
items=items,
|
3214
|
+
)
|
3215
|
+
@staticmethod
|
3216
|
+
def _configure(
|
3217
|
+
_setter: Callable[[Any, Any], None],
|
3218
|
+
items: Sequence['outputs.GetCertificateAuthoritiesCertificateAuthorityCollectionItemResult'],
|
3219
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3220
|
+
_setter("items", items)
|
2690
3221
|
|
2691
3222
|
@property
|
2692
3223
|
@pulumi.getter
|
@@ -2736,25 +3267,70 @@ class GetCertificateAuthoritiesCertificateAuthorityCollectionItemResult(dict):
|
|
2736
3267
|
:param str time_created: A property indicating when the CA was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
2737
3268
|
:param str time_of_deletion: An optional property indicating when to delete the CA version, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
2738
3269
|
"""
|
2739
|
-
|
2740
|
-
|
2741
|
-
|
2742
|
-
|
2743
|
-
|
2744
|
-
|
2745
|
-
|
2746
|
-
|
2747
|
-
|
2748
|
-
|
2749
|
-
|
2750
|
-
|
2751
|
-
|
2752
|
-
|
2753
|
-
|
2754
|
-
|
2755
|
-
|
2756
|
-
|
2757
|
-
|
3270
|
+
GetCertificateAuthoritiesCertificateAuthorityCollectionItemResult._configure(
|
3271
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3272
|
+
certificate_authority_configs=certificate_authority_configs,
|
3273
|
+
certificate_authority_rules=certificate_authority_rules,
|
3274
|
+
certificate_revocation_list_details=certificate_revocation_list_details,
|
3275
|
+
compartment_id=compartment_id,
|
3276
|
+
config_type=config_type,
|
3277
|
+
current_versions=current_versions,
|
3278
|
+
defined_tags=defined_tags,
|
3279
|
+
description=description,
|
3280
|
+
freeform_tags=freeform_tags,
|
3281
|
+
id=id,
|
3282
|
+
issuer_certificate_authority_id=issuer_certificate_authority_id,
|
3283
|
+
kms_key_id=kms_key_id,
|
3284
|
+
lifecycle_details=lifecycle_details,
|
3285
|
+
name=name,
|
3286
|
+
signing_algorithm=signing_algorithm,
|
3287
|
+
state=state,
|
3288
|
+
subjects=subjects,
|
3289
|
+
time_created=time_created,
|
3290
|
+
time_of_deletion=time_of_deletion,
|
3291
|
+
)
|
3292
|
+
@staticmethod
|
3293
|
+
def _configure(
|
3294
|
+
_setter: Callable[[Any, Any], None],
|
3295
|
+
certificate_authority_configs: Sequence['outputs.GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateAuthorityConfigResult'],
|
3296
|
+
certificate_authority_rules: Sequence['outputs.GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateAuthorityRuleResult'],
|
3297
|
+
certificate_revocation_list_details: Sequence['outputs.GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateRevocationListDetailResult'],
|
3298
|
+
compartment_id: str,
|
3299
|
+
config_type: str,
|
3300
|
+
current_versions: Sequence['outputs.GetCertificateAuthoritiesCertificateAuthorityCollectionItemCurrentVersionResult'],
|
3301
|
+
defined_tags: Mapping[str, Any],
|
3302
|
+
description: str,
|
3303
|
+
freeform_tags: Mapping[str, Any],
|
3304
|
+
id: str,
|
3305
|
+
issuer_certificate_authority_id: str,
|
3306
|
+
kms_key_id: str,
|
3307
|
+
lifecycle_details: str,
|
3308
|
+
name: str,
|
3309
|
+
signing_algorithm: str,
|
3310
|
+
state: str,
|
3311
|
+
subjects: Sequence['outputs.GetCertificateAuthoritiesCertificateAuthorityCollectionItemSubjectResult'],
|
3312
|
+
time_created: str,
|
3313
|
+
time_of_deletion: str,
|
3314
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3315
|
+
_setter("certificate_authority_configs", certificate_authority_configs)
|
3316
|
+
_setter("certificate_authority_rules", certificate_authority_rules)
|
3317
|
+
_setter("certificate_revocation_list_details", certificate_revocation_list_details)
|
3318
|
+
_setter("compartment_id", compartment_id)
|
3319
|
+
_setter("config_type", config_type)
|
3320
|
+
_setter("current_versions", current_versions)
|
3321
|
+
_setter("defined_tags", defined_tags)
|
3322
|
+
_setter("description", description)
|
3323
|
+
_setter("freeform_tags", freeform_tags)
|
3324
|
+
_setter("id", id)
|
3325
|
+
_setter("issuer_certificate_authority_id", issuer_certificate_authority_id)
|
3326
|
+
_setter("kms_key_id", kms_key_id)
|
3327
|
+
_setter("lifecycle_details", lifecycle_details)
|
3328
|
+
_setter("name", name)
|
3329
|
+
_setter("signing_algorithm", signing_algorithm)
|
3330
|
+
_setter("state", state)
|
3331
|
+
_setter("subjects", subjects)
|
3332
|
+
_setter("time_created", time_created)
|
3333
|
+
_setter("time_of_deletion", time_of_deletion)
|
2758
3334
|
|
2759
3335
|
@property
|
2760
3336
|
@pulumi.getter(name="certificateAuthorityConfigs")
|
@@ -2923,12 +3499,31 @@ class GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateAuth
|
|
2923
3499
|
:param Sequence['GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateAuthorityConfigValidityArgs'] validities: An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.
|
2924
3500
|
:param str version_name: The name of the CA version. When this value is not null, the name is unique across CA versions for a given CA.
|
2925
3501
|
"""
|
2926
|
-
|
2927
|
-
|
2928
|
-
|
2929
|
-
|
2930
|
-
|
2931
|
-
|
3502
|
+
GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateAuthorityConfigResult._configure(
|
3503
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3504
|
+
config_type=config_type,
|
3505
|
+
issuer_certificate_authority_id=issuer_certificate_authority_id,
|
3506
|
+
signing_algorithm=signing_algorithm,
|
3507
|
+
subjects=subjects,
|
3508
|
+
validities=validities,
|
3509
|
+
version_name=version_name,
|
3510
|
+
)
|
3511
|
+
@staticmethod
|
3512
|
+
def _configure(
|
3513
|
+
_setter: Callable[[Any, Any], None],
|
3514
|
+
config_type: str,
|
3515
|
+
issuer_certificate_authority_id: str,
|
3516
|
+
signing_algorithm: str,
|
3517
|
+
subjects: Sequence['outputs.GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateAuthorityConfigSubjectResult'],
|
3518
|
+
validities: Sequence['outputs.GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateAuthorityConfigValidityResult'],
|
3519
|
+
version_name: str,
|
3520
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3521
|
+
_setter("config_type", config_type)
|
3522
|
+
_setter("issuer_certificate_authority_id", issuer_certificate_authority_id)
|
3523
|
+
_setter("signing_algorithm", signing_algorithm)
|
3524
|
+
_setter("subjects", subjects)
|
3525
|
+
_setter("validities", validities)
|
3526
|
+
_setter("version_name", version_name)
|
2932
3527
|
|
2933
3528
|
@property
|
2934
3529
|
@pulumi.getter(name="configType")
|
@@ -3018,23 +3613,64 @@ class GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateAuth
|
|
3018
3613
|
:param str title: Title (RDN T or TITLE).
|
3019
3614
|
:param str user_id: User ID (RDN UID).
|
3020
3615
|
"""
|
3021
|
-
|
3022
|
-
|
3023
|
-
|
3024
|
-
|
3025
|
-
|
3026
|
-
|
3027
|
-
|
3028
|
-
|
3029
|
-
|
3030
|
-
|
3031
|
-
|
3032
|
-
|
3033
|
-
|
3034
|
-
|
3035
|
-
|
3036
|
-
|
3037
|
-
|
3616
|
+
GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateAuthorityConfigSubjectResult._configure(
|
3617
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3618
|
+
common_name=common_name,
|
3619
|
+
country=country,
|
3620
|
+
distinguished_name_qualifier=distinguished_name_qualifier,
|
3621
|
+
domain_component=domain_component,
|
3622
|
+
generation_qualifier=generation_qualifier,
|
3623
|
+
given_name=given_name,
|
3624
|
+
initials=initials,
|
3625
|
+
locality_name=locality_name,
|
3626
|
+
organization=organization,
|
3627
|
+
organizational_unit=organizational_unit,
|
3628
|
+
pseudonym=pseudonym,
|
3629
|
+
serial_number=serial_number,
|
3630
|
+
state_or_province_name=state_or_province_name,
|
3631
|
+
street=street,
|
3632
|
+
surname=surname,
|
3633
|
+
title=title,
|
3634
|
+
user_id=user_id,
|
3635
|
+
)
|
3636
|
+
@staticmethod
|
3637
|
+
def _configure(
|
3638
|
+
_setter: Callable[[Any, Any], None],
|
3639
|
+
common_name: str,
|
3640
|
+
country: str,
|
3641
|
+
distinguished_name_qualifier: str,
|
3642
|
+
domain_component: str,
|
3643
|
+
generation_qualifier: str,
|
3644
|
+
given_name: str,
|
3645
|
+
initials: str,
|
3646
|
+
locality_name: str,
|
3647
|
+
organization: str,
|
3648
|
+
organizational_unit: str,
|
3649
|
+
pseudonym: str,
|
3650
|
+
serial_number: str,
|
3651
|
+
state_or_province_name: str,
|
3652
|
+
street: str,
|
3653
|
+
surname: str,
|
3654
|
+
title: str,
|
3655
|
+
user_id: str,
|
3656
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3657
|
+
_setter("common_name", common_name)
|
3658
|
+
_setter("country", country)
|
3659
|
+
_setter("distinguished_name_qualifier", distinguished_name_qualifier)
|
3660
|
+
_setter("domain_component", domain_component)
|
3661
|
+
_setter("generation_qualifier", generation_qualifier)
|
3662
|
+
_setter("given_name", given_name)
|
3663
|
+
_setter("initials", initials)
|
3664
|
+
_setter("locality_name", locality_name)
|
3665
|
+
_setter("organization", organization)
|
3666
|
+
_setter("organizational_unit", organizational_unit)
|
3667
|
+
_setter("pseudonym", pseudonym)
|
3668
|
+
_setter("serial_number", serial_number)
|
3669
|
+
_setter("state_or_province_name", state_or_province_name)
|
3670
|
+
_setter("street", street)
|
3671
|
+
_setter("surname", surname)
|
3672
|
+
_setter("title", title)
|
3673
|
+
_setter("user_id", user_id)
|
3038
3674
|
|
3039
3675
|
@property
|
3040
3676
|
@pulumi.getter(name="commonName")
|
@@ -3182,8 +3818,19 @@ class GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateAuth
|
|
3182
3818
|
:param str time_of_validity_not_after: The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
3183
3819
|
:param str time_of_validity_not_before: The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
3184
3820
|
"""
|
3185
|
-
|
3186
|
-
|
3821
|
+
GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateAuthorityConfigValidityResult._configure(
|
3822
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3823
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
3824
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
3825
|
+
)
|
3826
|
+
@staticmethod
|
3827
|
+
def _configure(
|
3828
|
+
_setter: Callable[[Any, Any], None],
|
3829
|
+
time_of_validity_not_after: str,
|
3830
|
+
time_of_validity_not_before: str,
|
3831
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3832
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
3833
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
3187
3834
|
|
3188
3835
|
@property
|
3189
3836
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -3213,9 +3860,22 @@ class GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateAuth
|
|
3213
3860
|
:param str leaf_certificate_max_validity_duration: A property indicating the maximum validity duration, in days, of leaf certificates issued by this CA. Expressed in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals) format.
|
3214
3861
|
:param str rule_type: The type of rule, whether a renewal rule regarding when to renew the CA or an issuance expiry rule that governs how long the certificates and CAs issued by the CA are valid. (For internal use only) An internal issuance rule defines the number and type of certificates that the CA can issue.
|
3215
3862
|
"""
|
3216
|
-
|
3217
|
-
|
3218
|
-
|
3863
|
+
GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateAuthorityRuleResult._configure(
|
3864
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3865
|
+
certificate_authority_max_validity_duration=certificate_authority_max_validity_duration,
|
3866
|
+
leaf_certificate_max_validity_duration=leaf_certificate_max_validity_duration,
|
3867
|
+
rule_type=rule_type,
|
3868
|
+
)
|
3869
|
+
@staticmethod
|
3870
|
+
def _configure(
|
3871
|
+
_setter: Callable[[Any, Any], None],
|
3872
|
+
certificate_authority_max_validity_duration: str,
|
3873
|
+
leaf_certificate_max_validity_duration: str,
|
3874
|
+
rule_type: str,
|
3875
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3876
|
+
_setter("certificate_authority_max_validity_duration", certificate_authority_max_validity_duration)
|
3877
|
+
_setter("leaf_certificate_max_validity_duration", leaf_certificate_max_validity_duration)
|
3878
|
+
_setter("rule_type", rule_type)
|
3219
3879
|
|
3220
3880
|
@property
|
3221
3881
|
@pulumi.getter(name="certificateAuthorityMaxValidityDuration")
|
@@ -3251,8 +3911,19 @@ class GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateRevo
|
|
3251
3911
|
:param Sequence[str] custom_formatted_urls: Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
|
3252
3912
|
:param Sequence['GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateRevocationListDetailObjectStorageConfigArgs'] object_storage_configs: The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
|
3253
3913
|
"""
|
3254
|
-
|
3255
|
-
|
3914
|
+
GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateRevocationListDetailResult._configure(
|
3915
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3916
|
+
custom_formatted_urls=custom_formatted_urls,
|
3917
|
+
object_storage_configs=object_storage_configs,
|
3918
|
+
)
|
3919
|
+
@staticmethod
|
3920
|
+
def _configure(
|
3921
|
+
_setter: Callable[[Any, Any], None],
|
3922
|
+
custom_formatted_urls: Sequence[str],
|
3923
|
+
object_storage_configs: Sequence['outputs.GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateRevocationListDetailObjectStorageConfigResult'],
|
3924
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3925
|
+
_setter("custom_formatted_urls", custom_formatted_urls)
|
3926
|
+
_setter("object_storage_configs", object_storage_configs)
|
3256
3927
|
|
3257
3928
|
@property
|
3258
3929
|
@pulumi.getter(name="customFormattedUrls")
|
@@ -3282,9 +3953,22 @@ class GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateRevo
|
|
3282
3953
|
:param str object_storage_namespace: The tenancy of the bucket where the CRL is stored.
|
3283
3954
|
:param str object_storage_object_name_format: The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
|
3284
3955
|
"""
|
3285
|
-
|
3286
|
-
|
3287
|
-
|
3956
|
+
GetCertificateAuthoritiesCertificateAuthorityCollectionItemCertificateRevocationListDetailObjectStorageConfigResult._configure(
|
3957
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3958
|
+
object_storage_bucket_name=object_storage_bucket_name,
|
3959
|
+
object_storage_namespace=object_storage_namespace,
|
3960
|
+
object_storage_object_name_format=object_storage_object_name_format,
|
3961
|
+
)
|
3962
|
+
@staticmethod
|
3963
|
+
def _configure(
|
3964
|
+
_setter: Callable[[Any, Any], None],
|
3965
|
+
object_storage_bucket_name: str,
|
3966
|
+
object_storage_namespace: str,
|
3967
|
+
object_storage_object_name_format: str,
|
3968
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3969
|
+
_setter("object_storage_bucket_name", object_storage_bucket_name)
|
3970
|
+
_setter("object_storage_namespace", object_storage_namespace)
|
3971
|
+
_setter("object_storage_object_name_format", object_storage_object_name_format)
|
3288
3972
|
|
3289
3973
|
@property
|
3290
3974
|
@pulumi.getter(name="objectStorageBucketName")
|
@@ -3336,16 +4020,43 @@ class GetCertificateAuthoritiesCertificateAuthorityCollectionItemCurrentVersionR
|
|
3336
4020
|
:param str version_name: The name of the CA version. When this value is not null, the name is unique across CA versions for a given CA.
|
3337
4021
|
:param str version_number: The version number of the CA.
|
3338
4022
|
"""
|
3339
|
-
|
3340
|
-
|
3341
|
-
|
3342
|
-
|
3343
|
-
|
3344
|
-
|
3345
|
-
|
3346
|
-
|
3347
|
-
|
3348
|
-
|
4023
|
+
GetCertificateAuthoritiesCertificateAuthorityCollectionItemCurrentVersionResult._configure(
|
4024
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4025
|
+
certificate_authority_id=certificate_authority_id,
|
4026
|
+
issuer_ca_version_number=issuer_ca_version_number,
|
4027
|
+
revocation_statuses=revocation_statuses,
|
4028
|
+
serial_number=serial_number,
|
4029
|
+
stages=stages,
|
4030
|
+
time_created=time_created,
|
4031
|
+
time_of_deletion=time_of_deletion,
|
4032
|
+
validities=validities,
|
4033
|
+
version_name=version_name,
|
4034
|
+
version_number=version_number,
|
4035
|
+
)
|
4036
|
+
@staticmethod
|
4037
|
+
def _configure(
|
4038
|
+
_setter: Callable[[Any, Any], None],
|
4039
|
+
certificate_authority_id: str,
|
4040
|
+
issuer_ca_version_number: str,
|
4041
|
+
revocation_statuses: Sequence['outputs.GetCertificateAuthoritiesCertificateAuthorityCollectionItemCurrentVersionRevocationStatusResult'],
|
4042
|
+
serial_number: str,
|
4043
|
+
stages: Sequence[str],
|
4044
|
+
time_created: str,
|
4045
|
+
time_of_deletion: str,
|
4046
|
+
validities: Sequence['outputs.GetCertificateAuthoritiesCertificateAuthorityCollectionItemCurrentVersionValidityResult'],
|
4047
|
+
version_name: str,
|
4048
|
+
version_number: str,
|
4049
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4050
|
+
_setter("certificate_authority_id", certificate_authority_id)
|
4051
|
+
_setter("issuer_ca_version_number", issuer_ca_version_number)
|
4052
|
+
_setter("revocation_statuses", revocation_statuses)
|
4053
|
+
_setter("serial_number", serial_number)
|
4054
|
+
_setter("stages", stages)
|
4055
|
+
_setter("time_created", time_created)
|
4056
|
+
_setter("time_of_deletion", time_of_deletion)
|
4057
|
+
_setter("validities", validities)
|
4058
|
+
_setter("version_name", version_name)
|
4059
|
+
_setter("version_number", version_number)
|
3349
4060
|
|
3350
4061
|
@property
|
3351
4062
|
@pulumi.getter(name="certificateAuthorityId")
|
@@ -3437,8 +4148,19 @@ class GetCertificateAuthoritiesCertificateAuthorityCollectionItemCurrentVersionR
|
|
3437
4148
|
:param str revocation_reason: The reason the certificate or certificate authority (CA) was revoked.
|
3438
4149
|
:param str time_of_revocation: The time when the entity was revoked, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
3439
4150
|
"""
|
3440
|
-
|
3441
|
-
|
4151
|
+
GetCertificateAuthoritiesCertificateAuthorityCollectionItemCurrentVersionRevocationStatusResult._configure(
|
4152
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4153
|
+
revocation_reason=revocation_reason,
|
4154
|
+
time_of_revocation=time_of_revocation,
|
4155
|
+
)
|
4156
|
+
@staticmethod
|
4157
|
+
def _configure(
|
4158
|
+
_setter: Callable[[Any, Any], None],
|
4159
|
+
revocation_reason: str,
|
4160
|
+
time_of_revocation: str,
|
4161
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4162
|
+
_setter("revocation_reason", revocation_reason)
|
4163
|
+
_setter("time_of_revocation", time_of_revocation)
|
3442
4164
|
|
3443
4165
|
@property
|
3444
4166
|
@pulumi.getter(name="revocationReason")
|
@@ -3466,8 +4188,19 @@ class GetCertificateAuthoritiesCertificateAuthorityCollectionItemCurrentVersionV
|
|
3466
4188
|
:param str time_of_validity_not_after: The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
3467
4189
|
:param str time_of_validity_not_before: The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
3468
4190
|
"""
|
3469
|
-
|
3470
|
-
|
4191
|
+
GetCertificateAuthoritiesCertificateAuthorityCollectionItemCurrentVersionValidityResult._configure(
|
4192
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4193
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
4194
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
4195
|
+
)
|
4196
|
+
@staticmethod
|
4197
|
+
def _configure(
|
4198
|
+
_setter: Callable[[Any, Any], None],
|
4199
|
+
time_of_validity_not_after: str,
|
4200
|
+
time_of_validity_not_before: str,
|
4201
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4202
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
4203
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
3471
4204
|
|
3472
4205
|
@property
|
3473
4206
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -3525,23 +4258,64 @@ class GetCertificateAuthoritiesCertificateAuthorityCollectionItemSubjectResult(d
|
|
3525
4258
|
:param str title: Title (RDN T or TITLE).
|
3526
4259
|
:param str user_id: User ID (RDN UID).
|
3527
4260
|
"""
|
3528
|
-
|
3529
|
-
|
3530
|
-
|
3531
|
-
|
3532
|
-
|
3533
|
-
|
3534
|
-
|
3535
|
-
|
3536
|
-
|
3537
|
-
|
3538
|
-
|
3539
|
-
|
3540
|
-
|
3541
|
-
|
3542
|
-
|
3543
|
-
|
3544
|
-
|
4261
|
+
GetCertificateAuthoritiesCertificateAuthorityCollectionItemSubjectResult._configure(
|
4262
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4263
|
+
common_name=common_name,
|
4264
|
+
country=country,
|
4265
|
+
distinguished_name_qualifier=distinguished_name_qualifier,
|
4266
|
+
domain_component=domain_component,
|
4267
|
+
generation_qualifier=generation_qualifier,
|
4268
|
+
given_name=given_name,
|
4269
|
+
initials=initials,
|
4270
|
+
locality_name=locality_name,
|
4271
|
+
organization=organization,
|
4272
|
+
organizational_unit=organizational_unit,
|
4273
|
+
pseudonym=pseudonym,
|
4274
|
+
serial_number=serial_number,
|
4275
|
+
state_or_province_name=state_or_province_name,
|
4276
|
+
street=street,
|
4277
|
+
surname=surname,
|
4278
|
+
title=title,
|
4279
|
+
user_id=user_id,
|
4280
|
+
)
|
4281
|
+
@staticmethod
|
4282
|
+
def _configure(
|
4283
|
+
_setter: Callable[[Any, Any], None],
|
4284
|
+
common_name: str,
|
4285
|
+
country: str,
|
4286
|
+
distinguished_name_qualifier: str,
|
4287
|
+
domain_component: str,
|
4288
|
+
generation_qualifier: str,
|
4289
|
+
given_name: str,
|
4290
|
+
initials: str,
|
4291
|
+
locality_name: str,
|
4292
|
+
organization: str,
|
4293
|
+
organizational_unit: str,
|
4294
|
+
pseudonym: str,
|
4295
|
+
serial_number: str,
|
4296
|
+
state_or_province_name: str,
|
4297
|
+
street: str,
|
4298
|
+
surname: str,
|
4299
|
+
title: str,
|
4300
|
+
user_id: str,
|
4301
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4302
|
+
_setter("common_name", common_name)
|
4303
|
+
_setter("country", country)
|
4304
|
+
_setter("distinguished_name_qualifier", distinguished_name_qualifier)
|
4305
|
+
_setter("domain_component", domain_component)
|
4306
|
+
_setter("generation_qualifier", generation_qualifier)
|
4307
|
+
_setter("given_name", given_name)
|
4308
|
+
_setter("initials", initials)
|
4309
|
+
_setter("locality_name", locality_name)
|
4310
|
+
_setter("organization", organization)
|
4311
|
+
_setter("organizational_unit", organizational_unit)
|
4312
|
+
_setter("pseudonym", pseudonym)
|
4313
|
+
_setter("serial_number", serial_number)
|
4314
|
+
_setter("state_or_province_name", state_or_province_name)
|
4315
|
+
_setter("street", street)
|
4316
|
+
_setter("surname", surname)
|
4317
|
+
_setter("title", title)
|
4318
|
+
_setter("user_id", user_id)
|
3545
4319
|
|
3546
4320
|
@property
|
3547
4321
|
@pulumi.getter(name="commonName")
|
@@ -3689,10 +4463,23 @@ class GetCertificateAuthoritiesFilterResult(dict):
|
|
3689
4463
|
"""
|
3690
4464
|
:param str name: A filter that returns only resources that match the specified name.
|
3691
4465
|
"""
|
3692
|
-
|
3693
|
-
|
4466
|
+
GetCertificateAuthoritiesFilterResult._configure(
|
4467
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4468
|
+
name=name,
|
4469
|
+
values=values,
|
4470
|
+
regex=regex,
|
4471
|
+
)
|
4472
|
+
@staticmethod
|
4473
|
+
def _configure(
|
4474
|
+
_setter: Callable[[Any, Any], None],
|
4475
|
+
name: str,
|
4476
|
+
values: Sequence[str],
|
4477
|
+
regex: Optional[bool] = None,
|
4478
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4479
|
+
_setter("name", name)
|
4480
|
+
_setter("values", values)
|
3694
4481
|
if regex is not None:
|
3695
|
-
|
4482
|
+
_setter("regex", regex)
|
3696
4483
|
|
3697
4484
|
@property
|
3698
4485
|
@pulumi.getter
|
@@ -3730,12 +4517,31 @@ class GetCertificateAuthorityCertificateAuthorityConfigResult(dict):
|
|
3730
4517
|
:param Sequence['GetCertificateAuthorityCertificateAuthorityConfigValidityArgs'] validities: An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.
|
3731
4518
|
:param str version_name: The name of the CA version. When this value is not null, the name is unique across CA versions for a given CA.
|
3732
4519
|
"""
|
3733
|
-
|
3734
|
-
|
3735
|
-
|
3736
|
-
|
3737
|
-
|
3738
|
-
|
4520
|
+
GetCertificateAuthorityCertificateAuthorityConfigResult._configure(
|
4521
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4522
|
+
config_type=config_type,
|
4523
|
+
issuer_certificate_authority_id=issuer_certificate_authority_id,
|
4524
|
+
signing_algorithm=signing_algorithm,
|
4525
|
+
subjects=subjects,
|
4526
|
+
validities=validities,
|
4527
|
+
version_name=version_name,
|
4528
|
+
)
|
4529
|
+
@staticmethod
|
4530
|
+
def _configure(
|
4531
|
+
_setter: Callable[[Any, Any], None],
|
4532
|
+
config_type: str,
|
4533
|
+
issuer_certificate_authority_id: str,
|
4534
|
+
signing_algorithm: str,
|
4535
|
+
subjects: Sequence['outputs.GetCertificateAuthorityCertificateAuthorityConfigSubjectResult'],
|
4536
|
+
validities: Sequence['outputs.GetCertificateAuthorityCertificateAuthorityConfigValidityResult'],
|
4537
|
+
version_name: str,
|
4538
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4539
|
+
_setter("config_type", config_type)
|
4540
|
+
_setter("issuer_certificate_authority_id", issuer_certificate_authority_id)
|
4541
|
+
_setter("signing_algorithm", signing_algorithm)
|
4542
|
+
_setter("subjects", subjects)
|
4543
|
+
_setter("validities", validities)
|
4544
|
+
_setter("version_name", version_name)
|
3739
4545
|
|
3740
4546
|
@property
|
3741
4547
|
@pulumi.getter(name="configType")
|
@@ -3825,23 +4631,64 @@ class GetCertificateAuthorityCertificateAuthorityConfigSubjectResult(dict):
|
|
3825
4631
|
:param str title: Title (RDN T or TITLE).
|
3826
4632
|
:param str user_id: User ID (RDN UID).
|
3827
4633
|
"""
|
3828
|
-
|
3829
|
-
|
3830
|
-
|
3831
|
-
|
3832
|
-
|
3833
|
-
|
3834
|
-
|
3835
|
-
|
3836
|
-
|
3837
|
-
|
3838
|
-
|
3839
|
-
|
3840
|
-
|
3841
|
-
|
3842
|
-
|
3843
|
-
|
3844
|
-
|
4634
|
+
GetCertificateAuthorityCertificateAuthorityConfigSubjectResult._configure(
|
4635
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4636
|
+
common_name=common_name,
|
4637
|
+
country=country,
|
4638
|
+
distinguished_name_qualifier=distinguished_name_qualifier,
|
4639
|
+
domain_component=domain_component,
|
4640
|
+
generation_qualifier=generation_qualifier,
|
4641
|
+
given_name=given_name,
|
4642
|
+
initials=initials,
|
4643
|
+
locality_name=locality_name,
|
4644
|
+
organization=organization,
|
4645
|
+
organizational_unit=organizational_unit,
|
4646
|
+
pseudonym=pseudonym,
|
4647
|
+
serial_number=serial_number,
|
4648
|
+
state_or_province_name=state_or_province_name,
|
4649
|
+
street=street,
|
4650
|
+
surname=surname,
|
4651
|
+
title=title,
|
4652
|
+
user_id=user_id,
|
4653
|
+
)
|
4654
|
+
@staticmethod
|
4655
|
+
def _configure(
|
4656
|
+
_setter: Callable[[Any, Any], None],
|
4657
|
+
common_name: str,
|
4658
|
+
country: str,
|
4659
|
+
distinguished_name_qualifier: str,
|
4660
|
+
domain_component: str,
|
4661
|
+
generation_qualifier: str,
|
4662
|
+
given_name: str,
|
4663
|
+
initials: str,
|
4664
|
+
locality_name: str,
|
4665
|
+
organization: str,
|
4666
|
+
organizational_unit: str,
|
4667
|
+
pseudonym: str,
|
4668
|
+
serial_number: str,
|
4669
|
+
state_or_province_name: str,
|
4670
|
+
street: str,
|
4671
|
+
surname: str,
|
4672
|
+
title: str,
|
4673
|
+
user_id: str,
|
4674
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4675
|
+
_setter("common_name", common_name)
|
4676
|
+
_setter("country", country)
|
4677
|
+
_setter("distinguished_name_qualifier", distinguished_name_qualifier)
|
4678
|
+
_setter("domain_component", domain_component)
|
4679
|
+
_setter("generation_qualifier", generation_qualifier)
|
4680
|
+
_setter("given_name", given_name)
|
4681
|
+
_setter("initials", initials)
|
4682
|
+
_setter("locality_name", locality_name)
|
4683
|
+
_setter("organization", organization)
|
4684
|
+
_setter("organizational_unit", organizational_unit)
|
4685
|
+
_setter("pseudonym", pseudonym)
|
4686
|
+
_setter("serial_number", serial_number)
|
4687
|
+
_setter("state_or_province_name", state_or_province_name)
|
4688
|
+
_setter("street", street)
|
4689
|
+
_setter("surname", surname)
|
4690
|
+
_setter("title", title)
|
4691
|
+
_setter("user_id", user_id)
|
3845
4692
|
|
3846
4693
|
@property
|
3847
4694
|
@pulumi.getter(name="commonName")
|
@@ -3989,8 +4836,19 @@ class GetCertificateAuthorityCertificateAuthorityConfigValidityResult(dict):
|
|
3989
4836
|
:param str time_of_validity_not_after: The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
3990
4837
|
:param str time_of_validity_not_before: The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
3991
4838
|
"""
|
3992
|
-
|
3993
|
-
|
4839
|
+
GetCertificateAuthorityCertificateAuthorityConfigValidityResult._configure(
|
4840
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4841
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
4842
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
4843
|
+
)
|
4844
|
+
@staticmethod
|
4845
|
+
def _configure(
|
4846
|
+
_setter: Callable[[Any, Any], None],
|
4847
|
+
time_of_validity_not_after: str,
|
4848
|
+
time_of_validity_not_before: str,
|
4849
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4850
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
4851
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
3994
4852
|
|
3995
4853
|
@property
|
3996
4854
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -4020,9 +4878,22 @@ class GetCertificateAuthorityCertificateAuthorityRuleResult(dict):
|
|
4020
4878
|
:param str leaf_certificate_max_validity_duration: A property indicating the maximum validity duration, in days, of leaf certificates issued by this CA. Expressed in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals) format.
|
4021
4879
|
:param str rule_type: The type of rule, whether a renewal rule regarding when to renew the CA or an issuance expiry rule that governs how long the certificates and CAs issued by the CA are valid. (For internal use only) An internal issuance rule defines the number and type of certificates that the CA can issue.
|
4022
4880
|
"""
|
4023
|
-
|
4024
|
-
|
4025
|
-
|
4881
|
+
GetCertificateAuthorityCertificateAuthorityRuleResult._configure(
|
4882
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4883
|
+
certificate_authority_max_validity_duration=certificate_authority_max_validity_duration,
|
4884
|
+
leaf_certificate_max_validity_duration=leaf_certificate_max_validity_duration,
|
4885
|
+
rule_type=rule_type,
|
4886
|
+
)
|
4887
|
+
@staticmethod
|
4888
|
+
def _configure(
|
4889
|
+
_setter: Callable[[Any, Any], None],
|
4890
|
+
certificate_authority_max_validity_duration: str,
|
4891
|
+
leaf_certificate_max_validity_duration: str,
|
4892
|
+
rule_type: str,
|
4893
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4894
|
+
_setter("certificate_authority_max_validity_duration", certificate_authority_max_validity_duration)
|
4895
|
+
_setter("leaf_certificate_max_validity_duration", leaf_certificate_max_validity_duration)
|
4896
|
+
_setter("rule_type", rule_type)
|
4026
4897
|
|
4027
4898
|
@property
|
4028
4899
|
@pulumi.getter(name="certificateAuthorityMaxValidityDuration")
|
@@ -4058,8 +4929,19 @@ class GetCertificateAuthorityCertificateRevocationListDetailResult(dict):
|
|
4058
4929
|
:param Sequence[str] custom_formatted_urls: Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
|
4059
4930
|
:param Sequence['GetCertificateAuthorityCertificateRevocationListDetailObjectStorageConfigArgs'] object_storage_configs: The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
|
4060
4931
|
"""
|
4061
|
-
|
4062
|
-
|
4932
|
+
GetCertificateAuthorityCertificateRevocationListDetailResult._configure(
|
4933
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4934
|
+
custom_formatted_urls=custom_formatted_urls,
|
4935
|
+
object_storage_configs=object_storage_configs,
|
4936
|
+
)
|
4937
|
+
@staticmethod
|
4938
|
+
def _configure(
|
4939
|
+
_setter: Callable[[Any, Any], None],
|
4940
|
+
custom_formatted_urls: Sequence[str],
|
4941
|
+
object_storage_configs: Sequence['outputs.GetCertificateAuthorityCertificateRevocationListDetailObjectStorageConfigResult'],
|
4942
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4943
|
+
_setter("custom_formatted_urls", custom_formatted_urls)
|
4944
|
+
_setter("object_storage_configs", object_storage_configs)
|
4063
4945
|
|
4064
4946
|
@property
|
4065
4947
|
@pulumi.getter(name="customFormattedUrls")
|
@@ -4089,9 +4971,22 @@ class GetCertificateAuthorityCertificateRevocationListDetailObjectStorageConfigR
|
|
4089
4971
|
:param str object_storage_namespace: The tenancy of the bucket where the CRL is stored.
|
4090
4972
|
:param str object_storage_object_name_format: The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
|
4091
4973
|
"""
|
4092
|
-
|
4093
|
-
|
4094
|
-
|
4974
|
+
GetCertificateAuthorityCertificateRevocationListDetailObjectStorageConfigResult._configure(
|
4975
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4976
|
+
object_storage_bucket_name=object_storage_bucket_name,
|
4977
|
+
object_storage_namespace=object_storage_namespace,
|
4978
|
+
object_storage_object_name_format=object_storage_object_name_format,
|
4979
|
+
)
|
4980
|
+
@staticmethod
|
4981
|
+
def _configure(
|
4982
|
+
_setter: Callable[[Any, Any], None],
|
4983
|
+
object_storage_bucket_name: str,
|
4984
|
+
object_storage_namespace: str,
|
4985
|
+
object_storage_object_name_format: str,
|
4986
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4987
|
+
_setter("object_storage_bucket_name", object_storage_bucket_name)
|
4988
|
+
_setter("object_storage_namespace", object_storage_namespace)
|
4989
|
+
_setter("object_storage_object_name_format", object_storage_object_name_format)
|
4095
4990
|
|
4096
4991
|
@property
|
4097
4992
|
@pulumi.getter(name="objectStorageBucketName")
|
@@ -4143,16 +5038,43 @@ class GetCertificateAuthorityCurrentVersionResult(dict):
|
|
4143
5038
|
:param str version_name: The name of the CA version. When this value is not null, the name is unique across CA versions for a given CA.
|
4144
5039
|
:param str version_number: The version number of the CA.
|
4145
5040
|
"""
|
4146
|
-
|
4147
|
-
|
4148
|
-
|
4149
|
-
|
4150
|
-
|
4151
|
-
|
4152
|
-
|
4153
|
-
|
4154
|
-
|
4155
|
-
|
5041
|
+
GetCertificateAuthorityCurrentVersionResult._configure(
|
5042
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5043
|
+
certificate_authority_id=certificate_authority_id,
|
5044
|
+
issuer_ca_version_number=issuer_ca_version_number,
|
5045
|
+
revocation_statuses=revocation_statuses,
|
5046
|
+
serial_number=serial_number,
|
5047
|
+
stages=stages,
|
5048
|
+
time_created=time_created,
|
5049
|
+
time_of_deletion=time_of_deletion,
|
5050
|
+
validities=validities,
|
5051
|
+
version_name=version_name,
|
5052
|
+
version_number=version_number,
|
5053
|
+
)
|
5054
|
+
@staticmethod
|
5055
|
+
def _configure(
|
5056
|
+
_setter: Callable[[Any, Any], None],
|
5057
|
+
certificate_authority_id: str,
|
5058
|
+
issuer_ca_version_number: str,
|
5059
|
+
revocation_statuses: Sequence['outputs.GetCertificateAuthorityCurrentVersionRevocationStatusResult'],
|
5060
|
+
serial_number: str,
|
5061
|
+
stages: Sequence[str],
|
5062
|
+
time_created: str,
|
5063
|
+
time_of_deletion: str,
|
5064
|
+
validities: Sequence['outputs.GetCertificateAuthorityCurrentVersionValidityResult'],
|
5065
|
+
version_name: str,
|
5066
|
+
version_number: str,
|
5067
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5068
|
+
_setter("certificate_authority_id", certificate_authority_id)
|
5069
|
+
_setter("issuer_ca_version_number", issuer_ca_version_number)
|
5070
|
+
_setter("revocation_statuses", revocation_statuses)
|
5071
|
+
_setter("serial_number", serial_number)
|
5072
|
+
_setter("stages", stages)
|
5073
|
+
_setter("time_created", time_created)
|
5074
|
+
_setter("time_of_deletion", time_of_deletion)
|
5075
|
+
_setter("validities", validities)
|
5076
|
+
_setter("version_name", version_name)
|
5077
|
+
_setter("version_number", version_number)
|
4156
5078
|
|
4157
5079
|
@property
|
4158
5080
|
@pulumi.getter(name="certificateAuthorityId")
|
@@ -4244,8 +5166,19 @@ class GetCertificateAuthorityCurrentVersionRevocationStatusResult(dict):
|
|
4244
5166
|
:param str revocation_reason: The reason the certificate or certificate authority (CA) was revoked.
|
4245
5167
|
:param str time_of_revocation: The time when the entity was revoked, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
4246
5168
|
"""
|
4247
|
-
|
4248
|
-
|
5169
|
+
GetCertificateAuthorityCurrentVersionRevocationStatusResult._configure(
|
5170
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5171
|
+
revocation_reason=revocation_reason,
|
5172
|
+
time_of_revocation=time_of_revocation,
|
5173
|
+
)
|
5174
|
+
@staticmethod
|
5175
|
+
def _configure(
|
5176
|
+
_setter: Callable[[Any, Any], None],
|
5177
|
+
revocation_reason: str,
|
5178
|
+
time_of_revocation: str,
|
5179
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5180
|
+
_setter("revocation_reason", revocation_reason)
|
5181
|
+
_setter("time_of_revocation", time_of_revocation)
|
4249
5182
|
|
4250
5183
|
@property
|
4251
5184
|
@pulumi.getter(name="revocationReason")
|
@@ -4273,8 +5206,19 @@ class GetCertificateAuthorityCurrentVersionValidityResult(dict):
|
|
4273
5206
|
:param str time_of_validity_not_after: The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
4274
5207
|
:param str time_of_validity_not_before: The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
4275
5208
|
"""
|
4276
|
-
|
4277
|
-
|
5209
|
+
GetCertificateAuthorityCurrentVersionValidityResult._configure(
|
5210
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5211
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
5212
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
5213
|
+
)
|
5214
|
+
@staticmethod
|
5215
|
+
def _configure(
|
5216
|
+
_setter: Callable[[Any, Any], None],
|
5217
|
+
time_of_validity_not_after: str,
|
5218
|
+
time_of_validity_not_before: str,
|
5219
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5220
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
5221
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
4278
5222
|
|
4279
5223
|
@property
|
4280
5224
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -4332,23 +5276,64 @@ class GetCertificateAuthoritySubjectResult(dict):
|
|
4332
5276
|
:param str title: Title (RDN T or TITLE).
|
4333
5277
|
:param str user_id: User ID (RDN UID).
|
4334
5278
|
"""
|
4335
|
-
|
4336
|
-
|
4337
|
-
|
4338
|
-
|
4339
|
-
|
4340
|
-
|
4341
|
-
|
4342
|
-
|
4343
|
-
|
4344
|
-
|
4345
|
-
|
4346
|
-
|
4347
|
-
|
4348
|
-
|
4349
|
-
|
4350
|
-
|
4351
|
-
|
5279
|
+
GetCertificateAuthoritySubjectResult._configure(
|
5280
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5281
|
+
common_name=common_name,
|
5282
|
+
country=country,
|
5283
|
+
distinguished_name_qualifier=distinguished_name_qualifier,
|
5284
|
+
domain_component=domain_component,
|
5285
|
+
generation_qualifier=generation_qualifier,
|
5286
|
+
given_name=given_name,
|
5287
|
+
initials=initials,
|
5288
|
+
locality_name=locality_name,
|
5289
|
+
organization=organization,
|
5290
|
+
organizational_unit=organizational_unit,
|
5291
|
+
pseudonym=pseudonym,
|
5292
|
+
serial_number=serial_number,
|
5293
|
+
state_or_province_name=state_or_province_name,
|
5294
|
+
street=street,
|
5295
|
+
surname=surname,
|
5296
|
+
title=title,
|
5297
|
+
user_id=user_id,
|
5298
|
+
)
|
5299
|
+
@staticmethod
|
5300
|
+
def _configure(
|
5301
|
+
_setter: Callable[[Any, Any], None],
|
5302
|
+
common_name: str,
|
5303
|
+
country: str,
|
5304
|
+
distinguished_name_qualifier: str,
|
5305
|
+
domain_component: str,
|
5306
|
+
generation_qualifier: str,
|
5307
|
+
given_name: str,
|
5308
|
+
initials: str,
|
5309
|
+
locality_name: str,
|
5310
|
+
organization: str,
|
5311
|
+
organizational_unit: str,
|
5312
|
+
pseudonym: str,
|
5313
|
+
serial_number: str,
|
5314
|
+
state_or_province_name: str,
|
5315
|
+
street: str,
|
5316
|
+
surname: str,
|
5317
|
+
title: str,
|
5318
|
+
user_id: str,
|
5319
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5320
|
+
_setter("common_name", common_name)
|
5321
|
+
_setter("country", country)
|
5322
|
+
_setter("distinguished_name_qualifier", distinguished_name_qualifier)
|
5323
|
+
_setter("domain_component", domain_component)
|
5324
|
+
_setter("generation_qualifier", generation_qualifier)
|
5325
|
+
_setter("given_name", given_name)
|
5326
|
+
_setter("initials", initials)
|
5327
|
+
_setter("locality_name", locality_name)
|
5328
|
+
_setter("organization", organization)
|
5329
|
+
_setter("organizational_unit", organizational_unit)
|
5330
|
+
_setter("pseudonym", pseudonym)
|
5331
|
+
_setter("serial_number", serial_number)
|
5332
|
+
_setter("state_or_province_name", state_or_province_name)
|
5333
|
+
_setter("street", street)
|
5334
|
+
_setter("surname", surname)
|
5335
|
+
_setter("title", title)
|
5336
|
+
_setter("user_id", user_id)
|
4352
5337
|
|
4353
5338
|
@property
|
4354
5339
|
@pulumi.getter(name="commonName")
|
@@ -4496,8 +5481,19 @@ class GetCertificateAuthorityVersionRevocationStatusResult(dict):
|
|
4496
5481
|
:param str revocation_reason: The reason the certificate or certificate authority (CA) was revoked.
|
4497
5482
|
:param str time_of_revocation: The time when the entity was revoked, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
4498
5483
|
"""
|
4499
|
-
|
4500
|
-
|
5484
|
+
GetCertificateAuthorityVersionRevocationStatusResult._configure(
|
5485
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5486
|
+
revocation_reason=revocation_reason,
|
5487
|
+
time_of_revocation=time_of_revocation,
|
5488
|
+
)
|
5489
|
+
@staticmethod
|
5490
|
+
def _configure(
|
5491
|
+
_setter: Callable[[Any, Any], None],
|
5492
|
+
revocation_reason: str,
|
5493
|
+
time_of_revocation: str,
|
5494
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5495
|
+
_setter("revocation_reason", revocation_reason)
|
5496
|
+
_setter("time_of_revocation", time_of_revocation)
|
4501
5497
|
|
4502
5498
|
@property
|
4503
5499
|
@pulumi.getter(name="revocationReason")
|
@@ -4521,8 +5517,19 @@ class GetCertificateAuthorityVersionSubjectAlternativeNameResult(dict):
|
|
4521
5517
|
def __init__(__self__, *,
|
4522
5518
|
type: str,
|
4523
5519
|
value: str):
|
4524
|
-
|
4525
|
-
|
5520
|
+
GetCertificateAuthorityVersionSubjectAlternativeNameResult._configure(
|
5521
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5522
|
+
type=type,
|
5523
|
+
value=value,
|
5524
|
+
)
|
5525
|
+
@staticmethod
|
5526
|
+
def _configure(
|
5527
|
+
_setter: Callable[[Any, Any], None],
|
5528
|
+
type: str,
|
5529
|
+
value: str,
|
5530
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5531
|
+
_setter("type", type)
|
5532
|
+
_setter("value", value)
|
4526
5533
|
|
4527
5534
|
@property
|
4528
5535
|
@pulumi.getter
|
@@ -4544,8 +5551,19 @@ class GetCertificateAuthorityVersionValidityResult(dict):
|
|
4544
5551
|
:param str time_of_validity_not_after: The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
4545
5552
|
:param str time_of_validity_not_before: The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
4546
5553
|
"""
|
4547
|
-
|
4548
|
-
|
5554
|
+
GetCertificateAuthorityVersionValidityResult._configure(
|
5555
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5556
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
5557
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
5558
|
+
)
|
5559
|
+
@staticmethod
|
5560
|
+
def _configure(
|
5561
|
+
_setter: Callable[[Any, Any], None],
|
5562
|
+
time_of_validity_not_after: str,
|
5563
|
+
time_of_validity_not_before: str,
|
5564
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5565
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
5566
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
4549
5567
|
|
4550
5568
|
@property
|
4551
5569
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -4571,7 +5589,16 @@ class GetCertificateAuthorityVersionsCertificateAuthorityVersionCollectionResult
|
|
4571
5589
|
"""
|
4572
5590
|
:param Sequence['GetCertificateAuthorityVersionsCertificateAuthorityVersionCollectionItemArgs'] items: A list of certificate authority version summary objects.
|
4573
5591
|
"""
|
4574
|
-
|
5592
|
+
GetCertificateAuthorityVersionsCertificateAuthorityVersionCollectionResult._configure(
|
5593
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5594
|
+
items=items,
|
5595
|
+
)
|
5596
|
+
@staticmethod
|
5597
|
+
def _configure(
|
5598
|
+
_setter: Callable[[Any, Any], None],
|
5599
|
+
items: Sequence['outputs.GetCertificateAuthorityVersionsCertificateAuthorityVersionCollectionItemResult'],
|
5600
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5601
|
+
_setter("items", items)
|
4575
5602
|
|
4576
5603
|
@property
|
4577
5604
|
@pulumi.getter
|
@@ -4607,16 +5634,43 @@ class GetCertificateAuthorityVersionsCertificateAuthorityVersionCollectionItemRe
|
|
4607
5634
|
:param str version_name: The name of the CA version. When this value is not null, the name is unique across CA versions for a given CA.
|
4608
5635
|
:param str version_number: A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.
|
4609
5636
|
"""
|
4610
|
-
|
4611
|
-
|
4612
|
-
|
4613
|
-
|
4614
|
-
|
4615
|
-
|
4616
|
-
|
4617
|
-
|
4618
|
-
|
4619
|
-
|
5637
|
+
GetCertificateAuthorityVersionsCertificateAuthorityVersionCollectionItemResult._configure(
|
5638
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5639
|
+
certificate_authority_id=certificate_authority_id,
|
5640
|
+
issuer_ca_version_number=issuer_ca_version_number,
|
5641
|
+
revocation_statuses=revocation_statuses,
|
5642
|
+
serial_number=serial_number,
|
5643
|
+
stages=stages,
|
5644
|
+
time_created=time_created,
|
5645
|
+
time_of_deletion=time_of_deletion,
|
5646
|
+
validities=validities,
|
5647
|
+
version_name=version_name,
|
5648
|
+
version_number=version_number,
|
5649
|
+
)
|
5650
|
+
@staticmethod
|
5651
|
+
def _configure(
|
5652
|
+
_setter: Callable[[Any, Any], None],
|
5653
|
+
certificate_authority_id: str,
|
5654
|
+
issuer_ca_version_number: str,
|
5655
|
+
revocation_statuses: Sequence['outputs.GetCertificateAuthorityVersionsCertificateAuthorityVersionCollectionItemRevocationStatusResult'],
|
5656
|
+
serial_number: str,
|
5657
|
+
stages: Sequence[str],
|
5658
|
+
time_created: str,
|
5659
|
+
time_of_deletion: str,
|
5660
|
+
validities: Sequence['outputs.GetCertificateAuthorityVersionsCertificateAuthorityVersionCollectionItemValidityResult'],
|
5661
|
+
version_name: str,
|
5662
|
+
version_number: str,
|
5663
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5664
|
+
_setter("certificate_authority_id", certificate_authority_id)
|
5665
|
+
_setter("issuer_ca_version_number", issuer_ca_version_number)
|
5666
|
+
_setter("revocation_statuses", revocation_statuses)
|
5667
|
+
_setter("serial_number", serial_number)
|
5668
|
+
_setter("stages", stages)
|
5669
|
+
_setter("time_created", time_created)
|
5670
|
+
_setter("time_of_deletion", time_of_deletion)
|
5671
|
+
_setter("validities", validities)
|
5672
|
+
_setter("version_name", version_name)
|
5673
|
+
_setter("version_number", version_number)
|
4620
5674
|
|
4621
5675
|
@property
|
4622
5676
|
@pulumi.getter(name="certificateAuthorityId")
|
@@ -4708,8 +5762,19 @@ class GetCertificateAuthorityVersionsCertificateAuthorityVersionCollectionItemRe
|
|
4708
5762
|
:param str revocation_reason: The reason the certificate or certificate authority (CA) was revoked.
|
4709
5763
|
:param str time_of_revocation: The time when the entity was revoked, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
4710
5764
|
"""
|
4711
|
-
|
4712
|
-
|
5765
|
+
GetCertificateAuthorityVersionsCertificateAuthorityVersionCollectionItemRevocationStatusResult._configure(
|
5766
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5767
|
+
revocation_reason=revocation_reason,
|
5768
|
+
time_of_revocation=time_of_revocation,
|
5769
|
+
)
|
5770
|
+
@staticmethod
|
5771
|
+
def _configure(
|
5772
|
+
_setter: Callable[[Any, Any], None],
|
5773
|
+
revocation_reason: str,
|
5774
|
+
time_of_revocation: str,
|
5775
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5776
|
+
_setter("revocation_reason", revocation_reason)
|
5777
|
+
_setter("time_of_revocation", time_of_revocation)
|
4713
5778
|
|
4714
5779
|
@property
|
4715
5780
|
@pulumi.getter(name="revocationReason")
|
@@ -4737,8 +5802,19 @@ class GetCertificateAuthorityVersionsCertificateAuthorityVersionCollectionItemVa
|
|
4737
5802
|
:param str time_of_validity_not_after: The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
4738
5803
|
:param str time_of_validity_not_before: The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
4739
5804
|
"""
|
4740
|
-
|
4741
|
-
|
5805
|
+
GetCertificateAuthorityVersionsCertificateAuthorityVersionCollectionItemValidityResult._configure(
|
5806
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5807
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
5808
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
5809
|
+
)
|
5810
|
+
@staticmethod
|
5811
|
+
def _configure(
|
5812
|
+
_setter: Callable[[Any, Any], None],
|
5813
|
+
time_of_validity_not_after: str,
|
5814
|
+
time_of_validity_not_before: str,
|
5815
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5816
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
5817
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
4742
5818
|
|
4743
5819
|
@property
|
4744
5820
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -4763,10 +5839,23 @@ class GetCertificateAuthorityVersionsFilterResult(dict):
|
|
4763
5839
|
name: str,
|
4764
5840
|
values: Sequence[str],
|
4765
5841
|
regex: Optional[bool] = None):
|
4766
|
-
|
4767
|
-
|
5842
|
+
GetCertificateAuthorityVersionsFilterResult._configure(
|
5843
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5844
|
+
name=name,
|
5845
|
+
values=values,
|
5846
|
+
regex=regex,
|
5847
|
+
)
|
5848
|
+
@staticmethod
|
5849
|
+
def _configure(
|
5850
|
+
_setter: Callable[[Any, Any], None],
|
5851
|
+
name: str,
|
5852
|
+
values: Sequence[str],
|
5853
|
+
regex: Optional[bool] = None,
|
5854
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5855
|
+
_setter("name", name)
|
5856
|
+
_setter("values", values)
|
4768
5857
|
if regex is not None:
|
4769
|
-
|
5858
|
+
_setter("regex", regex)
|
4770
5859
|
|
4771
5860
|
@property
|
4772
5861
|
@pulumi.getter
|
@@ -4808,16 +5897,43 @@ class GetCertificateCertificateConfigResult(dict):
|
|
4808
5897
|
:param Sequence['GetCertificateCertificateConfigValidityArgs'] validities: An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.
|
4809
5898
|
:param str version_name: The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
|
4810
5899
|
"""
|
4811
|
-
|
4812
|
-
|
4813
|
-
|
4814
|
-
|
4815
|
-
|
4816
|
-
|
4817
|
-
|
4818
|
-
|
4819
|
-
|
4820
|
-
|
5900
|
+
GetCertificateCertificateConfigResult._configure(
|
5901
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5902
|
+
certificate_profile_type=certificate_profile_type,
|
5903
|
+
config_type=config_type,
|
5904
|
+
csr_pem=csr_pem,
|
5905
|
+
issuer_certificate_authority_id=issuer_certificate_authority_id,
|
5906
|
+
key_algorithm=key_algorithm,
|
5907
|
+
signature_algorithm=signature_algorithm,
|
5908
|
+
subject_alternative_names=subject_alternative_names,
|
5909
|
+
subjects=subjects,
|
5910
|
+
validities=validities,
|
5911
|
+
version_name=version_name,
|
5912
|
+
)
|
5913
|
+
@staticmethod
|
5914
|
+
def _configure(
|
5915
|
+
_setter: Callable[[Any, Any], None],
|
5916
|
+
certificate_profile_type: str,
|
5917
|
+
config_type: str,
|
5918
|
+
csr_pem: str,
|
5919
|
+
issuer_certificate_authority_id: str,
|
5920
|
+
key_algorithm: str,
|
5921
|
+
signature_algorithm: str,
|
5922
|
+
subject_alternative_names: Sequence['outputs.GetCertificateCertificateConfigSubjectAlternativeNameResult'],
|
5923
|
+
subjects: Sequence['outputs.GetCertificateCertificateConfigSubjectResult'],
|
5924
|
+
validities: Sequence['outputs.GetCertificateCertificateConfigValidityResult'],
|
5925
|
+
version_name: str,
|
5926
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5927
|
+
_setter("certificate_profile_type", certificate_profile_type)
|
5928
|
+
_setter("config_type", config_type)
|
5929
|
+
_setter("csr_pem", csr_pem)
|
5930
|
+
_setter("issuer_certificate_authority_id", issuer_certificate_authority_id)
|
5931
|
+
_setter("key_algorithm", key_algorithm)
|
5932
|
+
_setter("signature_algorithm", signature_algorithm)
|
5933
|
+
_setter("subject_alternative_names", subject_alternative_names)
|
5934
|
+
_setter("subjects", subjects)
|
5935
|
+
_setter("validities", validities)
|
5936
|
+
_setter("version_name", version_name)
|
4821
5937
|
|
4822
5938
|
@property
|
4823
5939
|
@pulumi.getter(name="certificateProfileType")
|
@@ -4936,23 +6052,64 @@ class GetCertificateCertificateConfigSubjectResult(dict):
|
|
4936
6052
|
:param str title: Title (RDN T or TITLE).
|
4937
6053
|
:param str user_id: User ID (RDN UID).
|
4938
6054
|
"""
|
4939
|
-
|
4940
|
-
|
4941
|
-
|
4942
|
-
|
4943
|
-
|
4944
|
-
|
4945
|
-
|
4946
|
-
|
4947
|
-
|
4948
|
-
|
4949
|
-
|
4950
|
-
|
4951
|
-
|
4952
|
-
|
4953
|
-
|
4954
|
-
|
4955
|
-
|
6055
|
+
GetCertificateCertificateConfigSubjectResult._configure(
|
6056
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6057
|
+
common_name=common_name,
|
6058
|
+
country=country,
|
6059
|
+
distinguished_name_qualifier=distinguished_name_qualifier,
|
6060
|
+
domain_component=domain_component,
|
6061
|
+
generation_qualifier=generation_qualifier,
|
6062
|
+
given_name=given_name,
|
6063
|
+
initials=initials,
|
6064
|
+
locality_name=locality_name,
|
6065
|
+
organization=organization,
|
6066
|
+
organizational_unit=organizational_unit,
|
6067
|
+
pseudonym=pseudonym,
|
6068
|
+
serial_number=serial_number,
|
6069
|
+
state_or_province_name=state_or_province_name,
|
6070
|
+
street=street,
|
6071
|
+
surname=surname,
|
6072
|
+
title=title,
|
6073
|
+
user_id=user_id,
|
6074
|
+
)
|
6075
|
+
@staticmethod
|
6076
|
+
def _configure(
|
6077
|
+
_setter: Callable[[Any, Any], None],
|
6078
|
+
common_name: str,
|
6079
|
+
country: str,
|
6080
|
+
distinguished_name_qualifier: str,
|
6081
|
+
domain_component: str,
|
6082
|
+
generation_qualifier: str,
|
6083
|
+
given_name: str,
|
6084
|
+
initials: str,
|
6085
|
+
locality_name: str,
|
6086
|
+
organization: str,
|
6087
|
+
organizational_unit: str,
|
6088
|
+
pseudonym: str,
|
6089
|
+
serial_number: str,
|
6090
|
+
state_or_province_name: str,
|
6091
|
+
street: str,
|
6092
|
+
surname: str,
|
6093
|
+
title: str,
|
6094
|
+
user_id: str,
|
6095
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6096
|
+
_setter("common_name", common_name)
|
6097
|
+
_setter("country", country)
|
6098
|
+
_setter("distinguished_name_qualifier", distinguished_name_qualifier)
|
6099
|
+
_setter("domain_component", domain_component)
|
6100
|
+
_setter("generation_qualifier", generation_qualifier)
|
6101
|
+
_setter("given_name", given_name)
|
6102
|
+
_setter("initials", initials)
|
6103
|
+
_setter("locality_name", locality_name)
|
6104
|
+
_setter("organization", organization)
|
6105
|
+
_setter("organizational_unit", organizational_unit)
|
6106
|
+
_setter("pseudonym", pseudonym)
|
6107
|
+
_setter("serial_number", serial_number)
|
6108
|
+
_setter("state_or_province_name", state_or_province_name)
|
6109
|
+
_setter("street", street)
|
6110
|
+
_setter("surname", surname)
|
6111
|
+
_setter("title", title)
|
6112
|
+
_setter("user_id", user_id)
|
4956
6113
|
|
4957
6114
|
@property
|
4958
6115
|
@pulumi.getter(name="commonName")
|
@@ -5100,8 +6257,19 @@ class GetCertificateCertificateConfigSubjectAlternativeNameResult(dict):
|
|
5100
6257
|
:param str type: The subject alternative name type. Currently only DNS domain or host names and IP addresses are supported.
|
5101
6258
|
:param str value: The subject alternative name.
|
5102
6259
|
"""
|
5103
|
-
|
5104
|
-
|
6260
|
+
GetCertificateCertificateConfigSubjectAlternativeNameResult._configure(
|
6261
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6262
|
+
type=type,
|
6263
|
+
value=value,
|
6264
|
+
)
|
6265
|
+
@staticmethod
|
6266
|
+
def _configure(
|
6267
|
+
_setter: Callable[[Any, Any], None],
|
6268
|
+
type: str,
|
6269
|
+
value: str,
|
6270
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6271
|
+
_setter("type", type)
|
6272
|
+
_setter("value", value)
|
5105
6273
|
|
5106
6274
|
@property
|
5107
6275
|
@pulumi.getter
|
@@ -5129,8 +6297,19 @@ class GetCertificateCertificateConfigValidityResult(dict):
|
|
5129
6297
|
:param str time_of_validity_not_after: The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
5130
6298
|
:param str time_of_validity_not_before: The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
5131
6299
|
"""
|
5132
|
-
|
5133
|
-
|
6300
|
+
GetCertificateCertificateConfigValidityResult._configure(
|
6301
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6302
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
6303
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
6304
|
+
)
|
6305
|
+
@staticmethod
|
6306
|
+
def _configure(
|
6307
|
+
_setter: Callable[[Any, Any], None],
|
6308
|
+
time_of_validity_not_after: str,
|
6309
|
+
time_of_validity_not_before: str,
|
6310
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6311
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
6312
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
5134
6313
|
|
5135
6314
|
@property
|
5136
6315
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -5158,8 +6337,19 @@ class GetCertificateCertificateRevocationListDetailResult(dict):
|
|
5158
6337
|
:param Sequence[str] custom_formatted_urls: Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
|
5159
6338
|
:param Sequence['GetCertificateCertificateRevocationListDetailObjectStorageConfigArgs'] object_storage_configs: The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
|
5160
6339
|
"""
|
5161
|
-
|
5162
|
-
|
6340
|
+
GetCertificateCertificateRevocationListDetailResult._configure(
|
6341
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6342
|
+
custom_formatted_urls=custom_formatted_urls,
|
6343
|
+
object_storage_configs=object_storage_configs,
|
6344
|
+
)
|
6345
|
+
@staticmethod
|
6346
|
+
def _configure(
|
6347
|
+
_setter: Callable[[Any, Any], None],
|
6348
|
+
custom_formatted_urls: Sequence[str],
|
6349
|
+
object_storage_configs: Sequence['outputs.GetCertificateCertificateRevocationListDetailObjectStorageConfigResult'],
|
6350
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6351
|
+
_setter("custom_formatted_urls", custom_formatted_urls)
|
6352
|
+
_setter("object_storage_configs", object_storage_configs)
|
5163
6353
|
|
5164
6354
|
@property
|
5165
6355
|
@pulumi.getter(name="customFormattedUrls")
|
@@ -5189,9 +6379,22 @@ class GetCertificateCertificateRevocationListDetailObjectStorageConfigResult(dic
|
|
5189
6379
|
:param str object_storage_namespace: The tenancy of the bucket where the CRL is stored.
|
5190
6380
|
:param str object_storage_object_name_format: The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
|
5191
6381
|
"""
|
5192
|
-
|
5193
|
-
|
5194
|
-
|
6382
|
+
GetCertificateCertificateRevocationListDetailObjectStorageConfigResult._configure(
|
6383
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6384
|
+
object_storage_bucket_name=object_storage_bucket_name,
|
6385
|
+
object_storage_namespace=object_storage_namespace,
|
6386
|
+
object_storage_object_name_format=object_storage_object_name_format,
|
6387
|
+
)
|
6388
|
+
@staticmethod
|
6389
|
+
def _configure(
|
6390
|
+
_setter: Callable[[Any, Any], None],
|
6391
|
+
object_storage_bucket_name: str,
|
6392
|
+
object_storage_namespace: str,
|
6393
|
+
object_storage_object_name_format: str,
|
6394
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6395
|
+
_setter("object_storage_bucket_name", object_storage_bucket_name)
|
6396
|
+
_setter("object_storage_namespace", object_storage_namespace)
|
6397
|
+
_setter("object_storage_object_name_format", object_storage_object_name_format)
|
5195
6398
|
|
5196
6399
|
@property
|
5197
6400
|
@pulumi.getter(name="objectStorageBucketName")
|
@@ -5229,9 +6432,22 @@ class GetCertificateCertificateRuleResult(dict):
|
|
5229
6432
|
:param str renewal_interval: A property specifying how often, in days, a certificate should be renewed. Expressed in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals) format.
|
5230
6433
|
:param str rule_type: The type of rule.
|
5231
6434
|
"""
|
5232
|
-
|
5233
|
-
|
5234
|
-
|
6435
|
+
GetCertificateCertificateRuleResult._configure(
|
6436
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6437
|
+
advance_renewal_period=advance_renewal_period,
|
6438
|
+
renewal_interval=renewal_interval,
|
6439
|
+
rule_type=rule_type,
|
6440
|
+
)
|
6441
|
+
@staticmethod
|
6442
|
+
def _configure(
|
6443
|
+
_setter: Callable[[Any, Any], None],
|
6444
|
+
advance_renewal_period: str,
|
6445
|
+
renewal_interval: str,
|
6446
|
+
rule_type: str,
|
6447
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6448
|
+
_setter("advance_renewal_period", advance_renewal_period)
|
6449
|
+
_setter("renewal_interval", renewal_interval)
|
6450
|
+
_setter("rule_type", rule_type)
|
5235
6451
|
|
5236
6452
|
@property
|
5237
6453
|
@pulumi.getter(name="advanceRenewalPeriod")
|
@@ -5285,17 +6501,46 @@ class GetCertificateCurrentVersionResult(dict):
|
|
5285
6501
|
:param str version_name: The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
|
5286
6502
|
:param str version_number: The version number of the certificate.
|
5287
6503
|
"""
|
5288
|
-
|
5289
|
-
|
5290
|
-
|
5291
|
-
|
5292
|
-
|
5293
|
-
|
5294
|
-
|
5295
|
-
|
5296
|
-
|
5297
|
-
|
5298
|
-
|
6504
|
+
GetCertificateCurrentVersionResult._configure(
|
6505
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6506
|
+
certificate_id=certificate_id,
|
6507
|
+
issuer_ca_version_number=issuer_ca_version_number,
|
6508
|
+
revocation_statuses=revocation_statuses,
|
6509
|
+
serial_number=serial_number,
|
6510
|
+
stages=stages,
|
6511
|
+
subject_alternative_names=subject_alternative_names,
|
6512
|
+
time_created=time_created,
|
6513
|
+
time_of_deletion=time_of_deletion,
|
6514
|
+
validities=validities,
|
6515
|
+
version_name=version_name,
|
6516
|
+
version_number=version_number,
|
6517
|
+
)
|
6518
|
+
@staticmethod
|
6519
|
+
def _configure(
|
6520
|
+
_setter: Callable[[Any, Any], None],
|
6521
|
+
certificate_id: str,
|
6522
|
+
issuer_ca_version_number: str,
|
6523
|
+
revocation_statuses: Sequence['outputs.GetCertificateCurrentVersionRevocationStatusResult'],
|
6524
|
+
serial_number: str,
|
6525
|
+
stages: Sequence[str],
|
6526
|
+
subject_alternative_names: Sequence['outputs.GetCertificateCurrentVersionSubjectAlternativeNameResult'],
|
6527
|
+
time_created: str,
|
6528
|
+
time_of_deletion: str,
|
6529
|
+
validities: Sequence['outputs.GetCertificateCurrentVersionValidityResult'],
|
6530
|
+
version_name: str,
|
6531
|
+
version_number: str,
|
6532
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6533
|
+
_setter("certificate_id", certificate_id)
|
6534
|
+
_setter("issuer_ca_version_number", issuer_ca_version_number)
|
6535
|
+
_setter("revocation_statuses", revocation_statuses)
|
6536
|
+
_setter("serial_number", serial_number)
|
6537
|
+
_setter("stages", stages)
|
6538
|
+
_setter("subject_alternative_names", subject_alternative_names)
|
6539
|
+
_setter("time_created", time_created)
|
6540
|
+
_setter("time_of_deletion", time_of_deletion)
|
6541
|
+
_setter("validities", validities)
|
6542
|
+
_setter("version_name", version_name)
|
6543
|
+
_setter("version_number", version_number)
|
5299
6544
|
|
5300
6545
|
@property
|
5301
6546
|
@pulumi.getter(name="certificateId")
|
@@ -5395,8 +6640,19 @@ class GetCertificateCurrentVersionRevocationStatusResult(dict):
|
|
5395
6640
|
:param str revocation_reason: The reason the certificate or certificate authority (CA) was revoked.
|
5396
6641
|
:param str time_of_revocation: The time when the entity was revoked, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
5397
6642
|
"""
|
5398
|
-
|
5399
|
-
|
6643
|
+
GetCertificateCurrentVersionRevocationStatusResult._configure(
|
6644
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6645
|
+
revocation_reason=revocation_reason,
|
6646
|
+
time_of_revocation=time_of_revocation,
|
6647
|
+
)
|
6648
|
+
@staticmethod
|
6649
|
+
def _configure(
|
6650
|
+
_setter: Callable[[Any, Any], None],
|
6651
|
+
revocation_reason: str,
|
6652
|
+
time_of_revocation: str,
|
6653
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6654
|
+
_setter("revocation_reason", revocation_reason)
|
6655
|
+
_setter("time_of_revocation", time_of_revocation)
|
5400
6656
|
|
5401
6657
|
@property
|
5402
6658
|
@pulumi.getter(name="revocationReason")
|
@@ -5424,8 +6680,19 @@ class GetCertificateCurrentVersionSubjectAlternativeNameResult(dict):
|
|
5424
6680
|
:param str type: The subject alternative name type. Currently only DNS domain or host names and IP addresses are supported.
|
5425
6681
|
:param str value: The subject alternative name.
|
5426
6682
|
"""
|
5427
|
-
|
5428
|
-
|
6683
|
+
GetCertificateCurrentVersionSubjectAlternativeNameResult._configure(
|
6684
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6685
|
+
type=type,
|
6686
|
+
value=value,
|
6687
|
+
)
|
6688
|
+
@staticmethod
|
6689
|
+
def _configure(
|
6690
|
+
_setter: Callable[[Any, Any], None],
|
6691
|
+
type: str,
|
6692
|
+
value: str,
|
6693
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6694
|
+
_setter("type", type)
|
6695
|
+
_setter("value", value)
|
5429
6696
|
|
5430
6697
|
@property
|
5431
6698
|
@pulumi.getter
|
@@ -5453,8 +6720,19 @@ class GetCertificateCurrentVersionValidityResult(dict):
|
|
5453
6720
|
:param str time_of_validity_not_after: The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
5454
6721
|
:param str time_of_validity_not_before: The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
5455
6722
|
"""
|
5456
|
-
|
5457
|
-
|
6723
|
+
GetCertificateCurrentVersionValidityResult._configure(
|
6724
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6725
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
6726
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
6727
|
+
)
|
6728
|
+
@staticmethod
|
6729
|
+
def _configure(
|
6730
|
+
_setter: Callable[[Any, Any], None],
|
6731
|
+
time_of_validity_not_after: str,
|
6732
|
+
time_of_validity_not_before: str,
|
6733
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6734
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
6735
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
5458
6736
|
|
5459
6737
|
@property
|
5460
6738
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -5512,23 +6790,64 @@ class GetCertificateSubjectResult(dict):
|
|
5512
6790
|
:param str title: Title (RDN T or TITLE).
|
5513
6791
|
:param str user_id: User ID (RDN UID).
|
5514
6792
|
"""
|
5515
|
-
|
5516
|
-
|
5517
|
-
|
5518
|
-
|
5519
|
-
|
5520
|
-
|
5521
|
-
|
5522
|
-
|
5523
|
-
|
5524
|
-
|
5525
|
-
|
5526
|
-
|
5527
|
-
|
5528
|
-
|
5529
|
-
|
5530
|
-
|
5531
|
-
|
6793
|
+
GetCertificateSubjectResult._configure(
|
6794
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6795
|
+
common_name=common_name,
|
6796
|
+
country=country,
|
6797
|
+
distinguished_name_qualifier=distinguished_name_qualifier,
|
6798
|
+
domain_component=domain_component,
|
6799
|
+
generation_qualifier=generation_qualifier,
|
6800
|
+
given_name=given_name,
|
6801
|
+
initials=initials,
|
6802
|
+
locality_name=locality_name,
|
6803
|
+
organization=organization,
|
6804
|
+
organizational_unit=organizational_unit,
|
6805
|
+
pseudonym=pseudonym,
|
6806
|
+
serial_number=serial_number,
|
6807
|
+
state_or_province_name=state_or_province_name,
|
6808
|
+
street=street,
|
6809
|
+
surname=surname,
|
6810
|
+
title=title,
|
6811
|
+
user_id=user_id,
|
6812
|
+
)
|
6813
|
+
@staticmethod
|
6814
|
+
def _configure(
|
6815
|
+
_setter: Callable[[Any, Any], None],
|
6816
|
+
common_name: str,
|
6817
|
+
country: str,
|
6818
|
+
distinguished_name_qualifier: str,
|
6819
|
+
domain_component: str,
|
6820
|
+
generation_qualifier: str,
|
6821
|
+
given_name: str,
|
6822
|
+
initials: str,
|
6823
|
+
locality_name: str,
|
6824
|
+
organization: str,
|
6825
|
+
organizational_unit: str,
|
6826
|
+
pseudonym: str,
|
6827
|
+
serial_number: str,
|
6828
|
+
state_or_province_name: str,
|
6829
|
+
street: str,
|
6830
|
+
surname: str,
|
6831
|
+
title: str,
|
6832
|
+
user_id: str,
|
6833
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6834
|
+
_setter("common_name", common_name)
|
6835
|
+
_setter("country", country)
|
6836
|
+
_setter("distinguished_name_qualifier", distinguished_name_qualifier)
|
6837
|
+
_setter("domain_component", domain_component)
|
6838
|
+
_setter("generation_qualifier", generation_qualifier)
|
6839
|
+
_setter("given_name", given_name)
|
6840
|
+
_setter("initials", initials)
|
6841
|
+
_setter("locality_name", locality_name)
|
6842
|
+
_setter("organization", organization)
|
6843
|
+
_setter("organizational_unit", organizational_unit)
|
6844
|
+
_setter("pseudonym", pseudonym)
|
6845
|
+
_setter("serial_number", serial_number)
|
6846
|
+
_setter("state_or_province_name", state_or_province_name)
|
6847
|
+
_setter("street", street)
|
6848
|
+
_setter("surname", surname)
|
6849
|
+
_setter("title", title)
|
6850
|
+
_setter("user_id", user_id)
|
5532
6851
|
|
5533
6852
|
@property
|
5534
6853
|
@pulumi.getter(name="commonName")
|
@@ -5676,8 +6995,19 @@ class GetCertificateVersionRevocationStatusResult(dict):
|
|
5676
6995
|
:param str revocation_reason: The reason the certificate or certificate authority (CA) was revoked.
|
5677
6996
|
:param str time_of_revocation: The time when the entity was revoked, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
5678
6997
|
"""
|
5679
|
-
|
5680
|
-
|
6998
|
+
GetCertificateVersionRevocationStatusResult._configure(
|
6999
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7000
|
+
revocation_reason=revocation_reason,
|
7001
|
+
time_of_revocation=time_of_revocation,
|
7002
|
+
)
|
7003
|
+
@staticmethod
|
7004
|
+
def _configure(
|
7005
|
+
_setter: Callable[[Any, Any], None],
|
7006
|
+
revocation_reason: str,
|
7007
|
+
time_of_revocation: str,
|
7008
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7009
|
+
_setter("revocation_reason", revocation_reason)
|
7010
|
+
_setter("time_of_revocation", time_of_revocation)
|
5681
7011
|
|
5682
7012
|
@property
|
5683
7013
|
@pulumi.getter(name="revocationReason")
|
@@ -5705,8 +7035,19 @@ class GetCertificateVersionSubjectAlternativeNameResult(dict):
|
|
5705
7035
|
:param str type: The subject alternative name type. Currently only DNS domain or host names and IP addresses are supported.
|
5706
7036
|
:param str value: The subject alternative name.
|
5707
7037
|
"""
|
5708
|
-
|
5709
|
-
|
7038
|
+
GetCertificateVersionSubjectAlternativeNameResult._configure(
|
7039
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7040
|
+
type=type,
|
7041
|
+
value=value,
|
7042
|
+
)
|
7043
|
+
@staticmethod
|
7044
|
+
def _configure(
|
7045
|
+
_setter: Callable[[Any, Any], None],
|
7046
|
+
type: str,
|
7047
|
+
value: str,
|
7048
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7049
|
+
_setter("type", type)
|
7050
|
+
_setter("value", value)
|
5710
7051
|
|
5711
7052
|
@property
|
5712
7053
|
@pulumi.getter
|
@@ -5734,8 +7075,19 @@ class GetCertificateVersionValidityResult(dict):
|
|
5734
7075
|
:param str time_of_validity_not_after: The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
5735
7076
|
:param str time_of_validity_not_before: The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
5736
7077
|
"""
|
5737
|
-
|
5738
|
-
|
7078
|
+
GetCertificateVersionValidityResult._configure(
|
7079
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7080
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
7081
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
7082
|
+
)
|
7083
|
+
@staticmethod
|
7084
|
+
def _configure(
|
7085
|
+
_setter: Callable[[Any, Any], None],
|
7086
|
+
time_of_validity_not_after: str,
|
7087
|
+
time_of_validity_not_before: str,
|
7088
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7089
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
7090
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
5739
7091
|
|
5740
7092
|
@property
|
5741
7093
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -5761,7 +7113,16 @@ class GetCertificateVersionsCertificateVersionCollectionResult(dict):
|
|
5761
7113
|
"""
|
5762
7114
|
:param Sequence['GetCertificateVersionsCertificateVersionCollectionItemArgs'] items: A list of certificate version summary objects.
|
5763
7115
|
"""
|
5764
|
-
|
7116
|
+
GetCertificateVersionsCertificateVersionCollectionResult._configure(
|
7117
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7118
|
+
items=items,
|
7119
|
+
)
|
7120
|
+
@staticmethod
|
7121
|
+
def _configure(
|
7122
|
+
_setter: Callable[[Any, Any], None],
|
7123
|
+
items: Sequence['outputs.GetCertificateVersionsCertificateVersionCollectionItemResult'],
|
7124
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7125
|
+
_setter("items", items)
|
5765
7126
|
|
5766
7127
|
@property
|
5767
7128
|
@pulumi.getter
|
@@ -5799,17 +7160,46 @@ class GetCertificateVersionsCertificateVersionCollectionItemResult(dict):
|
|
5799
7160
|
:param str version_name: The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
|
5800
7161
|
:param str version_number: A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.
|
5801
7162
|
"""
|
5802
|
-
|
5803
|
-
|
5804
|
-
|
5805
|
-
|
5806
|
-
|
5807
|
-
|
5808
|
-
|
5809
|
-
|
5810
|
-
|
5811
|
-
|
5812
|
-
|
7163
|
+
GetCertificateVersionsCertificateVersionCollectionItemResult._configure(
|
7164
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7165
|
+
certificate_id=certificate_id,
|
7166
|
+
issuer_ca_version_number=issuer_ca_version_number,
|
7167
|
+
revocation_statuses=revocation_statuses,
|
7168
|
+
serial_number=serial_number,
|
7169
|
+
stages=stages,
|
7170
|
+
subject_alternative_names=subject_alternative_names,
|
7171
|
+
time_created=time_created,
|
7172
|
+
time_of_deletion=time_of_deletion,
|
7173
|
+
validities=validities,
|
7174
|
+
version_name=version_name,
|
7175
|
+
version_number=version_number,
|
7176
|
+
)
|
7177
|
+
@staticmethod
|
7178
|
+
def _configure(
|
7179
|
+
_setter: Callable[[Any, Any], None],
|
7180
|
+
certificate_id: str,
|
7181
|
+
issuer_ca_version_number: str,
|
7182
|
+
revocation_statuses: Sequence['outputs.GetCertificateVersionsCertificateVersionCollectionItemRevocationStatusResult'],
|
7183
|
+
serial_number: str,
|
7184
|
+
stages: Sequence[str],
|
7185
|
+
subject_alternative_names: Sequence['outputs.GetCertificateVersionsCertificateVersionCollectionItemSubjectAlternativeNameResult'],
|
7186
|
+
time_created: str,
|
7187
|
+
time_of_deletion: str,
|
7188
|
+
validities: Sequence['outputs.GetCertificateVersionsCertificateVersionCollectionItemValidityResult'],
|
7189
|
+
version_name: str,
|
7190
|
+
version_number: str,
|
7191
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7192
|
+
_setter("certificate_id", certificate_id)
|
7193
|
+
_setter("issuer_ca_version_number", issuer_ca_version_number)
|
7194
|
+
_setter("revocation_statuses", revocation_statuses)
|
7195
|
+
_setter("serial_number", serial_number)
|
7196
|
+
_setter("stages", stages)
|
7197
|
+
_setter("subject_alternative_names", subject_alternative_names)
|
7198
|
+
_setter("time_created", time_created)
|
7199
|
+
_setter("time_of_deletion", time_of_deletion)
|
7200
|
+
_setter("validities", validities)
|
7201
|
+
_setter("version_name", version_name)
|
7202
|
+
_setter("version_number", version_number)
|
5813
7203
|
|
5814
7204
|
@property
|
5815
7205
|
@pulumi.getter(name="certificateId")
|
@@ -5909,8 +7299,19 @@ class GetCertificateVersionsCertificateVersionCollectionItemRevocationStatusResu
|
|
5909
7299
|
:param str revocation_reason: The reason the certificate or certificate authority (CA) was revoked.
|
5910
7300
|
:param str time_of_revocation: The time when the entity was revoked, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
5911
7301
|
"""
|
5912
|
-
|
5913
|
-
|
7302
|
+
GetCertificateVersionsCertificateVersionCollectionItemRevocationStatusResult._configure(
|
7303
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7304
|
+
revocation_reason=revocation_reason,
|
7305
|
+
time_of_revocation=time_of_revocation,
|
7306
|
+
)
|
7307
|
+
@staticmethod
|
7308
|
+
def _configure(
|
7309
|
+
_setter: Callable[[Any, Any], None],
|
7310
|
+
revocation_reason: str,
|
7311
|
+
time_of_revocation: str,
|
7312
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7313
|
+
_setter("revocation_reason", revocation_reason)
|
7314
|
+
_setter("time_of_revocation", time_of_revocation)
|
5914
7315
|
|
5915
7316
|
@property
|
5916
7317
|
@pulumi.getter(name="revocationReason")
|
@@ -5938,8 +7339,19 @@ class GetCertificateVersionsCertificateVersionCollectionItemSubjectAlternativeNa
|
|
5938
7339
|
:param str type: The subject alternative name type. Currently only DNS domain or host names and IP addresses are supported.
|
5939
7340
|
:param str value: The subject alternative name.
|
5940
7341
|
"""
|
5941
|
-
|
5942
|
-
|
7342
|
+
GetCertificateVersionsCertificateVersionCollectionItemSubjectAlternativeNameResult._configure(
|
7343
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7344
|
+
type=type,
|
7345
|
+
value=value,
|
7346
|
+
)
|
7347
|
+
@staticmethod
|
7348
|
+
def _configure(
|
7349
|
+
_setter: Callable[[Any, Any], None],
|
7350
|
+
type: str,
|
7351
|
+
value: str,
|
7352
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7353
|
+
_setter("type", type)
|
7354
|
+
_setter("value", value)
|
5943
7355
|
|
5944
7356
|
@property
|
5945
7357
|
@pulumi.getter
|
@@ -5967,8 +7379,19 @@ class GetCertificateVersionsCertificateVersionCollectionItemValidityResult(dict)
|
|
5967
7379
|
:param str time_of_validity_not_after: The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
5968
7380
|
:param str time_of_validity_not_before: The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
5969
7381
|
"""
|
5970
|
-
|
5971
|
-
|
7382
|
+
GetCertificateVersionsCertificateVersionCollectionItemValidityResult._configure(
|
7383
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7384
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
7385
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
7386
|
+
)
|
7387
|
+
@staticmethod
|
7388
|
+
def _configure(
|
7389
|
+
_setter: Callable[[Any, Any], None],
|
7390
|
+
time_of_validity_not_after: str,
|
7391
|
+
time_of_validity_not_before: str,
|
7392
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7393
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
7394
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
5972
7395
|
|
5973
7396
|
@property
|
5974
7397
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -5993,10 +7416,23 @@ class GetCertificateVersionsFilterResult(dict):
|
|
5993
7416
|
name: str,
|
5994
7417
|
values: Sequence[str],
|
5995
7418
|
regex: Optional[bool] = None):
|
5996
|
-
|
5997
|
-
|
7419
|
+
GetCertificateVersionsFilterResult._configure(
|
7420
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7421
|
+
name=name,
|
7422
|
+
values=values,
|
7423
|
+
regex=regex,
|
7424
|
+
)
|
7425
|
+
@staticmethod
|
7426
|
+
def _configure(
|
7427
|
+
_setter: Callable[[Any, Any], None],
|
7428
|
+
name: str,
|
7429
|
+
values: Sequence[str],
|
7430
|
+
regex: Optional[bool] = None,
|
7431
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7432
|
+
_setter("name", name)
|
7433
|
+
_setter("values", values)
|
5998
7434
|
if regex is not None:
|
5999
|
-
|
7435
|
+
_setter("regex", regex)
|
6000
7436
|
|
6001
7437
|
@property
|
6002
7438
|
@pulumi.getter
|
@@ -6018,7 +7454,16 @@ class GetCertificateVersionsFilterResult(dict):
|
|
6018
7454
|
class GetCertificatesCertificateCollectionResult(dict):
|
6019
7455
|
def __init__(__self__, *,
|
6020
7456
|
items: Sequence['outputs.GetCertificatesCertificateCollectionItemResult']):
|
6021
|
-
|
7457
|
+
GetCertificatesCertificateCollectionResult._configure(
|
7458
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7459
|
+
items=items,
|
7460
|
+
)
|
7461
|
+
@staticmethod
|
7462
|
+
def _configure(
|
7463
|
+
_setter: Callable[[Any, Any], None],
|
7464
|
+
items: Sequence['outputs.GetCertificatesCertificateCollectionItemResult'],
|
7465
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7466
|
+
_setter("items", items)
|
6022
7467
|
|
6023
7468
|
@property
|
6024
7469
|
@pulumi.getter
|
@@ -6070,26 +7515,73 @@ class GetCertificatesCertificateCollectionItemResult(dict):
|
|
6070
7515
|
:param str time_created: A property indicating when the certificate was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
6071
7516
|
:param str time_of_deletion: An optional property indicating when to delete the certificate version, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
6072
7517
|
"""
|
6073
|
-
|
6074
|
-
|
6075
|
-
|
6076
|
-
|
6077
|
-
|
6078
|
-
|
6079
|
-
|
6080
|
-
|
6081
|
-
|
6082
|
-
|
6083
|
-
|
6084
|
-
|
6085
|
-
|
6086
|
-
|
6087
|
-
|
6088
|
-
|
6089
|
-
|
6090
|
-
|
6091
|
-
|
6092
|
-
|
7518
|
+
GetCertificatesCertificateCollectionItemResult._configure(
|
7519
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7520
|
+
certificate_configs=certificate_configs,
|
7521
|
+
certificate_profile_type=certificate_profile_type,
|
7522
|
+
certificate_revocation_list_details=certificate_revocation_list_details,
|
7523
|
+
certificate_rules=certificate_rules,
|
7524
|
+
compartment_id=compartment_id,
|
7525
|
+
config_type=config_type,
|
7526
|
+
current_versions=current_versions,
|
7527
|
+
defined_tags=defined_tags,
|
7528
|
+
description=description,
|
7529
|
+
freeform_tags=freeform_tags,
|
7530
|
+
id=id,
|
7531
|
+
issuer_certificate_authority_id=issuer_certificate_authority_id,
|
7532
|
+
key_algorithm=key_algorithm,
|
7533
|
+
lifecycle_details=lifecycle_details,
|
7534
|
+
name=name,
|
7535
|
+
signature_algorithm=signature_algorithm,
|
7536
|
+
state=state,
|
7537
|
+
subjects=subjects,
|
7538
|
+
time_created=time_created,
|
7539
|
+
time_of_deletion=time_of_deletion,
|
7540
|
+
)
|
7541
|
+
@staticmethod
|
7542
|
+
def _configure(
|
7543
|
+
_setter: Callable[[Any, Any], None],
|
7544
|
+
certificate_configs: Sequence['outputs.GetCertificatesCertificateCollectionItemCertificateConfigResult'],
|
7545
|
+
certificate_profile_type: str,
|
7546
|
+
certificate_revocation_list_details: Sequence['outputs.GetCertificatesCertificateCollectionItemCertificateRevocationListDetailResult'],
|
7547
|
+
certificate_rules: Sequence['outputs.GetCertificatesCertificateCollectionItemCertificateRuleResult'],
|
7548
|
+
compartment_id: str,
|
7549
|
+
config_type: str,
|
7550
|
+
current_versions: Sequence['outputs.GetCertificatesCertificateCollectionItemCurrentVersionResult'],
|
7551
|
+
defined_tags: Mapping[str, Any],
|
7552
|
+
description: str,
|
7553
|
+
freeform_tags: Mapping[str, Any],
|
7554
|
+
id: str,
|
7555
|
+
issuer_certificate_authority_id: str,
|
7556
|
+
key_algorithm: str,
|
7557
|
+
lifecycle_details: str,
|
7558
|
+
name: str,
|
7559
|
+
signature_algorithm: str,
|
7560
|
+
state: str,
|
7561
|
+
subjects: Sequence['outputs.GetCertificatesCertificateCollectionItemSubjectResult'],
|
7562
|
+
time_created: str,
|
7563
|
+
time_of_deletion: str,
|
7564
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7565
|
+
_setter("certificate_configs", certificate_configs)
|
7566
|
+
_setter("certificate_profile_type", certificate_profile_type)
|
7567
|
+
_setter("certificate_revocation_list_details", certificate_revocation_list_details)
|
7568
|
+
_setter("certificate_rules", certificate_rules)
|
7569
|
+
_setter("compartment_id", compartment_id)
|
7570
|
+
_setter("config_type", config_type)
|
7571
|
+
_setter("current_versions", current_versions)
|
7572
|
+
_setter("defined_tags", defined_tags)
|
7573
|
+
_setter("description", description)
|
7574
|
+
_setter("freeform_tags", freeform_tags)
|
7575
|
+
_setter("id", id)
|
7576
|
+
_setter("issuer_certificate_authority_id", issuer_certificate_authority_id)
|
7577
|
+
_setter("key_algorithm", key_algorithm)
|
7578
|
+
_setter("lifecycle_details", lifecycle_details)
|
7579
|
+
_setter("name", name)
|
7580
|
+
_setter("signature_algorithm", signature_algorithm)
|
7581
|
+
_setter("state", state)
|
7582
|
+
_setter("subjects", subjects)
|
7583
|
+
_setter("time_created", time_created)
|
7584
|
+
_setter("time_of_deletion", time_of_deletion)
|
6093
7585
|
|
6094
7586
|
@property
|
6095
7587
|
@pulumi.getter(name="certificateConfigs")
|
@@ -6273,16 +7765,43 @@ class GetCertificatesCertificateCollectionItemCertificateConfigResult(dict):
|
|
6273
7765
|
:param Sequence['GetCertificatesCertificateCollectionItemCertificateConfigValidityArgs'] validities: An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.
|
6274
7766
|
:param str version_name: The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
|
6275
7767
|
"""
|
6276
|
-
|
6277
|
-
|
6278
|
-
|
6279
|
-
|
6280
|
-
|
6281
|
-
|
6282
|
-
|
6283
|
-
|
6284
|
-
|
6285
|
-
|
7768
|
+
GetCertificatesCertificateCollectionItemCertificateConfigResult._configure(
|
7769
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7770
|
+
certificate_profile_type=certificate_profile_type,
|
7771
|
+
config_type=config_type,
|
7772
|
+
csr_pem=csr_pem,
|
7773
|
+
issuer_certificate_authority_id=issuer_certificate_authority_id,
|
7774
|
+
key_algorithm=key_algorithm,
|
7775
|
+
signature_algorithm=signature_algorithm,
|
7776
|
+
subject_alternative_names=subject_alternative_names,
|
7777
|
+
subjects=subjects,
|
7778
|
+
validities=validities,
|
7779
|
+
version_name=version_name,
|
7780
|
+
)
|
7781
|
+
@staticmethod
|
7782
|
+
def _configure(
|
7783
|
+
_setter: Callable[[Any, Any], None],
|
7784
|
+
certificate_profile_type: str,
|
7785
|
+
config_type: str,
|
7786
|
+
csr_pem: str,
|
7787
|
+
issuer_certificate_authority_id: str,
|
7788
|
+
key_algorithm: str,
|
7789
|
+
signature_algorithm: str,
|
7790
|
+
subject_alternative_names: Sequence['outputs.GetCertificatesCertificateCollectionItemCertificateConfigSubjectAlternativeNameResult'],
|
7791
|
+
subjects: Sequence['outputs.GetCertificatesCertificateCollectionItemCertificateConfigSubjectResult'],
|
7792
|
+
validities: Sequence['outputs.GetCertificatesCertificateCollectionItemCertificateConfigValidityResult'],
|
7793
|
+
version_name: str,
|
7794
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7795
|
+
_setter("certificate_profile_type", certificate_profile_type)
|
7796
|
+
_setter("config_type", config_type)
|
7797
|
+
_setter("csr_pem", csr_pem)
|
7798
|
+
_setter("issuer_certificate_authority_id", issuer_certificate_authority_id)
|
7799
|
+
_setter("key_algorithm", key_algorithm)
|
7800
|
+
_setter("signature_algorithm", signature_algorithm)
|
7801
|
+
_setter("subject_alternative_names", subject_alternative_names)
|
7802
|
+
_setter("subjects", subjects)
|
7803
|
+
_setter("validities", validities)
|
7804
|
+
_setter("version_name", version_name)
|
6286
7805
|
|
6287
7806
|
@property
|
6288
7807
|
@pulumi.getter(name="certificateProfileType")
|
@@ -6401,23 +7920,64 @@ class GetCertificatesCertificateCollectionItemCertificateConfigSubjectResult(dic
|
|
6401
7920
|
:param str title: Title (RDN T or TITLE).
|
6402
7921
|
:param str user_id: User ID (RDN UID).
|
6403
7922
|
"""
|
6404
|
-
|
6405
|
-
|
6406
|
-
|
6407
|
-
|
6408
|
-
|
6409
|
-
|
6410
|
-
|
6411
|
-
|
6412
|
-
|
6413
|
-
|
6414
|
-
|
6415
|
-
|
6416
|
-
|
6417
|
-
|
6418
|
-
|
6419
|
-
|
6420
|
-
|
7923
|
+
GetCertificatesCertificateCollectionItemCertificateConfigSubjectResult._configure(
|
7924
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7925
|
+
common_name=common_name,
|
7926
|
+
country=country,
|
7927
|
+
distinguished_name_qualifier=distinguished_name_qualifier,
|
7928
|
+
domain_component=domain_component,
|
7929
|
+
generation_qualifier=generation_qualifier,
|
7930
|
+
given_name=given_name,
|
7931
|
+
initials=initials,
|
7932
|
+
locality_name=locality_name,
|
7933
|
+
organization=organization,
|
7934
|
+
organizational_unit=organizational_unit,
|
7935
|
+
pseudonym=pseudonym,
|
7936
|
+
serial_number=serial_number,
|
7937
|
+
state_or_province_name=state_or_province_name,
|
7938
|
+
street=street,
|
7939
|
+
surname=surname,
|
7940
|
+
title=title,
|
7941
|
+
user_id=user_id,
|
7942
|
+
)
|
7943
|
+
@staticmethod
|
7944
|
+
def _configure(
|
7945
|
+
_setter: Callable[[Any, Any], None],
|
7946
|
+
common_name: str,
|
7947
|
+
country: str,
|
7948
|
+
distinguished_name_qualifier: str,
|
7949
|
+
domain_component: str,
|
7950
|
+
generation_qualifier: str,
|
7951
|
+
given_name: str,
|
7952
|
+
initials: str,
|
7953
|
+
locality_name: str,
|
7954
|
+
organization: str,
|
7955
|
+
organizational_unit: str,
|
7956
|
+
pseudonym: str,
|
7957
|
+
serial_number: str,
|
7958
|
+
state_or_province_name: str,
|
7959
|
+
street: str,
|
7960
|
+
surname: str,
|
7961
|
+
title: str,
|
7962
|
+
user_id: str,
|
7963
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7964
|
+
_setter("common_name", common_name)
|
7965
|
+
_setter("country", country)
|
7966
|
+
_setter("distinguished_name_qualifier", distinguished_name_qualifier)
|
7967
|
+
_setter("domain_component", domain_component)
|
7968
|
+
_setter("generation_qualifier", generation_qualifier)
|
7969
|
+
_setter("given_name", given_name)
|
7970
|
+
_setter("initials", initials)
|
7971
|
+
_setter("locality_name", locality_name)
|
7972
|
+
_setter("organization", organization)
|
7973
|
+
_setter("organizational_unit", organizational_unit)
|
7974
|
+
_setter("pseudonym", pseudonym)
|
7975
|
+
_setter("serial_number", serial_number)
|
7976
|
+
_setter("state_or_province_name", state_or_province_name)
|
7977
|
+
_setter("street", street)
|
7978
|
+
_setter("surname", surname)
|
7979
|
+
_setter("title", title)
|
7980
|
+
_setter("user_id", user_id)
|
6421
7981
|
|
6422
7982
|
@property
|
6423
7983
|
@pulumi.getter(name="commonName")
|
@@ -6565,8 +8125,19 @@ class GetCertificatesCertificateCollectionItemCertificateConfigSubjectAlternativ
|
|
6565
8125
|
:param str type: The subject alternative name type. Currently only DNS domain or host names and IP addresses are supported.
|
6566
8126
|
:param str value: The subject alternative name.
|
6567
8127
|
"""
|
6568
|
-
|
6569
|
-
|
8128
|
+
GetCertificatesCertificateCollectionItemCertificateConfigSubjectAlternativeNameResult._configure(
|
8129
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8130
|
+
type=type,
|
8131
|
+
value=value,
|
8132
|
+
)
|
8133
|
+
@staticmethod
|
8134
|
+
def _configure(
|
8135
|
+
_setter: Callable[[Any, Any], None],
|
8136
|
+
type: str,
|
8137
|
+
value: str,
|
8138
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8139
|
+
_setter("type", type)
|
8140
|
+
_setter("value", value)
|
6570
8141
|
|
6571
8142
|
@property
|
6572
8143
|
@pulumi.getter
|
@@ -6594,8 +8165,19 @@ class GetCertificatesCertificateCollectionItemCertificateConfigValidityResult(di
|
|
6594
8165
|
:param str time_of_validity_not_after: The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
6595
8166
|
:param str time_of_validity_not_before: The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
6596
8167
|
"""
|
6597
|
-
|
6598
|
-
|
8168
|
+
GetCertificatesCertificateCollectionItemCertificateConfigValidityResult._configure(
|
8169
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8170
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
8171
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
8172
|
+
)
|
8173
|
+
@staticmethod
|
8174
|
+
def _configure(
|
8175
|
+
_setter: Callable[[Any, Any], None],
|
8176
|
+
time_of_validity_not_after: str,
|
8177
|
+
time_of_validity_not_before: str,
|
8178
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8179
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
8180
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
6599
8181
|
|
6600
8182
|
@property
|
6601
8183
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -6623,8 +8205,19 @@ class GetCertificatesCertificateCollectionItemCertificateRevocationListDetailRes
|
|
6623
8205
|
:param Sequence[str] custom_formatted_urls: Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
|
6624
8206
|
:param Sequence['GetCertificatesCertificateCollectionItemCertificateRevocationListDetailObjectStorageConfigArgs'] object_storage_configs: The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
|
6625
8207
|
"""
|
6626
|
-
|
6627
|
-
|
8208
|
+
GetCertificatesCertificateCollectionItemCertificateRevocationListDetailResult._configure(
|
8209
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8210
|
+
custom_formatted_urls=custom_formatted_urls,
|
8211
|
+
object_storage_configs=object_storage_configs,
|
8212
|
+
)
|
8213
|
+
@staticmethod
|
8214
|
+
def _configure(
|
8215
|
+
_setter: Callable[[Any, Any], None],
|
8216
|
+
custom_formatted_urls: Sequence[str],
|
8217
|
+
object_storage_configs: Sequence['outputs.GetCertificatesCertificateCollectionItemCertificateRevocationListDetailObjectStorageConfigResult'],
|
8218
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8219
|
+
_setter("custom_formatted_urls", custom_formatted_urls)
|
8220
|
+
_setter("object_storage_configs", object_storage_configs)
|
6628
8221
|
|
6629
8222
|
@property
|
6630
8223
|
@pulumi.getter(name="customFormattedUrls")
|
@@ -6654,9 +8247,22 @@ class GetCertificatesCertificateCollectionItemCertificateRevocationListDetailObj
|
|
6654
8247
|
:param str object_storage_namespace: The tenancy of the bucket where the CRL is stored.
|
6655
8248
|
:param str object_storage_object_name_format: The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
|
6656
8249
|
"""
|
6657
|
-
|
6658
|
-
|
6659
|
-
|
8250
|
+
GetCertificatesCertificateCollectionItemCertificateRevocationListDetailObjectStorageConfigResult._configure(
|
8251
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8252
|
+
object_storage_bucket_name=object_storage_bucket_name,
|
8253
|
+
object_storage_namespace=object_storage_namespace,
|
8254
|
+
object_storage_object_name_format=object_storage_object_name_format,
|
8255
|
+
)
|
8256
|
+
@staticmethod
|
8257
|
+
def _configure(
|
8258
|
+
_setter: Callable[[Any, Any], None],
|
8259
|
+
object_storage_bucket_name: str,
|
8260
|
+
object_storage_namespace: str,
|
8261
|
+
object_storage_object_name_format: str,
|
8262
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8263
|
+
_setter("object_storage_bucket_name", object_storage_bucket_name)
|
8264
|
+
_setter("object_storage_namespace", object_storage_namespace)
|
8265
|
+
_setter("object_storage_object_name_format", object_storage_object_name_format)
|
6660
8266
|
|
6661
8267
|
@property
|
6662
8268
|
@pulumi.getter(name="objectStorageBucketName")
|
@@ -6694,9 +8300,22 @@ class GetCertificatesCertificateCollectionItemCertificateRuleResult(dict):
|
|
6694
8300
|
:param str renewal_interval: A property specifying how often, in days, a certificate should be renewed. Expressed in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals) format.
|
6695
8301
|
:param str rule_type: The type of rule.
|
6696
8302
|
"""
|
6697
|
-
|
6698
|
-
|
6699
|
-
|
8303
|
+
GetCertificatesCertificateCollectionItemCertificateRuleResult._configure(
|
8304
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8305
|
+
advance_renewal_period=advance_renewal_period,
|
8306
|
+
renewal_interval=renewal_interval,
|
8307
|
+
rule_type=rule_type,
|
8308
|
+
)
|
8309
|
+
@staticmethod
|
8310
|
+
def _configure(
|
8311
|
+
_setter: Callable[[Any, Any], None],
|
8312
|
+
advance_renewal_period: str,
|
8313
|
+
renewal_interval: str,
|
8314
|
+
rule_type: str,
|
8315
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8316
|
+
_setter("advance_renewal_period", advance_renewal_period)
|
8317
|
+
_setter("renewal_interval", renewal_interval)
|
8318
|
+
_setter("rule_type", rule_type)
|
6700
8319
|
|
6701
8320
|
@property
|
6702
8321
|
@pulumi.getter(name="advanceRenewalPeriod")
|
@@ -6750,17 +8369,46 @@ class GetCertificatesCertificateCollectionItemCurrentVersionResult(dict):
|
|
6750
8369
|
:param str version_name: The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
|
6751
8370
|
:param str version_number: The version number of the certificate.
|
6752
8371
|
"""
|
6753
|
-
|
6754
|
-
|
6755
|
-
|
6756
|
-
|
6757
|
-
|
6758
|
-
|
6759
|
-
|
6760
|
-
|
6761
|
-
|
6762
|
-
|
6763
|
-
|
8372
|
+
GetCertificatesCertificateCollectionItemCurrentVersionResult._configure(
|
8373
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8374
|
+
certificate_id=certificate_id,
|
8375
|
+
issuer_ca_version_number=issuer_ca_version_number,
|
8376
|
+
revocation_statuses=revocation_statuses,
|
8377
|
+
serial_number=serial_number,
|
8378
|
+
stages=stages,
|
8379
|
+
subject_alternative_names=subject_alternative_names,
|
8380
|
+
time_created=time_created,
|
8381
|
+
time_of_deletion=time_of_deletion,
|
8382
|
+
validities=validities,
|
8383
|
+
version_name=version_name,
|
8384
|
+
version_number=version_number,
|
8385
|
+
)
|
8386
|
+
@staticmethod
|
8387
|
+
def _configure(
|
8388
|
+
_setter: Callable[[Any, Any], None],
|
8389
|
+
certificate_id: str,
|
8390
|
+
issuer_ca_version_number: str,
|
8391
|
+
revocation_statuses: Sequence['outputs.GetCertificatesCertificateCollectionItemCurrentVersionRevocationStatusResult'],
|
8392
|
+
serial_number: str,
|
8393
|
+
stages: Sequence[str],
|
8394
|
+
subject_alternative_names: Sequence['outputs.GetCertificatesCertificateCollectionItemCurrentVersionSubjectAlternativeNameResult'],
|
8395
|
+
time_created: str,
|
8396
|
+
time_of_deletion: str,
|
8397
|
+
validities: Sequence['outputs.GetCertificatesCertificateCollectionItemCurrentVersionValidityResult'],
|
8398
|
+
version_name: str,
|
8399
|
+
version_number: str,
|
8400
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8401
|
+
_setter("certificate_id", certificate_id)
|
8402
|
+
_setter("issuer_ca_version_number", issuer_ca_version_number)
|
8403
|
+
_setter("revocation_statuses", revocation_statuses)
|
8404
|
+
_setter("serial_number", serial_number)
|
8405
|
+
_setter("stages", stages)
|
8406
|
+
_setter("subject_alternative_names", subject_alternative_names)
|
8407
|
+
_setter("time_created", time_created)
|
8408
|
+
_setter("time_of_deletion", time_of_deletion)
|
8409
|
+
_setter("validities", validities)
|
8410
|
+
_setter("version_name", version_name)
|
8411
|
+
_setter("version_number", version_number)
|
6764
8412
|
|
6765
8413
|
@property
|
6766
8414
|
@pulumi.getter(name="certificateId")
|
@@ -6860,8 +8508,19 @@ class GetCertificatesCertificateCollectionItemCurrentVersionRevocationStatusResu
|
|
6860
8508
|
:param str revocation_reason: The reason the certificate or certificate authority (CA) was revoked.
|
6861
8509
|
:param str time_of_revocation: The time when the entity was revoked, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
6862
8510
|
"""
|
6863
|
-
|
6864
|
-
|
8511
|
+
GetCertificatesCertificateCollectionItemCurrentVersionRevocationStatusResult._configure(
|
8512
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8513
|
+
revocation_reason=revocation_reason,
|
8514
|
+
time_of_revocation=time_of_revocation,
|
8515
|
+
)
|
8516
|
+
@staticmethod
|
8517
|
+
def _configure(
|
8518
|
+
_setter: Callable[[Any, Any], None],
|
8519
|
+
revocation_reason: str,
|
8520
|
+
time_of_revocation: str,
|
8521
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8522
|
+
_setter("revocation_reason", revocation_reason)
|
8523
|
+
_setter("time_of_revocation", time_of_revocation)
|
6865
8524
|
|
6866
8525
|
@property
|
6867
8526
|
@pulumi.getter(name="revocationReason")
|
@@ -6889,8 +8548,19 @@ class GetCertificatesCertificateCollectionItemCurrentVersionSubjectAlternativeNa
|
|
6889
8548
|
:param str type: The subject alternative name type. Currently only DNS domain or host names and IP addresses are supported.
|
6890
8549
|
:param str value: The subject alternative name.
|
6891
8550
|
"""
|
6892
|
-
|
6893
|
-
|
8551
|
+
GetCertificatesCertificateCollectionItemCurrentVersionSubjectAlternativeNameResult._configure(
|
8552
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8553
|
+
type=type,
|
8554
|
+
value=value,
|
8555
|
+
)
|
8556
|
+
@staticmethod
|
8557
|
+
def _configure(
|
8558
|
+
_setter: Callable[[Any, Any], None],
|
8559
|
+
type: str,
|
8560
|
+
value: str,
|
8561
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8562
|
+
_setter("type", type)
|
8563
|
+
_setter("value", value)
|
6894
8564
|
|
6895
8565
|
@property
|
6896
8566
|
@pulumi.getter
|
@@ -6918,8 +8588,19 @@ class GetCertificatesCertificateCollectionItemCurrentVersionValidityResult(dict)
|
|
6918
8588
|
:param str time_of_validity_not_after: The date on which the certificate validity period ends, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
6919
8589
|
:param str time_of_validity_not_before: The date on which the certificate validity period begins, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
6920
8590
|
"""
|
6921
|
-
|
6922
|
-
|
8591
|
+
GetCertificatesCertificateCollectionItemCurrentVersionValidityResult._configure(
|
8592
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8593
|
+
time_of_validity_not_after=time_of_validity_not_after,
|
8594
|
+
time_of_validity_not_before=time_of_validity_not_before,
|
8595
|
+
)
|
8596
|
+
@staticmethod
|
8597
|
+
def _configure(
|
8598
|
+
_setter: Callable[[Any, Any], None],
|
8599
|
+
time_of_validity_not_after: str,
|
8600
|
+
time_of_validity_not_before: str,
|
8601
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8602
|
+
_setter("time_of_validity_not_after", time_of_validity_not_after)
|
8603
|
+
_setter("time_of_validity_not_before", time_of_validity_not_before)
|
6923
8604
|
|
6924
8605
|
@property
|
6925
8606
|
@pulumi.getter(name="timeOfValidityNotAfter")
|
@@ -6977,23 +8658,64 @@ class GetCertificatesCertificateCollectionItemSubjectResult(dict):
|
|
6977
8658
|
:param str title: Title (RDN T or TITLE).
|
6978
8659
|
:param str user_id: User ID (RDN UID).
|
6979
8660
|
"""
|
6980
|
-
|
6981
|
-
|
6982
|
-
|
6983
|
-
|
6984
|
-
|
6985
|
-
|
6986
|
-
|
6987
|
-
|
6988
|
-
|
6989
|
-
|
6990
|
-
|
6991
|
-
|
6992
|
-
|
6993
|
-
|
6994
|
-
|
6995
|
-
|
6996
|
-
|
8661
|
+
GetCertificatesCertificateCollectionItemSubjectResult._configure(
|
8662
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8663
|
+
common_name=common_name,
|
8664
|
+
country=country,
|
8665
|
+
distinguished_name_qualifier=distinguished_name_qualifier,
|
8666
|
+
domain_component=domain_component,
|
8667
|
+
generation_qualifier=generation_qualifier,
|
8668
|
+
given_name=given_name,
|
8669
|
+
initials=initials,
|
8670
|
+
locality_name=locality_name,
|
8671
|
+
organization=organization,
|
8672
|
+
organizational_unit=organizational_unit,
|
8673
|
+
pseudonym=pseudonym,
|
8674
|
+
serial_number=serial_number,
|
8675
|
+
state_or_province_name=state_or_province_name,
|
8676
|
+
street=street,
|
8677
|
+
surname=surname,
|
8678
|
+
title=title,
|
8679
|
+
user_id=user_id,
|
8680
|
+
)
|
8681
|
+
@staticmethod
|
8682
|
+
def _configure(
|
8683
|
+
_setter: Callable[[Any, Any], None],
|
8684
|
+
common_name: str,
|
8685
|
+
country: str,
|
8686
|
+
distinguished_name_qualifier: str,
|
8687
|
+
domain_component: str,
|
8688
|
+
generation_qualifier: str,
|
8689
|
+
given_name: str,
|
8690
|
+
initials: str,
|
8691
|
+
locality_name: str,
|
8692
|
+
organization: str,
|
8693
|
+
organizational_unit: str,
|
8694
|
+
pseudonym: str,
|
8695
|
+
serial_number: str,
|
8696
|
+
state_or_province_name: str,
|
8697
|
+
street: str,
|
8698
|
+
surname: str,
|
8699
|
+
title: str,
|
8700
|
+
user_id: str,
|
8701
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8702
|
+
_setter("common_name", common_name)
|
8703
|
+
_setter("country", country)
|
8704
|
+
_setter("distinguished_name_qualifier", distinguished_name_qualifier)
|
8705
|
+
_setter("domain_component", domain_component)
|
8706
|
+
_setter("generation_qualifier", generation_qualifier)
|
8707
|
+
_setter("given_name", given_name)
|
8708
|
+
_setter("initials", initials)
|
8709
|
+
_setter("locality_name", locality_name)
|
8710
|
+
_setter("organization", organization)
|
8711
|
+
_setter("organizational_unit", organizational_unit)
|
8712
|
+
_setter("pseudonym", pseudonym)
|
8713
|
+
_setter("serial_number", serial_number)
|
8714
|
+
_setter("state_or_province_name", state_or_province_name)
|
8715
|
+
_setter("street", street)
|
8716
|
+
_setter("surname", surname)
|
8717
|
+
_setter("title", title)
|
8718
|
+
_setter("user_id", user_id)
|
6997
8719
|
|
6998
8720
|
@property
|
6999
8721
|
@pulumi.getter(name="commonName")
|
@@ -7141,10 +8863,23 @@ class GetCertificatesFilterResult(dict):
|
|
7141
8863
|
"""
|
7142
8864
|
:param str name: A filter that returns only resources that match the specified name.
|
7143
8865
|
"""
|
7144
|
-
|
7145
|
-
|
8866
|
+
GetCertificatesFilterResult._configure(
|
8867
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8868
|
+
name=name,
|
8869
|
+
values=values,
|
8870
|
+
regex=regex,
|
8871
|
+
)
|
8872
|
+
@staticmethod
|
8873
|
+
def _configure(
|
8874
|
+
_setter: Callable[[Any, Any], None],
|
8875
|
+
name: str,
|
8876
|
+
values: Sequence[str],
|
8877
|
+
regex: Optional[bool] = None,
|
8878
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8879
|
+
_setter("name", name)
|
8880
|
+
_setter("values", values)
|
7146
8881
|
if regex is not None:
|
7147
|
-
|
8882
|
+
_setter("regex", regex)
|
7148
8883
|
|
7149
8884
|
@property
|
7150
8885
|
@pulumi.getter
|