pulumi-azure-native 2.66.0a1728463590__py3-none-any.whl → 2.67.0a1728972491__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.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +418 -21
- pulumi_azure_native/awsconnector/__init__.py +242 -0
- pulumi_azure_native/awsconnector/_enums.py +6193 -0
- pulumi_azure_native/awsconnector/_inputs.py +94788 -0
- pulumi_azure_native/awsconnector/access_analyzer_analyzer.py +259 -0
- pulumi_azure_native/awsconnector/acm_certificate_summary.py +259 -0
- pulumi_azure_native/awsconnector/api_gateway_rest_api.py +258 -0
- pulumi_azure_native/awsconnector/api_gateway_stage.py +258 -0
- pulumi_azure_native/awsconnector/app_sync_graphql_api.py +259 -0
- pulumi_azure_native/awsconnector/auto_scaling_auto_scaling_group.py +258 -0
- pulumi_azure_native/awsconnector/cloud_formation_stack.py +259 -0
- pulumi_azure_native/awsconnector/cloud_formation_stack_set.py +259 -0
- pulumi_azure_native/awsconnector/cloud_front_distribution.py +259 -0
- pulumi_azure_native/awsconnector/cloud_trail_trail.py +259 -0
- pulumi_azure_native/awsconnector/cloud_watch_alarm.py +258 -0
- pulumi_azure_native/awsconnector/code_build_project.py +259 -0
- pulumi_azure_native/awsconnector/code_build_source_credentials_info.py +259 -0
- pulumi_azure_native/awsconnector/config_service_configuration_recorder.py +259 -0
- pulumi_azure_native/awsconnector/config_service_configuration_recorder_status.py +259 -0
- pulumi_azure_native/awsconnector/config_service_delivery_channel.py +259 -0
- pulumi_azure_native/awsconnector/database_migration_service_replication_instance.py +258 -0
- pulumi_azure_native/awsconnector/dax_cluster.py +259 -0
- pulumi_azure_native/awsconnector/dynamo_db_continuous_backups_description.py +259 -0
- pulumi_azure_native/awsconnector/dynamo_db_table.py +259 -0
- pulumi_azure_native/awsconnector/ec2_account_attribute.py +258 -0
- pulumi_azure_native/awsconnector/ec2_address.py +259 -0
- pulumi_azure_native/awsconnector/ec2_flow_log.py +259 -0
- pulumi_azure_native/awsconnector/ec2_image.py +259 -0
- pulumi_azure_native/awsconnector/ec2_instance.py +182 -0
- pulumi_azure_native/awsconnector/ec2_instance_status.py +259 -0
- pulumi_azure_native/awsconnector/ec2_ipam.py +259 -0
- pulumi_azure_native/awsconnector/ec2_key_pair.py +259 -0
- pulumi_azure_native/awsconnector/ec2_network_acl.py +258 -0
- pulumi_azure_native/awsconnector/ec2_network_interface.py +258 -0
- pulumi_azure_native/awsconnector/ec2_route_table.py +258 -0
- pulumi_azure_native/awsconnector/ec2_security_group.py +258 -0
- pulumi_azure_native/awsconnector/ec2_snapshot.py +259 -0
- pulumi_azure_native/awsconnector/ec2_subnet.py +258 -0
- pulumi_azure_native/awsconnector/ec2_volume.py +258 -0
- pulumi_azure_native/awsconnector/ec2_vpc.py +258 -0
- pulumi_azure_native/awsconnector/ec2_vpc_endpoint.py +259 -0
- pulumi_azure_native/awsconnector/ec2_vpc_peering_connection.py +258 -0
- pulumi_azure_native/awsconnector/ecr_image_detail.py +259 -0
- pulumi_azure_native/awsconnector/ecr_repository.py +259 -0
- pulumi_azure_native/awsconnector/ecs_cluster.py +258 -0
- pulumi_azure_native/awsconnector/ecs_service.py +259 -0
- pulumi_azure_native/awsconnector/ecs_task_definition.py +259 -0
- pulumi_azure_native/awsconnector/efs_file_system.py +259 -0
- pulumi_azure_native/awsconnector/efs_mount_target.py +258 -0
- pulumi_azure_native/awsconnector/eks_cluster.py +182 -0
- pulumi_azure_native/awsconnector/eks_nodegroup.py +258 -0
- pulumi_azure_native/awsconnector/elastic_beanstalk_application.py +258 -0
- pulumi_azure_native/awsconnector/elastic_beanstalk_configuration_template.py +258 -0
- pulumi_azure_native/awsconnector/elastic_beanstalk_environment.py +259 -0
- pulumi_azure_native/awsconnector/elastic_load_balancing_v2_listener.py +259 -0
- pulumi_azure_native/awsconnector/elastic_load_balancing_v2_load_balancer.py +258 -0
- pulumi_azure_native/awsconnector/elastic_load_balancing_v2_target_group.py +258 -0
- pulumi_azure_native/awsconnector/elastic_load_balancingv2_target_health_description.py +259 -0
- pulumi_azure_native/awsconnector/emr_cluster.py +259 -0
- pulumi_azure_native/awsconnector/emr_cluster_summary.py +259 -0
- pulumi_azure_native/awsconnector/get_access_analyzer_analyzer.py +164 -0
- pulumi_azure_native/awsconnector/get_acm_certificate_summary.py +164 -0
- pulumi_azure_native/awsconnector/get_api_gateway_rest_api.py +164 -0
- pulumi_azure_native/awsconnector/get_api_gateway_stage.py +164 -0
- pulumi_azure_native/awsconnector/get_app_sync_graphql_api.py +164 -0
- pulumi_azure_native/awsconnector/get_auto_scaling_auto_scaling_group.py +164 -0
- pulumi_azure_native/awsconnector/get_cloud_formation_stack.py +164 -0
- pulumi_azure_native/awsconnector/get_cloud_formation_stack_set.py +164 -0
- pulumi_azure_native/awsconnector/get_cloud_front_distribution.py +164 -0
- pulumi_azure_native/awsconnector/get_cloud_trail_trail.py +164 -0
- pulumi_azure_native/awsconnector/get_cloud_watch_alarm.py +164 -0
- pulumi_azure_native/awsconnector/get_code_build_project.py +164 -0
- pulumi_azure_native/awsconnector/get_code_build_source_credentials_info.py +164 -0
- pulumi_azure_native/awsconnector/get_config_service_configuration_recorder.py +164 -0
- pulumi_azure_native/awsconnector/get_config_service_configuration_recorder_status.py +164 -0
- pulumi_azure_native/awsconnector/get_config_service_delivery_channel.py +164 -0
- pulumi_azure_native/awsconnector/get_database_migration_service_replication_instance.py +164 -0
- pulumi_azure_native/awsconnector/get_dax_cluster.py +164 -0
- pulumi_azure_native/awsconnector/get_dynamo_db_continuous_backups_description.py +164 -0
- pulumi_azure_native/awsconnector/get_dynamo_db_table.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_account_attribute.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_address.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_flow_log.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_image.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_instance.py +133 -0
- pulumi_azure_native/awsconnector/get_ec2_instance_status.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_ipam.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_key_pair.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_network_acl.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_network_interface.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_route_table.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_security_group.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_snapshot.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_subnet.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_volume.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_vpc.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_vpc_endpoint.py +164 -0
- pulumi_azure_native/awsconnector/get_ec2_vpc_peering_connection.py +164 -0
- pulumi_azure_native/awsconnector/get_ecr_image_detail.py +164 -0
- pulumi_azure_native/awsconnector/get_ecr_repository.py +164 -0
- pulumi_azure_native/awsconnector/get_ecs_cluster.py +164 -0
- pulumi_azure_native/awsconnector/get_ecs_service.py +164 -0
- pulumi_azure_native/awsconnector/get_ecs_task_definition.py +164 -0
- pulumi_azure_native/awsconnector/get_efs_file_system.py +164 -0
- pulumi_azure_native/awsconnector/get_efs_mount_target.py +164 -0
- pulumi_azure_native/awsconnector/get_eks_cluster.py +133 -0
- pulumi_azure_native/awsconnector/get_eks_nodegroup.py +164 -0
- pulumi_azure_native/awsconnector/get_elastic_beanstalk_application.py +164 -0
- pulumi_azure_native/awsconnector/get_elastic_beanstalk_configuration_template.py +164 -0
- pulumi_azure_native/awsconnector/get_elastic_beanstalk_environment.py +164 -0
- pulumi_azure_native/awsconnector/get_elastic_load_balancing_v2_listener.py +164 -0
- pulumi_azure_native/awsconnector/get_elastic_load_balancing_v2_load_balancer.py +164 -0
- pulumi_azure_native/awsconnector/get_elastic_load_balancing_v2_target_group.py +164 -0
- pulumi_azure_native/awsconnector/get_elastic_load_balancingv2_target_health_description.py +164 -0
- pulumi_azure_native/awsconnector/get_emr_cluster.py +164 -0
- pulumi_azure_native/awsconnector/get_emr_cluster_summary.py +164 -0
- pulumi_azure_native/awsconnector/get_guard_duty_detector.py +164 -0
- pulumi_azure_native/awsconnector/get_iam_access_key_last_used.py +164 -0
- pulumi_azure_native/awsconnector/get_iam_access_key_metadata_info.py +164 -0
- pulumi_azure_native/awsconnector/get_iam_group.py +164 -0
- pulumi_azure_native/awsconnector/get_iam_instance_profile.py +164 -0
- pulumi_azure_native/awsconnector/get_iam_mfa_device.py +164 -0
- pulumi_azure_native/awsconnector/get_iam_password_policy.py +164 -0
- pulumi_azure_native/awsconnector/get_iam_policy_version.py +164 -0
- pulumi_azure_native/awsconnector/get_iam_role.py +164 -0
- pulumi_azure_native/awsconnector/get_iam_server_certificate.py +164 -0
- pulumi_azure_native/awsconnector/get_iam_virtual_mfa_device.py +164 -0
- pulumi_azure_native/awsconnector/get_kms_alias.py +164 -0
- pulumi_azure_native/awsconnector/get_kms_key.py +164 -0
- pulumi_azure_native/awsconnector/get_lambda_function.py +164 -0
- pulumi_azure_native/awsconnector/get_lambda_function_code_location.py +164 -0
- pulumi_azure_native/awsconnector/get_lightsail_bucket.py +164 -0
- pulumi_azure_native/awsconnector/get_lightsail_instance.py +164 -0
- pulumi_azure_native/awsconnector/get_logs_log_group.py +164 -0
- pulumi_azure_native/awsconnector/get_logs_log_stream.py +164 -0
- pulumi_azure_native/awsconnector/get_logs_metric_filter.py +164 -0
- pulumi_azure_native/awsconnector/get_logs_subscription_filter.py +164 -0
- pulumi_azure_native/awsconnector/get_macie2_job_summary.py +164 -0
- pulumi_azure_native/awsconnector/get_macie_allow_list.py +164 -0
- pulumi_azure_native/awsconnector/get_network_firewall_firewall.py +164 -0
- pulumi_azure_native/awsconnector/get_network_firewall_firewall_policy.py +164 -0
- pulumi_azure_native/awsconnector/get_network_firewall_rule_group.py +164 -0
- pulumi_azure_native/awsconnector/get_open_search_domain_status.py +164 -0
- pulumi_azure_native/awsconnector/get_organizations_account.py +164 -0
- pulumi_azure_native/awsconnector/get_organizations_organization.py +164 -0
- pulumi_azure_native/awsconnector/get_rds_db_cluster.py +164 -0
- pulumi_azure_native/awsconnector/get_rds_db_instance.py +164 -0
- pulumi_azure_native/awsconnector/get_rds_db_snapshot.py +164 -0
- pulumi_azure_native/awsconnector/get_rds_db_snapshot_attributes_result.py +164 -0
- pulumi_azure_native/awsconnector/get_rds_event_subscription.py +164 -0
- pulumi_azure_native/awsconnector/get_rds_export_task.py +164 -0
- pulumi_azure_native/awsconnector/get_redshift_cluster.py +164 -0
- pulumi_azure_native/awsconnector/get_redshift_cluster_parameter_group.py +164 -0
- pulumi_azure_native/awsconnector/get_route53_domains_domain_summary.py +164 -0
- pulumi_azure_native/awsconnector/get_route53_hosted_zone.py +164 -0
- pulumi_azure_native/awsconnector/get_route53_resource_record_set.py +164 -0
- pulumi_azure_native/awsconnector/get_s3_access_point.py +164 -0
- pulumi_azure_native/awsconnector/get_s3_bucket.py +164 -0
- pulumi_azure_native/awsconnector/get_s3_bucket_policy.py +164 -0
- pulumi_azure_native/awsconnector/get_s3_control_multi_region_access_point_policy_document.py +164 -0
- pulumi_azure_native/awsconnector/get_sage_maker_app.py +164 -0
- pulumi_azure_native/awsconnector/get_sage_maker_notebook_instance_summary.py +164 -0
- pulumi_azure_native/awsconnector/get_secrets_manager_resource_policy.py +164 -0
- pulumi_azure_native/awsconnector/get_secrets_manager_secret.py +164 -0
- pulumi_azure_native/awsconnector/get_sns_subscription.py +164 -0
- pulumi_azure_native/awsconnector/get_sns_topic.py +164 -0
- pulumi_azure_native/awsconnector/get_sqs_queue.py +164 -0
- pulumi_azure_native/awsconnector/get_ssm_instance_information.py +164 -0
- pulumi_azure_native/awsconnector/get_ssm_parameter.py +164 -0
- pulumi_azure_native/awsconnector/get_ssm_resource_compliance_summary_item.py +164 -0
- pulumi_azure_native/awsconnector/get_waf_web_acl_summary.py +164 -0
- pulumi_azure_native/awsconnector/get_wafv2_logging_configuration.py +164 -0
- pulumi_azure_native/awsconnector/guard_duty_detector.py +259 -0
- pulumi_azure_native/awsconnector/iam_access_key_last_used.py +258 -0
- pulumi_azure_native/awsconnector/iam_access_key_metadata_info.py +259 -0
- pulumi_azure_native/awsconnector/iam_group.py +258 -0
- pulumi_azure_native/awsconnector/iam_instance_profile.py +258 -0
- pulumi_azure_native/awsconnector/iam_mfa_device.py +258 -0
- pulumi_azure_native/awsconnector/iam_password_policy.py +258 -0
- pulumi_azure_native/awsconnector/iam_policy_version.py +258 -0
- pulumi_azure_native/awsconnector/iam_role.py +258 -0
- pulumi_azure_native/awsconnector/iam_server_certificate.py +258 -0
- pulumi_azure_native/awsconnector/iam_virtual_mfa_device.py +258 -0
- pulumi_azure_native/awsconnector/kms_alias.py +258 -0
- pulumi_azure_native/awsconnector/kms_key.py +259 -0
- pulumi_azure_native/awsconnector/lambda_function.py +259 -0
- pulumi_azure_native/awsconnector/lambda_function_code_location.py +258 -0
- pulumi_azure_native/awsconnector/lightsail_bucket.py +258 -0
- pulumi_azure_native/awsconnector/lightsail_instance.py +259 -0
- pulumi_azure_native/awsconnector/logs_log_group.py +259 -0
- pulumi_azure_native/awsconnector/logs_log_stream.py +258 -0
- pulumi_azure_native/awsconnector/logs_metric_filter.py +259 -0
- pulumi_azure_native/awsconnector/logs_subscription_filter.py +259 -0
- pulumi_azure_native/awsconnector/macie2_job_summary.py +259 -0
- pulumi_azure_native/awsconnector/macie_allow_list.py +259 -0
- pulumi_azure_native/awsconnector/network_firewall_firewall.py +258 -0
- pulumi_azure_native/awsconnector/network_firewall_firewall_policy.py +259 -0
- pulumi_azure_native/awsconnector/network_firewall_rule_group.py +259 -0
- pulumi_azure_native/awsconnector/open_search_domain_status.py +259 -0
- pulumi_azure_native/awsconnector/organizations_account.py +259 -0
- pulumi_azure_native/awsconnector/organizations_organization.py +259 -0
- pulumi_azure_native/awsconnector/outputs.py +75413 -0
- pulumi_azure_native/awsconnector/rds_db_cluster.py +258 -0
- pulumi_azure_native/awsconnector/rds_db_instance.py +259 -0
- pulumi_azure_native/awsconnector/rds_db_snapshot.py +259 -0
- pulumi_azure_native/awsconnector/rds_db_snapshot_attributes_result.py +258 -0
- pulumi_azure_native/awsconnector/rds_event_subscription.py +258 -0
- pulumi_azure_native/awsconnector/rds_export_task.py +259 -0
- pulumi_azure_native/awsconnector/redshift_cluster.py +258 -0
- pulumi_azure_native/awsconnector/redshift_cluster_parameter_group.py +258 -0
- pulumi_azure_native/awsconnector/route53_domains_domain_summary.py +258 -0
- pulumi_azure_native/awsconnector/route53_hosted_zone.py +258 -0
- pulumi_azure_native/awsconnector/route53_resource_record_set.py +259 -0
- pulumi_azure_native/awsconnector/s3_access_point.py +259 -0
- pulumi_azure_native/awsconnector/s3_bucket.py +259 -0
- pulumi_azure_native/awsconnector/s3_bucket_policy.py +258 -0
- pulumi_azure_native/awsconnector/s3_control_multi_region_access_point_policy_document.py +258 -0
- pulumi_azure_native/awsconnector/sage_maker_app.py +259 -0
- pulumi_azure_native/awsconnector/sage_maker_notebook_instance_summary.py +259 -0
- pulumi_azure_native/awsconnector/secrets_manager_resource_policy.py +258 -0
- pulumi_azure_native/awsconnector/secrets_manager_secret.py +258 -0
- pulumi_azure_native/awsconnector/sns_subscription.py +258 -0
- pulumi_azure_native/awsconnector/sns_topic.py +259 -0
- pulumi_azure_native/awsconnector/sqs_queue.py +258 -0
- pulumi_azure_native/awsconnector/ssm_instance_information.py +259 -0
- pulumi_azure_native/awsconnector/ssm_parameter.py +259 -0
- pulumi_azure_native/awsconnector/ssm_resource_compliance_summary_item.py +259 -0
- pulumi_azure_native/awsconnector/v20241201/__init__.py +234 -0
- pulumi_azure_native/awsconnector/v20241201/_enums.py +6193 -0
- pulumi_azure_native/awsconnector/v20241201/_inputs.py +94788 -0
- pulumi_azure_native/awsconnector/v20241201/access_analyzer_analyzer.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/acm_certificate_summary.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/api_gateway_rest_api.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/api_gateway_stage.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/app_sync_graphql_api.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/auto_scaling_auto_scaling_group.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/cloud_formation_stack.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/cloud_formation_stack_set.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/cloud_front_distribution.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/cloud_trail_trail.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/cloud_watch_alarm.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/code_build_project.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/code_build_source_credentials_info.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/config_service_configuration_recorder.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/config_service_configuration_recorder_status.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/config_service_delivery_channel.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/database_migration_service_replication_instance.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/dax_cluster.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/dynamo_db_continuous_backups_description.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/dynamo_db_table.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_account_attribute.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_address.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_flow_log.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_image.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_instance.py +180 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_instance_status.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_ipam.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_key_pair.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_network_acl.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_network_interface.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_route_table.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_security_group.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_snapshot.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_subnet.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_volume.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_vpc.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_vpc_endpoint.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/ec2_vpc_peering_connection.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/ecr_image_detail.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/ecr_repository.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/ecs_cluster.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/ecs_service.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/ecs_task_definition.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/efs_file_system.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/efs_mount_target.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/eks_cluster.py +180 -0
- pulumi_azure_native/awsconnector/v20241201/eks_nodegroup.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/elastic_beanstalk_application.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/elastic_beanstalk_configuration_template.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/elastic_beanstalk_environment.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/elastic_load_balancing_v2_listener.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/elastic_load_balancing_v2_load_balancer.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/elastic_load_balancing_v2_target_group.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/elastic_load_balancingv2_target_health_description.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/emr_cluster.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/emr_cluster_summary.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/get_access_analyzer_analyzer.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_acm_certificate_summary.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_api_gateway_rest_api.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_api_gateway_stage.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_app_sync_graphql_api.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_auto_scaling_auto_scaling_group.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_cloud_formation_stack.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_cloud_formation_stack_set.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_cloud_front_distribution.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_cloud_trail_trail.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_cloud_watch_alarm.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_code_build_project.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_code_build_source_credentials_info.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_config_service_configuration_recorder.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_config_service_configuration_recorder_status.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_config_service_delivery_channel.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_database_migration_service_replication_instance.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_dax_cluster.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_dynamo_db_continuous_backups_description.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_dynamo_db_table.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_account_attribute.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_address.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_flow_log.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_image.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_instance.py +131 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_instance_status.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_ipam.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_key_pair.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_network_acl.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_network_interface.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_route_table.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_security_group.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_snapshot.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_subnet.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_volume.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_vpc.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_vpc_endpoint.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ec2_vpc_peering_connection.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ecr_image_detail.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ecr_repository.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ecs_cluster.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ecs_service.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ecs_task_definition.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_efs_file_system.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_efs_mount_target.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_eks_cluster.py +131 -0
- pulumi_azure_native/awsconnector/v20241201/get_eks_nodegroup.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_elastic_beanstalk_application.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_elastic_beanstalk_configuration_template.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_elastic_beanstalk_environment.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_elastic_load_balancing_v2_listener.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_elastic_load_balancing_v2_load_balancer.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_elastic_load_balancing_v2_target_group.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_elastic_load_balancingv2_target_health_description.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_emr_cluster.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_emr_cluster_summary.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_guard_duty_detector.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_iam_access_key_last_used.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_iam_access_key_metadata_info.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_iam_group.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_iam_instance_profile.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_iam_mfa_device.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_iam_password_policy.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_iam_policy_version.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_iam_role.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_iam_server_certificate.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_iam_virtual_mfa_device.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_kms_alias.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_kms_key.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_lambda_function.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_lambda_function_code_location.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_lightsail_bucket.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_lightsail_instance.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_logs_log_group.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_logs_log_stream.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_logs_metric_filter.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_logs_subscription_filter.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_macie2_job_summary.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_macie_allow_list.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_network_firewall_firewall.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_network_firewall_firewall_policy.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_network_firewall_rule_group.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_open_search_domain_status.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_organizations_account.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_organizations_organization.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_rds_db_cluster.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_rds_db_instance.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_rds_db_snapshot.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_rds_db_snapshot_attributes_result.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_rds_event_subscription.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_rds_export_task.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_redshift_cluster.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_redshift_cluster_parameter_group.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_route53_domains_domain_summary.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_route53_hosted_zone.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_route53_resource_record_set.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_s3_access_point.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_s3_bucket.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_s3_bucket_policy.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_s3_control_multi_region_access_point_policy_document.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_sage_maker_app.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_sage_maker_notebook_instance_summary.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_secrets_manager_resource_policy.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_secrets_manager_secret.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_sns_subscription.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_sns_topic.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_sqs_queue.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ssm_instance_information.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ssm_parameter.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_ssm_resource_compliance_summary_item.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_waf_web_acl_summary.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/get_wafv2_logging_configuration.py +162 -0
- pulumi_azure_native/awsconnector/v20241201/guard_duty_detector.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/iam_access_key_last_used.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/iam_access_key_metadata_info.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/iam_group.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/iam_instance_profile.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/iam_mfa_device.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/iam_password_policy.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/iam_policy_version.py +256 -0
- pulumi_azure_native/{autonomousdevelopmentplatform/v20211101preview/account.py → awsconnector/v20241201/iam_role.py} +64 -55
- pulumi_azure_native/awsconnector/v20241201/iam_server_certificate.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/iam_virtual_mfa_device.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/kms_alias.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/kms_key.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/lambda_function.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/lambda_function_code_location.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/lightsail_bucket.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/lightsail_instance.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/logs_log_group.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/logs_log_stream.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/logs_metric_filter.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/logs_subscription_filter.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/macie2_job_summary.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/macie_allow_list.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/network_firewall_firewall.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/network_firewall_firewall_policy.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/network_firewall_rule_group.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/open_search_domain_status.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/organizations_account.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/organizations_organization.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/outputs.py +75413 -0
- pulumi_azure_native/awsconnector/v20241201/rds_db_cluster.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/rds_db_instance.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/rds_db_snapshot.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/rds_db_snapshot_attributes_result.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/rds_event_subscription.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/rds_export_task.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/redshift_cluster.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/redshift_cluster_parameter_group.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/route53_domains_domain_summary.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/route53_hosted_zone.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/route53_resource_record_set.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/s3_access_point.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/s3_bucket.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/s3_bucket_policy.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/s3_control_multi_region_access_point_policy_document.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/sage_maker_app.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/sage_maker_notebook_instance_summary.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/secrets_manager_resource_policy.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/secrets_manager_secret.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/sns_subscription.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/sns_topic.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/sqs_queue.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/ssm_instance_information.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/ssm_parameter.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/ssm_resource_compliance_summary_item.py +257 -0
- pulumi_azure_native/awsconnector/v20241201/waf_web_acl_summary.py +256 -0
- pulumi_azure_native/awsconnector/v20241201/wafv2_logging_configuration.py +257 -0
- pulumi_azure_native/awsconnector/waf_web_acl_summary.py +258 -0
- pulumi_azure_native/awsconnector/wafv2_logging_configuration.py +259 -0
- pulumi_azure_native/azuredatatransfer/__init__.py +7 -0
- pulumi_azure_native/azuredatatransfer/connection.py +3 -3
- pulumi_azure_native/azuredatatransfer/flow.py +3 -3
- pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoint_ports.py +90 -0
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoints.py +90 -0
- pulumi_azure_native/azuredatatransfer/get_flow_source_addresses.py +90 -0
- pulumi_azure_native/azuredatatransfer/get_flow_stream_connection_string.py +90 -0
- pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
- pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
- pulumi_azure_native/azuredatatransfer/v20231011preview/connection.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20231011preview/flow.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20231011preview/pipeline.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/connection.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/flow.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/pipeline.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240507/connection.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240507/flow.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240507/pipeline.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240911/connection.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240911/flow.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240911/pipeline.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240927/__init__.py +24 -0
- pulumi_azure_native/azuredatatransfer/v20240927/_enums.py +121 -0
- pulumi_azure_native/azuredatatransfer/v20240927/_inputs.py +1391 -0
- pulumi_azure_native/azuredatatransfer/v20240927/connection.py +258 -0
- pulumi_azure_native/azuredatatransfer/v20240927/flow.py +337 -0
- pulumi_azure_native/azuredatatransfer/v20240927/get_connection.py +162 -0
- pulumi_azure_native/azuredatatransfer/v20240927/get_flow.py +193 -0
- pulumi_azure_native/azuredatatransfer/v20240927/get_flow_destination_endpoint_ports.py +88 -0
- pulumi_azure_native/azuredatatransfer/v20240927/get_flow_destination_endpoints.py +88 -0
- pulumi_azure_native/azuredatatransfer/v20240927/get_flow_source_addresses.py +88 -0
- pulumi_azure_native/azuredatatransfer/v20240927/get_flow_stream_connection_string.py +88 -0
- pulumi_azure_native/azuredatatransfer/v20240927/get_pipeline.py +162 -0
- pulumi_azure_native/azuredatatransfer/v20240927/list_azure_data_transfer_approved_schemas.py +85 -0
- pulumi_azure_native/azuredatatransfer/v20240927/list_list_pending_connection.py +97 -0
- pulumi_azure_native/azuredatatransfer/v20240927/list_list_pending_flow.py +97 -0
- pulumi_azure_native/azuredatatransfer/v20240927/list_list_schema.py +125 -0
- pulumi_azure_native/azuredatatransfer/v20240927/outputs.py +2344 -0
- pulumi_azure_native/azuredatatransfer/v20240927/pipeline.py +258 -0
- pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20241101/_inputs.py +70 -21
- pulumi_azure_native/azurefleet/v20241101/outputs.py +47 -14
- pulumi_azure_native/azurestackhci/__init__.py +11 -0
- pulumi_azure_native/azurestackhci/_enums.py +63 -3
- pulumi_azure_native/azurestackhci/_inputs.py +215 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/edge_device.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_hci_edge_device_job.py +157 -0
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +258 -0
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/outputs.py +951 -0
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20240715preview/_enums.py +321 -0
- pulumi_azure_native/azurestackhci/v20240715preview/_inputs.py +2265 -0
- pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +511 -0
- pulumi_azure_native/azurestackhci/v20240715preview/get_gallery_image.py +292 -0
- pulumi_azure_native/azurestackhci/v20240715preview/get_guest_agent.py +170 -0
- pulumi_azure_native/azurestackhci/v20240715preview/get_logical_network.py +227 -0
- pulumi_azure_native/azurestackhci/v20240715preview/get_marketplace_gallery_image.py +266 -0
- pulumi_azure_native/azurestackhci/v20240715preview/get_network_interface.py +253 -0
- pulumi_azure_native/azurestackhci/v20240715preview/get_network_security_group.py +214 -0
- pulumi_azure_native/azurestackhci/v20240715preview/get_security_rule.py +271 -0
- pulumi_azure_native/azurestackhci/v20240715preview/get_storage_container.py +201 -0
- pulumi_azure_native/azurestackhci/v20240715preview/get_virtual_hard_disk.py +331 -0
- pulumi_azure_native/azurestackhci/v20240715preview/get_virtual_machine_instance.py +313 -0
- pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +427 -0
- pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +298 -0
- pulumi_azure_native/azurestackhci/v20240715preview/outputs.py +3744 -0
- pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +601 -0
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +495 -0
- pulumi_azure_native/azurestackhci/v20240801preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20240801preview/_enums.py +332 -0
- pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +2417 -0
- pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +540 -0
- pulumi_azure_native/azurestackhci/v20240801preview/get_gallery_image.py +305 -0
- pulumi_azure_native/azurestackhci/v20240801preview/get_guest_agent.py +170 -0
- pulumi_azure_native/azurestackhci/v20240801preview/get_logical_network.py +227 -0
- pulumi_azure_native/azurestackhci/v20240801preview/get_marketplace_gallery_image.py +266 -0
- pulumi_azure_native/azurestackhci/v20240801preview/get_network_interface.py +240 -0
- pulumi_azure_native/azurestackhci/v20240801preview/get_network_security_group.py +214 -0
- pulumi_azure_native/azurestackhci/v20240801preview/get_security_rule.py +271 -0
- pulumi_azure_native/azurestackhci/v20240801preview/get_storage_container.py +201 -0
- pulumi_azure_native/azurestackhci/v20240801preview/get_virtual_hard_disk.py +305 -0
- pulumi_azure_native/azurestackhci/v20240801preview/get_virtual_machine_instance.py +300 -0
- pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +394 -0
- pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +298 -0
- pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +3874 -0
- pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +539 -0
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +462 -0
- pulumi_azure_native/azurestackhci/v20240901preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20240901preview/_enums.py +267 -0
- pulumi_azure_native/azurestackhci/v20240901preview/_inputs.py +3459 -0
- pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +406 -0
- pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +680 -0
- pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +335 -0
- pulumi_azure_native/azurestackhci/v20240901preview/extension.py +473 -0
- pulumi_azure_native/azurestackhci/v20240901preview/get_arc_setting.py +258 -0
- pulumi_azure_native/azurestackhci/v20240901preview/get_cluster.py +487 -0
- pulumi_azure_native/azurestackhci/v20240901preview/get_deployment_setting.py +206 -0
- pulumi_azure_native/azurestackhci/v20240901preview/get_extension.py +276 -0
- pulumi_azure_native/azurestackhci/v20240901preview/get_hci_edge_device.py +150 -0
- pulumi_azure_native/azurestackhci/v20240901preview/get_hci_edge_device_job.py +155 -0
- pulumi_azure_native/azurestackhci/v20240901preview/get_security_setting.py +193 -0
- pulumi_azure_native/azurestackhci/v20240901preview/get_update.py +375 -0
- pulumi_azure_native/azurestackhci/v20240901preview/get_update_run.py +315 -0
- pulumi_azure_native/azurestackhci/v20240901preview/get_update_summary.py +266 -0
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +233 -0
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +256 -0
- pulumi_azure_native/azurestackhci/v20240901preview/outputs.py +6364 -0
- pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +310 -0
- pulumi_azure_native/azurestackhci/v20240901preview/update.py +724 -0
- pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +619 -0
- pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +471 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/datafactory/_inputs.py +20 -0
- pulumi_azure_native/datafactory/outputs.py +14 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +20 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +14 -0
- pulumi_azure_native/deviceregistry/__init__.py +3 -0
- pulumi_azure_native/deviceregistry/asset.py +3 -3
- pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +3 -3
- pulumi_azure_native/deviceregistry/get_asset.py +2 -2
- pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +2 -2
- pulumi_azure_native/deviceregistry/v20231101preview/asset.py +1 -1
- pulumi_azure_native/deviceregistry/v20231101preview/asset_endpoint_profile.py +1 -1
- pulumi_azure_native/deviceregistry/v20240901preview/asset.py +1 -1
- pulumi_azure_native/deviceregistry/v20240901preview/asset_endpoint_profile.py +1 -1
- pulumi_azure_native/deviceregistry/v20241101/__init__.py +14 -0
- pulumi_azure_native/deviceregistry/v20241101/_enums.py +84 -0
- pulumi_azure_native/deviceregistry/v20241101/_inputs.py +622 -0
- pulumi_azure_native/deviceregistry/v20241101/asset.py +880 -0
- pulumi_azure_native/deviceregistry/v20241101/asset_endpoint_profile.py +436 -0
- pulumi_azure_native/deviceregistry/v20241101/get_asset.py +474 -0
- pulumi_azure_native/deviceregistry/v20241101/get_asset_endpoint_profile.py +266 -0
- pulumi_azure_native/deviceregistry/v20241101/outputs.py +931 -0
- pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
- pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
- pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
- pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20240326preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20240404preview/pool.py +1 -1
- pulumi_azure_native/{autonomousdevelopmentplatform/v20211101preview → devopsinfrastructure/v20241019}/__init__.py +2 -4
- pulumi_azure_native/devopsinfrastructure/v20241019/_enums.py +195 -0
- pulumi_azure_native/devopsinfrastructure/v20241019/_inputs.py +1330 -0
- pulumi_azure_native/devopsinfrastructure/v20241019/get_pool.py +240 -0
- pulumi_azure_native/devopsinfrastructure/v20241019/outputs.py +1242 -0
- pulumi_azure_native/devopsinfrastructure/v20241019/pool.py +437 -0
- pulumi_azure_native/healthdataaiservices/__init__.py +3 -0
- pulumi_azure_native/healthdataaiservices/deid_service.py +5 -1
- pulumi_azure_native/healthdataaiservices/get_deid_service.py +4 -0
- pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +4 -0
- pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +5 -1
- pulumi_azure_native/healthdataaiservices/v20240228preview/deid_service.py +1 -1
- pulumi_azure_native/healthdataaiservices/v20240228preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthdataaiservices/v20240920/__init__.py +14 -0
- pulumi_azure_native/healthdataaiservices/v20240920/_enums.py +44 -0
- pulumi_azure_native/healthdataaiservices/v20240920/_inputs.py +232 -0
- pulumi_azure_native/healthdataaiservices/v20240920/deid_service.py +287 -0
- pulumi_azure_native/healthdataaiservices/v20240920/get_deid_service.py +175 -0
- pulumi_azure_native/healthdataaiservices/v20240920/get_private_endpoint_connection.py +141 -0
- pulumi_azure_native/healthdataaiservices/v20240920/outputs.py +637 -0
- pulumi_azure_native/healthdataaiservices/v20240920/private_endpoint_connection.py +221 -0
- pulumi_azure_native/netapp/__init__.py +9 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_quota_report.py +4 -0
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240101/account.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240101/pool.py +1 -1
- pulumi_azure_native/netapp/v20240101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301/account.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240501/__init__.py +35 -0
- pulumi_azure_native/netapp/v20240501/_enums.py +267 -0
- pulumi_azure_native/netapp/v20240501/_inputs.py +3040 -0
- pulumi_azure_native/netapp/v20240501/account.py +346 -0
- pulumi_azure_native/netapp/v20240501/backup.py +402 -0
- pulumi_azure_native/netapp/v20240501/backup_policy.py +414 -0
- pulumi_azure_native/{autonomousdevelopmentplatform/account.py → netapp/v20240501/backup_vault.py} +53 -44
- pulumi_azure_native/netapp/v20240501/get_account.py +227 -0
- pulumi_azure_native/netapp/v20240501/get_backup.py +276 -0
- pulumi_azure_native/netapp/v20240501/get_backup_policy.py +271 -0
- pulumi_azure_native/{autonomousdevelopmentplatform/v20211101preview/get_account.py → netapp/v20240501/get_backup_vault.py} +30 -38
- pulumi_azure_native/netapp/v20240501/get_pool.py +284 -0
- pulumi_azure_native/netapp/v20240501/get_snapshot.py +190 -0
- pulumi_azure_native/netapp/v20240501/get_snapshot_policy.py +245 -0
- pulumi_azure_native/{autonomousdevelopmentplatform/get_data_pool.py → netapp/v20240501/get_subvolume.py} +74 -66
- pulumi_azure_native/netapp/v20240501/get_subvolume_metadata.py +254 -0
- pulumi_azure_native/netapp/v20240501/get_volume.py +887 -0
- pulumi_azure_native/netapp/v20240501/get_volume_group.py +167 -0
- pulumi_azure_native/netapp/v20240501/get_volume_group_id_for_ldap_user.py +98 -0
- pulumi_azure_native/netapp/v20240501/get_volume_quota_rule.py +216 -0
- pulumi_azure_native/netapp/v20240501/list_volume_replications.py +94 -0
- pulumi_azure_native/netapp/v20240501/outputs.py +3115 -0
- pulumi_azure_native/netapp/v20240501/pool.py +462 -0
- pulumi_azure_native/netapp/v20240501/snapshot.py +291 -0
- pulumi_azure_native/netapp/v20240501/snapshot_policy.py +414 -0
- pulumi_azure_native/netapp/v20240501/subvolume.py +329 -0
- pulumi_azure_native/netapp/v20240501/volume.py +1639 -0
- pulumi_azure_native/netapp/v20240501/volume_group.py +279 -0
- pulumi_azure_native/netapp/v20240501/volume_quota_rule.py +388 -0
- pulumi_azure_native/netapp/v20240501preview/__init__.py +36 -0
- pulumi_azure_native/netapp/v20240501preview/_enums.py +565 -0
- pulumi_azure_native/netapp/v20240501preview/_inputs.py +3100 -0
- pulumi_azure_native/netapp/v20240501preview/account.py +385 -0
- pulumi_azure_native/netapp/v20240501preview/backup.py +412 -0
- pulumi_azure_native/netapp/v20240501preview/backup_policy.py +414 -0
- pulumi_azure_native/{autonomousdevelopmentplatform/v20211101preview/data_pool.py → netapp/v20240501preview/backup_vault.py} +65 -78
- pulumi_azure_native/netapp/v20240501preview/get_account.py +253 -0
- pulumi_azure_native/netapp/v20240501preview/get_backup.py +289 -0
- pulumi_azure_native/netapp/v20240501preview/get_backup_policy.py +271 -0
- pulumi_azure_native/{autonomousdevelopmentplatform/get_account.py → netapp/v20240501preview/get_backup_vault.py} +31 -41
- pulumi_azure_native/netapp/v20240501preview/get_pool.py +284 -0
- pulumi_azure_native/netapp/v20240501preview/get_snapshot.py +190 -0
- pulumi_azure_native/netapp/v20240501preview/get_snapshot_policy.py +245 -0
- pulumi_azure_native/netapp/v20240501preview/get_subvolume.py +190 -0
- pulumi_azure_native/netapp/v20240501preview/get_subvolume_metadata.py +254 -0
- pulumi_azure_native/netapp/v20240501preview/get_volume.py +926 -0
- pulumi_azure_native/netapp/v20240501preview/get_volume_group.py +167 -0
- pulumi_azure_native/netapp/v20240501preview/get_volume_group_id_for_ldap_user.py +98 -0
- pulumi_azure_native/netapp/v20240501preview/get_volume_quota_rule.py +216 -0
- pulumi_azure_native/netapp/v20240501preview/list_volume_quota_report.py +107 -0
- pulumi_azure_native/netapp/v20240501preview/list_volume_replications.py +94 -0
- pulumi_azure_native/netapp/v20240501preview/outputs.py +3344 -0
- pulumi_azure_native/netapp/v20240501preview/pool.py +462 -0
- pulumi_azure_native/netapp/v20240501preview/snapshot.py +291 -0
- pulumi_azure_native/netapp/v20240501preview/snapshot_policy.py +414 -0
- pulumi_azure_native/netapp/v20240501preview/subvolume.py +329 -0
- pulumi_azure_native/netapp/v20240501preview/volume.py +1707 -0
- pulumi_azure_native/netapp/v20240501preview/volume_group.py +279 -0
- pulumi_azure_native/netapp/v20240501preview/volume_quota_rule.py +388 -0
- pulumi_azure_native/netapp/v20240701/__init__.py +35 -0
- pulumi_azure_native/netapp/v20240701/_enums.py +267 -0
- pulumi_azure_native/netapp/v20240701/_inputs.py +3040 -0
- pulumi_azure_native/netapp/v20240701/account.py +346 -0
- pulumi_azure_native/netapp/v20240701/backup.py +402 -0
- pulumi_azure_native/netapp/v20240701/backup_policy.py +414 -0
- pulumi_azure_native/{autonomousdevelopmentplatform/data_pool.py → netapp/v20240701/backup_vault.py} +66 -81
- pulumi_azure_native/netapp/v20240701/get_account.py +227 -0
- pulumi_azure_native/netapp/v20240701/get_backup.py +276 -0
- pulumi_azure_native/netapp/v20240701/get_backup_policy.py +271 -0
- pulumi_azure_native/{autonomousdevelopmentplatform/v20211101preview/get_data_pool.py → netapp/v20240701/get_backup_vault.py} +39 -52
- pulumi_azure_native/netapp/v20240701/get_pool.py +284 -0
- pulumi_azure_native/netapp/v20240701/get_snapshot.py +190 -0
- pulumi_azure_native/netapp/v20240701/get_snapshot_policy.py +245 -0
- pulumi_azure_native/netapp/v20240701/get_subvolume.py +190 -0
- pulumi_azure_native/netapp/v20240701/get_subvolume_metadata.py +254 -0
- pulumi_azure_native/netapp/v20240701/get_volume.py +900 -0
- pulumi_azure_native/netapp/v20240701/get_volume_group.py +167 -0
- pulumi_azure_native/netapp/v20240701/get_volume_group_id_for_ldap_user.py +98 -0
- pulumi_azure_native/netapp/v20240701/get_volume_quota_rule.py +216 -0
- pulumi_azure_native/netapp/v20240701/list_volume_replications.py +94 -0
- pulumi_azure_native/netapp/v20240701/outputs.py +3128 -0
- pulumi_azure_native/netapp/v20240701/pool.py +462 -0
- pulumi_azure_native/netapp/v20240701/snapshot.py +291 -0
- pulumi_azure_native/netapp/v20240701/snapshot_policy.py +414 -0
- pulumi_azure_native/netapp/v20240701/subvolume.py +329 -0
- pulumi_azure_native/netapp/v20240701/volume.py +1649 -0
- pulumi_azure_native/netapp/v20240701/volume_group.py +279 -0
- pulumi_azure_native/netapp/v20240701/volume_quota_rule.py +388 -0
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/policyinsights/__init__.py +3 -0
- pulumi_azure_native/policyinsights/attestation_at_resource.py +5 -1
- pulumi_azure_native/policyinsights/attestation_at_resource_group.py +5 -1
- pulumi_azure_native/policyinsights/attestation_at_subscription.py +5 -1
- pulumi_azure_native/policyinsights/get_attestation_at_resource.py +4 -0
- pulumi_azure_native/policyinsights/get_attestation_at_resource_group.py +4 -0
- pulumi_azure_native/policyinsights/get_attestation_at_subscription.py +4 -0
- pulumi_azure_native/policyinsights/get_remediation_at_management_group.py +2 -2
- pulumi_azure_native/policyinsights/get_remediation_at_resource.py +2 -2
- pulumi_azure_native/policyinsights/get_remediation_at_resource_group.py +2 -2
- pulumi_azure_native/policyinsights/get_remediation_at_subscription.py +2 -2
- pulumi_azure_native/policyinsights/list_remediation_deployments_at_management_group.py +2 -2
- pulumi_azure_native/policyinsights/list_remediation_deployments_at_resource.py +2 -2
- pulumi_azure_native/policyinsights/list_remediation_deployments_at_resource_group.py +2 -2
- pulumi_azure_native/policyinsights/list_remediation_deployments_at_subscription.py +2 -2
- pulumi_azure_native/policyinsights/remediation_at_management_group.py +3 -3
- pulumi_azure_native/policyinsights/remediation_at_resource.py +3 -3
- pulumi_azure_native/policyinsights/remediation_at_resource_group.py +3 -3
- pulumi_azure_native/policyinsights/remediation_at_subscription.py +3 -3
- pulumi_azure_native/policyinsights/v20211001/remediation_at_management_group.py +1 -1
- pulumi_azure_native/policyinsights/v20211001/remediation_at_resource.py +1 -1
- pulumi_azure_native/policyinsights/v20211001/remediation_at_resource_group.py +1 -1
- pulumi_azure_native/policyinsights/v20211001/remediation_at_subscription.py +1 -1
- pulumi_azure_native/policyinsights/v20220901/attestation_at_resource.py +1 -1
- pulumi_azure_native/policyinsights/v20220901/attestation_at_resource_group.py +1 -1
- pulumi_azure_native/policyinsights/v20220901/attestation_at_subscription.py +1 -1
- pulumi_azure_native/policyinsights/v20241001/__init__.py +28 -0
- pulumi_azure_native/policyinsights/v20241001/_enums.py +42 -0
- pulumi_azure_native/policyinsights/v20241001/_inputs.py +176 -0
- pulumi_azure_native/policyinsights/v20241001/attestation_at_resource.py +453 -0
- pulumi_azure_native/policyinsights/v20241001/attestation_at_resource_group.py +453 -0
- pulumi_azure_native/policyinsights/v20241001/attestation_at_subscription.py +432 -0
- pulumi_azure_native/policyinsights/v20241001/get_attestation_at_resource.py +266 -0
- pulumi_azure_native/policyinsights/v20241001/get_attestation_at_resource_group.py +266 -0
- pulumi_azure_native/policyinsights/v20241001/get_attestation_at_subscription.py +261 -0
- pulumi_azure_native/policyinsights/v20241001/get_remediation_at_management_group.py +297 -0
- pulumi_azure_native/policyinsights/v20241001/get_remediation_at_resource.py +292 -0
- pulumi_azure_native/policyinsights/v20241001/get_remediation_at_resource_group.py +292 -0
- pulumi_azure_native/policyinsights/v20241001/get_remediation_at_subscription.py +287 -0
- pulumi_azure_native/policyinsights/v20241001/list_remediation_deployments_at_management_group.py +107 -0
- pulumi_azure_native/policyinsights/v20241001/list_remediation_deployments_at_resource.py +102 -0
- pulumi_azure_native/policyinsights/v20241001/list_remediation_deployments_at_resource_group.py +102 -0
- pulumi_azure_native/policyinsights/v20241001/list_remediation_deployments_at_subscription.py +97 -0
- pulumi_azure_native/policyinsights/v20241001/outputs.py +518 -0
- pulumi_azure_native/policyinsights/v20241001/remediation_at_management_group.py +455 -0
- pulumi_azure_native/policyinsights/v20241001/remediation_at_resource.py +434 -0
- pulumi_azure_native/policyinsights/v20241001/remediation_at_resource_group.py +434 -0
- pulumi_azure_native/policyinsights/v20241001/remediation_at_subscription.py +413 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/recoveryservices/__init__.py +3 -0
- pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
- pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/recoveryservices/protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/protection_container.py +3 -3
- pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
- pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
- pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
- pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240730preview/__init__.py +22 -0
- pulumi_azure_native/recoveryservices/v20240730preview/_enums.py +376 -0
- pulumi_azure_native/recoveryservices/v20240730preview/_inputs.py +14929 -0
- pulumi_azure_native/recoveryservices/v20240730preview/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/recoveryservices/v20240730preview/get_protected_item.py +184 -0
- pulumi_azure_native/recoveryservices/v20240730preview/get_protection_container.py +172 -0
- pulumi_azure_native/recoveryservices/v20240730preview/get_protection_intent.py +174 -0
- pulumi_azure_native/recoveryservices/v20240730preview/get_protection_policy.py +169 -0
- pulumi_azure_native/recoveryservices/v20240730preview/get_resource_guard_proxy.py +162 -0
- pulumi_azure_native/recoveryservices/v20240730preview/outputs.py +12800 -0
- pulumi_azure_native/recoveryservices/v20240730preview/private_endpoint_connection.py +298 -0
- pulumi_azure_native/recoveryservices/v20240730preview/protected_item.py +340 -0
- pulumi_azure_native/recoveryservices/v20240730preview/protection_container.py +319 -0
- pulumi_azure_native/recoveryservices/v20240730preview/protection_intent.py +319 -0
- pulumi_azure_native/recoveryservices/v20240730preview/protection_policy.py +298 -0
- pulumi_azure_native/recoveryservices/v20240730preview/resource_guard_proxy.py +290 -0
- pulumi_azure_native/security/__init__.py +3 -0
- pulumi_azure_native/security/get_security_connector.py +2 -2
- pulumi_azure_native/security/security_connector.py +3 -3
- pulumi_azure_native/security/v20210701preview/security_connector.py +1 -1
- pulumi_azure_native/security/v20230301preview/security_connector.py +1 -1
- pulumi_azure_native/security/v20231001preview/security_connector.py +1 -1
- pulumi_azure_native/security/v20240301preview/security_connector.py +1 -1
- pulumi_azure_native/security/v20240701preview/__init__.py +12 -0
- pulumi_azure_native/security/v20240701preview/_enums.py +101 -0
- pulumi_azure_native/security/v20240701preview/_inputs.py +5304 -0
- pulumi_azure_native/security/v20240701preview/get_security_connector.py +240 -0
- pulumi_azure_native/security/v20240701preview/outputs.py +4844 -0
- pulumi_azure_native/security/v20240701preview/security_connector.py +394 -0
- {pulumi_azure_native-2.66.0a1728463590.dist-info → pulumi_azure_native-2.67.0a1728972491.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.66.0a1728463590.dist-info → pulumi_azure_native-2.67.0a1728972491.dist-info}/RECORD +1166 -476
- pulumi_azure_native/autonomousdevelopmentplatform/__init__.py +0 -22
- pulumi_azure_native/autonomousdevelopmentplatform/_enums.py +0 -23
- pulumi_azure_native/autonomousdevelopmentplatform/_inputs.py +0 -251
- pulumi_azure_native/autonomousdevelopmentplatform/outputs.py +0 -313
- pulumi_azure_native/autonomousdevelopmentplatform/v20211101preview/_enums.py +0 -23
- pulumi_azure_native/autonomousdevelopmentplatform/v20211101preview/_inputs.py +0 -251
- pulumi_azure_native/autonomousdevelopmentplatform/v20211101preview/outputs.py +0 -313
- {pulumi_azure_native-2.66.0a1728463590.dist-info → pulumi_azure_native-2.67.0a1728972491.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.66.0a1728463590.dist-info → pulumi_azure_native-2.67.0a1728972491.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,4844 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'AccessTokenAuthenticationResponse',
|
|
21
|
+
'ArcAutoProvisioningResponseConfiguration',
|
|
22
|
+
'AwsEnvironmentDataResponse',
|
|
23
|
+
'AwsOrganizationalDataMasterResponse',
|
|
24
|
+
'AwsOrganizationalDataMemberResponse',
|
|
25
|
+
'AzureDevOpsScopeEnvironmentDataResponse',
|
|
26
|
+
'CspmMonitorAwsOfferingResponse',
|
|
27
|
+
'CspmMonitorAwsOfferingResponseNativeCloudConnection',
|
|
28
|
+
'CspmMonitorAzureDevOpsOfferingResponse',
|
|
29
|
+
'CspmMonitorDockerHubOfferingResponse',
|
|
30
|
+
'CspmMonitorGcpOfferingResponse',
|
|
31
|
+
'CspmMonitorGcpOfferingResponseNativeCloudConnection',
|
|
32
|
+
'CspmMonitorGitLabOfferingResponse',
|
|
33
|
+
'CspmMonitorGithubOfferingResponse',
|
|
34
|
+
'DefenderCspmAwsOfferingResponse',
|
|
35
|
+
'DefenderCspmAwsOfferingResponseCiem',
|
|
36
|
+
'DefenderCspmAwsOfferingResponseCiemDiscovery',
|
|
37
|
+
'DefenderCspmAwsOfferingResponseCiemOidc',
|
|
38
|
+
'DefenderCspmAwsOfferingResponseDataSensitivityDiscovery',
|
|
39
|
+
'DefenderCspmAwsOfferingResponseDatabasesDspm',
|
|
40
|
+
'DefenderCspmAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s',
|
|
41
|
+
'DefenderCspmAwsOfferingResponseMdcContainersImageAssessment',
|
|
42
|
+
'DefenderCspmAwsOfferingResponseVmScanners',
|
|
43
|
+
'DefenderCspmDockerHubOfferingResponse',
|
|
44
|
+
'DefenderCspmGcpOfferingResponse',
|
|
45
|
+
'DefenderCspmGcpOfferingResponseCiemDiscovery',
|
|
46
|
+
'DefenderCspmGcpOfferingResponseDataSensitivityDiscovery',
|
|
47
|
+
'DefenderCspmGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s',
|
|
48
|
+
'DefenderCspmGcpOfferingResponseMdcContainersImageAssessment',
|
|
49
|
+
'DefenderCspmGcpOfferingResponseVmScanners',
|
|
50
|
+
'DefenderFoDatabasesAwsOfferingResponse',
|
|
51
|
+
'DefenderFoDatabasesAwsOfferingResponseArcAutoProvisioning',
|
|
52
|
+
'DefenderFoDatabasesAwsOfferingResponseDatabasesDspm',
|
|
53
|
+
'DefenderFoDatabasesAwsOfferingResponseRds',
|
|
54
|
+
'DefenderForContainersAwsOfferingResponse',
|
|
55
|
+
'DefenderForContainersAwsOfferingResponseCloudWatchToKinesis',
|
|
56
|
+
'DefenderForContainersAwsOfferingResponseKinesisToS3',
|
|
57
|
+
'DefenderForContainersAwsOfferingResponseKubernetesDataCollection',
|
|
58
|
+
'DefenderForContainersAwsOfferingResponseKubernetesService',
|
|
59
|
+
'DefenderForContainersAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s',
|
|
60
|
+
'DefenderForContainersAwsOfferingResponseMdcContainersImageAssessment',
|
|
61
|
+
'DefenderForContainersAwsOfferingResponseVmScanners',
|
|
62
|
+
'DefenderForContainersDockerHubOfferingResponse',
|
|
63
|
+
'DefenderForContainersGcpOfferingResponse',
|
|
64
|
+
'DefenderForContainersGcpOfferingResponseDataPipelineNativeCloudConnection',
|
|
65
|
+
'DefenderForContainersGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s',
|
|
66
|
+
'DefenderForContainersGcpOfferingResponseMdcContainersImageAssessment',
|
|
67
|
+
'DefenderForContainersGcpOfferingResponseNativeCloudConnection',
|
|
68
|
+
'DefenderForContainersGcpOfferingResponseVmScanners',
|
|
69
|
+
'DefenderForDatabasesGcpOfferingResponse',
|
|
70
|
+
'DefenderForDatabasesGcpOfferingResponseArcAutoProvisioning',
|
|
71
|
+
'DefenderForDatabasesGcpOfferingResponseDefenderForDatabasesArcAutoProvisioning',
|
|
72
|
+
'DefenderForServersAwsOfferingResponse',
|
|
73
|
+
'DefenderForServersAwsOfferingResponseArcAutoProvisioning',
|
|
74
|
+
'DefenderForServersAwsOfferingResponseConfiguration',
|
|
75
|
+
'DefenderForServersAwsOfferingResponseDefenderForServers',
|
|
76
|
+
'DefenderForServersAwsOfferingResponseMdeAutoProvisioning',
|
|
77
|
+
'DefenderForServersAwsOfferingResponseSubPlan',
|
|
78
|
+
'DefenderForServersAwsOfferingResponseVaAutoProvisioning',
|
|
79
|
+
'DefenderForServersAwsOfferingResponseVmScanners',
|
|
80
|
+
'DefenderForServersGcpOfferingResponse',
|
|
81
|
+
'DefenderForServersGcpOfferingResponseArcAutoProvisioning',
|
|
82
|
+
'DefenderForServersGcpOfferingResponseConfiguration',
|
|
83
|
+
'DefenderForServersGcpOfferingResponseDefenderForServers',
|
|
84
|
+
'DefenderForServersGcpOfferingResponseMdeAutoProvisioning',
|
|
85
|
+
'DefenderForServersGcpOfferingResponseSubPlan',
|
|
86
|
+
'DefenderForServersGcpOfferingResponseVaAutoProvisioning',
|
|
87
|
+
'DefenderForServersGcpOfferingResponseVmScanners',
|
|
88
|
+
'DockerHubEnvironmentDataResponse',
|
|
89
|
+
'GcpOrganizationalDataMemberResponse',
|
|
90
|
+
'GcpOrganizationalDataOrganizationResponse',
|
|
91
|
+
'GcpProjectDetailsResponse',
|
|
92
|
+
'GcpProjectEnvironmentDataResponse',
|
|
93
|
+
'GithubScopeEnvironmentDataResponse',
|
|
94
|
+
'GitlabScopeEnvironmentDataResponse',
|
|
95
|
+
'SystemDataResponse',
|
|
96
|
+
'VmScannersBaseResponseConfiguration',
|
|
97
|
+
]
|
|
98
|
+
|
|
99
|
+
@pulumi.output_type
|
|
100
|
+
class AccessTokenAuthenticationResponse(dict):
|
|
101
|
+
"""
|
|
102
|
+
The environment authentication details
|
|
103
|
+
"""
|
|
104
|
+
@staticmethod
|
|
105
|
+
def __key_warning(key: str):
|
|
106
|
+
suggest = None
|
|
107
|
+
if key == "authenticationType":
|
|
108
|
+
suggest = "authentication_type"
|
|
109
|
+
elif key == "accessToken":
|
|
110
|
+
suggest = "access_token"
|
|
111
|
+
|
|
112
|
+
if suggest:
|
|
113
|
+
pulumi.log.warn(f"Key '{key}' not found in AccessTokenAuthenticationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
114
|
+
|
|
115
|
+
def __getitem__(self, key: str) -> Any:
|
|
116
|
+
AccessTokenAuthenticationResponse.__key_warning(key)
|
|
117
|
+
return super().__getitem__(key)
|
|
118
|
+
|
|
119
|
+
def get(self, key: str, default = None) -> Any:
|
|
120
|
+
AccessTokenAuthenticationResponse.__key_warning(key)
|
|
121
|
+
return super().get(key, default)
|
|
122
|
+
|
|
123
|
+
def __init__(__self__, *,
|
|
124
|
+
authentication_type: str,
|
|
125
|
+
access_token: Optional[str] = None,
|
|
126
|
+
username: Optional[str] = None):
|
|
127
|
+
"""
|
|
128
|
+
The environment authentication details
|
|
129
|
+
:param str authentication_type: The authentication type
|
|
130
|
+
Expected value is 'AccessToken'.
|
|
131
|
+
:param str access_token: The access token that will be used while authenticating with the onboarded environment
|
|
132
|
+
:param str username: The user name that will be used while authenticating with the onboarded environment
|
|
133
|
+
"""
|
|
134
|
+
pulumi.set(__self__, "authentication_type", 'AccessToken')
|
|
135
|
+
if access_token is not None:
|
|
136
|
+
pulumi.set(__self__, "access_token", access_token)
|
|
137
|
+
if username is not None:
|
|
138
|
+
pulumi.set(__self__, "username", username)
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter(name="authenticationType")
|
|
142
|
+
def authentication_type(self) -> str:
|
|
143
|
+
"""
|
|
144
|
+
The authentication type
|
|
145
|
+
Expected value is 'AccessToken'.
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "authentication_type")
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter(name="accessToken")
|
|
151
|
+
def access_token(self) -> Optional[str]:
|
|
152
|
+
"""
|
|
153
|
+
The access token that will be used while authenticating with the onboarded environment
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "access_token")
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter
|
|
159
|
+
def username(self) -> Optional[str]:
|
|
160
|
+
"""
|
|
161
|
+
The user name that will be used while authenticating with the onboarded environment
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "username")
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
@pulumi.output_type
|
|
167
|
+
class ArcAutoProvisioningResponseConfiguration(dict):
|
|
168
|
+
"""
|
|
169
|
+
Configuration for servers Arc auto provisioning for a given environment
|
|
170
|
+
"""
|
|
171
|
+
@staticmethod
|
|
172
|
+
def __key_warning(key: str):
|
|
173
|
+
suggest = None
|
|
174
|
+
if key == "privateLinkScope":
|
|
175
|
+
suggest = "private_link_scope"
|
|
176
|
+
|
|
177
|
+
if suggest:
|
|
178
|
+
pulumi.log.warn(f"Key '{key}' not found in ArcAutoProvisioningResponseConfiguration. Access the value via the '{suggest}' property getter instead.")
|
|
179
|
+
|
|
180
|
+
def __getitem__(self, key: str) -> Any:
|
|
181
|
+
ArcAutoProvisioningResponseConfiguration.__key_warning(key)
|
|
182
|
+
return super().__getitem__(key)
|
|
183
|
+
|
|
184
|
+
def get(self, key: str, default = None) -> Any:
|
|
185
|
+
ArcAutoProvisioningResponseConfiguration.__key_warning(key)
|
|
186
|
+
return super().get(key, default)
|
|
187
|
+
|
|
188
|
+
def __init__(__self__, *,
|
|
189
|
+
private_link_scope: Optional[str] = None,
|
|
190
|
+
proxy: Optional[str] = None):
|
|
191
|
+
"""
|
|
192
|
+
Configuration for servers Arc auto provisioning for a given environment
|
|
193
|
+
:param str private_link_scope: Optional Arc private link scope resource id to link the Arc agent
|
|
194
|
+
:param str proxy: Optional HTTP proxy endpoint to use for the Arc agent
|
|
195
|
+
"""
|
|
196
|
+
if private_link_scope is not None:
|
|
197
|
+
pulumi.set(__self__, "private_link_scope", private_link_scope)
|
|
198
|
+
if proxy is not None:
|
|
199
|
+
pulumi.set(__self__, "proxy", proxy)
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter(name="privateLinkScope")
|
|
203
|
+
def private_link_scope(self) -> Optional[str]:
|
|
204
|
+
"""
|
|
205
|
+
Optional Arc private link scope resource id to link the Arc agent
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "private_link_scope")
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
@pulumi.getter
|
|
211
|
+
def proxy(self) -> Optional[str]:
|
|
212
|
+
"""
|
|
213
|
+
Optional HTTP proxy endpoint to use for the Arc agent
|
|
214
|
+
"""
|
|
215
|
+
return pulumi.get(self, "proxy")
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
@pulumi.output_type
|
|
219
|
+
class AwsEnvironmentDataResponse(dict):
|
|
220
|
+
"""
|
|
221
|
+
The AWS connector environment data
|
|
222
|
+
"""
|
|
223
|
+
@staticmethod
|
|
224
|
+
def __key_warning(key: str):
|
|
225
|
+
suggest = None
|
|
226
|
+
if key == "accountName":
|
|
227
|
+
suggest = "account_name"
|
|
228
|
+
elif key == "environmentType":
|
|
229
|
+
suggest = "environment_type"
|
|
230
|
+
elif key == "organizationalData":
|
|
231
|
+
suggest = "organizational_data"
|
|
232
|
+
elif key == "scanInterval":
|
|
233
|
+
suggest = "scan_interval"
|
|
234
|
+
|
|
235
|
+
if suggest:
|
|
236
|
+
pulumi.log.warn(f"Key '{key}' not found in AwsEnvironmentDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
237
|
+
|
|
238
|
+
def __getitem__(self, key: str) -> Any:
|
|
239
|
+
AwsEnvironmentDataResponse.__key_warning(key)
|
|
240
|
+
return super().__getitem__(key)
|
|
241
|
+
|
|
242
|
+
def get(self, key: str, default = None) -> Any:
|
|
243
|
+
AwsEnvironmentDataResponse.__key_warning(key)
|
|
244
|
+
return super().get(key, default)
|
|
245
|
+
|
|
246
|
+
def __init__(__self__, *,
|
|
247
|
+
account_name: str,
|
|
248
|
+
environment_type: str,
|
|
249
|
+
organizational_data: Optional[Any] = None,
|
|
250
|
+
regions: Optional[Sequence[str]] = None,
|
|
251
|
+
scan_interval: Optional[float] = None):
|
|
252
|
+
"""
|
|
253
|
+
The AWS connector environment data
|
|
254
|
+
:param str account_name: The AWS account name
|
|
255
|
+
:param str environment_type: The type of the environment data.
|
|
256
|
+
Expected value is 'AwsAccount'.
|
|
257
|
+
:param Union['AwsOrganizationalDataMasterResponse', 'AwsOrganizationalDataMemberResponse'] organizational_data: The AWS account's organizational data
|
|
258
|
+
:param Sequence[str] regions: list of regions to scan
|
|
259
|
+
:param float scan_interval: Scan interval in hours (value should be between 1-hour to 24-hours)
|
|
260
|
+
"""
|
|
261
|
+
pulumi.set(__self__, "account_name", account_name)
|
|
262
|
+
pulumi.set(__self__, "environment_type", 'AwsAccount')
|
|
263
|
+
if organizational_data is not None:
|
|
264
|
+
pulumi.set(__self__, "organizational_data", organizational_data)
|
|
265
|
+
if regions is not None:
|
|
266
|
+
pulumi.set(__self__, "regions", regions)
|
|
267
|
+
if scan_interval is not None:
|
|
268
|
+
pulumi.set(__self__, "scan_interval", scan_interval)
|
|
269
|
+
|
|
270
|
+
@property
|
|
271
|
+
@pulumi.getter(name="accountName")
|
|
272
|
+
def account_name(self) -> str:
|
|
273
|
+
"""
|
|
274
|
+
The AWS account name
|
|
275
|
+
"""
|
|
276
|
+
return pulumi.get(self, "account_name")
|
|
277
|
+
|
|
278
|
+
@property
|
|
279
|
+
@pulumi.getter(name="environmentType")
|
|
280
|
+
def environment_type(self) -> str:
|
|
281
|
+
"""
|
|
282
|
+
The type of the environment data.
|
|
283
|
+
Expected value is 'AwsAccount'.
|
|
284
|
+
"""
|
|
285
|
+
return pulumi.get(self, "environment_type")
|
|
286
|
+
|
|
287
|
+
@property
|
|
288
|
+
@pulumi.getter(name="organizationalData")
|
|
289
|
+
def organizational_data(self) -> Optional[Any]:
|
|
290
|
+
"""
|
|
291
|
+
The AWS account's organizational data
|
|
292
|
+
"""
|
|
293
|
+
return pulumi.get(self, "organizational_data")
|
|
294
|
+
|
|
295
|
+
@property
|
|
296
|
+
@pulumi.getter
|
|
297
|
+
def regions(self) -> Optional[Sequence[str]]:
|
|
298
|
+
"""
|
|
299
|
+
list of regions to scan
|
|
300
|
+
"""
|
|
301
|
+
return pulumi.get(self, "regions")
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter(name="scanInterval")
|
|
305
|
+
def scan_interval(self) -> Optional[float]:
|
|
306
|
+
"""
|
|
307
|
+
Scan interval in hours (value should be between 1-hour to 24-hours)
|
|
308
|
+
"""
|
|
309
|
+
return pulumi.get(self, "scan_interval")
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
@pulumi.output_type
|
|
313
|
+
class AwsOrganizationalDataMasterResponse(dict):
|
|
314
|
+
"""
|
|
315
|
+
The AWS organization data for the master account
|
|
316
|
+
"""
|
|
317
|
+
@staticmethod
|
|
318
|
+
def __key_warning(key: str):
|
|
319
|
+
suggest = None
|
|
320
|
+
if key == "organizationMembershipType":
|
|
321
|
+
suggest = "organization_membership_type"
|
|
322
|
+
elif key == "excludedAccountIds":
|
|
323
|
+
suggest = "excluded_account_ids"
|
|
324
|
+
elif key == "stacksetName":
|
|
325
|
+
suggest = "stackset_name"
|
|
326
|
+
|
|
327
|
+
if suggest:
|
|
328
|
+
pulumi.log.warn(f"Key '{key}' not found in AwsOrganizationalDataMasterResponse. Access the value via the '{suggest}' property getter instead.")
|
|
329
|
+
|
|
330
|
+
def __getitem__(self, key: str) -> Any:
|
|
331
|
+
AwsOrganizationalDataMasterResponse.__key_warning(key)
|
|
332
|
+
return super().__getitem__(key)
|
|
333
|
+
|
|
334
|
+
def get(self, key: str, default = None) -> Any:
|
|
335
|
+
AwsOrganizationalDataMasterResponse.__key_warning(key)
|
|
336
|
+
return super().get(key, default)
|
|
337
|
+
|
|
338
|
+
def __init__(__self__, *,
|
|
339
|
+
organization_membership_type: str,
|
|
340
|
+
excluded_account_ids: Optional[Sequence[str]] = None,
|
|
341
|
+
stackset_name: Optional[str] = None):
|
|
342
|
+
"""
|
|
343
|
+
The AWS organization data for the master account
|
|
344
|
+
:param str organization_membership_type: The multi cloud account's membership type in the organization
|
|
345
|
+
Expected value is 'Organization'.
|
|
346
|
+
:param Sequence[str] excluded_account_ids: If the multi cloud account is of membership type organization, list of accounts excluded from offering
|
|
347
|
+
:param str stackset_name: If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset
|
|
348
|
+
"""
|
|
349
|
+
pulumi.set(__self__, "organization_membership_type", 'Organization')
|
|
350
|
+
if excluded_account_ids is not None:
|
|
351
|
+
pulumi.set(__self__, "excluded_account_ids", excluded_account_ids)
|
|
352
|
+
if stackset_name is not None:
|
|
353
|
+
pulumi.set(__self__, "stackset_name", stackset_name)
|
|
354
|
+
|
|
355
|
+
@property
|
|
356
|
+
@pulumi.getter(name="organizationMembershipType")
|
|
357
|
+
def organization_membership_type(self) -> str:
|
|
358
|
+
"""
|
|
359
|
+
The multi cloud account's membership type in the organization
|
|
360
|
+
Expected value is 'Organization'.
|
|
361
|
+
"""
|
|
362
|
+
return pulumi.get(self, "organization_membership_type")
|
|
363
|
+
|
|
364
|
+
@property
|
|
365
|
+
@pulumi.getter(name="excludedAccountIds")
|
|
366
|
+
def excluded_account_ids(self) -> Optional[Sequence[str]]:
|
|
367
|
+
"""
|
|
368
|
+
If the multi cloud account is of membership type organization, list of accounts excluded from offering
|
|
369
|
+
"""
|
|
370
|
+
return pulumi.get(self, "excluded_account_ids")
|
|
371
|
+
|
|
372
|
+
@property
|
|
373
|
+
@pulumi.getter(name="stacksetName")
|
|
374
|
+
def stackset_name(self) -> Optional[str]:
|
|
375
|
+
"""
|
|
376
|
+
If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset
|
|
377
|
+
"""
|
|
378
|
+
return pulumi.get(self, "stackset_name")
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
@pulumi.output_type
|
|
382
|
+
class AwsOrganizationalDataMemberResponse(dict):
|
|
383
|
+
"""
|
|
384
|
+
The AWS organization data for the member account
|
|
385
|
+
"""
|
|
386
|
+
@staticmethod
|
|
387
|
+
def __key_warning(key: str):
|
|
388
|
+
suggest = None
|
|
389
|
+
if key == "organizationMembershipType":
|
|
390
|
+
suggest = "organization_membership_type"
|
|
391
|
+
elif key == "parentHierarchyId":
|
|
392
|
+
suggest = "parent_hierarchy_id"
|
|
393
|
+
|
|
394
|
+
if suggest:
|
|
395
|
+
pulumi.log.warn(f"Key '{key}' not found in AwsOrganizationalDataMemberResponse. Access the value via the '{suggest}' property getter instead.")
|
|
396
|
+
|
|
397
|
+
def __getitem__(self, key: str) -> Any:
|
|
398
|
+
AwsOrganizationalDataMemberResponse.__key_warning(key)
|
|
399
|
+
return super().__getitem__(key)
|
|
400
|
+
|
|
401
|
+
def get(self, key: str, default = None) -> Any:
|
|
402
|
+
AwsOrganizationalDataMemberResponse.__key_warning(key)
|
|
403
|
+
return super().get(key, default)
|
|
404
|
+
|
|
405
|
+
def __init__(__self__, *,
|
|
406
|
+
organization_membership_type: str,
|
|
407
|
+
parent_hierarchy_id: Optional[str] = None):
|
|
408
|
+
"""
|
|
409
|
+
The AWS organization data for the member account
|
|
410
|
+
:param str organization_membership_type: The multi cloud account's membership type in the organization
|
|
411
|
+
Expected value is 'Member'.
|
|
412
|
+
:param str parent_hierarchy_id: If the multi cloud account is not of membership type organization, this will be the ID of the account's parent
|
|
413
|
+
"""
|
|
414
|
+
pulumi.set(__self__, "organization_membership_type", 'Member')
|
|
415
|
+
if parent_hierarchy_id is not None:
|
|
416
|
+
pulumi.set(__self__, "parent_hierarchy_id", parent_hierarchy_id)
|
|
417
|
+
|
|
418
|
+
@property
|
|
419
|
+
@pulumi.getter(name="organizationMembershipType")
|
|
420
|
+
def organization_membership_type(self) -> str:
|
|
421
|
+
"""
|
|
422
|
+
The multi cloud account's membership type in the organization
|
|
423
|
+
Expected value is 'Member'.
|
|
424
|
+
"""
|
|
425
|
+
return pulumi.get(self, "organization_membership_type")
|
|
426
|
+
|
|
427
|
+
@property
|
|
428
|
+
@pulumi.getter(name="parentHierarchyId")
|
|
429
|
+
def parent_hierarchy_id(self) -> Optional[str]:
|
|
430
|
+
"""
|
|
431
|
+
If the multi cloud account is not of membership type organization, this will be the ID of the account's parent
|
|
432
|
+
"""
|
|
433
|
+
return pulumi.get(self, "parent_hierarchy_id")
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
@pulumi.output_type
|
|
437
|
+
class AzureDevOpsScopeEnvironmentDataResponse(dict):
|
|
438
|
+
"""
|
|
439
|
+
The AzureDevOps scope connector's environment data
|
|
440
|
+
"""
|
|
441
|
+
@staticmethod
|
|
442
|
+
def __key_warning(key: str):
|
|
443
|
+
suggest = None
|
|
444
|
+
if key == "environmentType":
|
|
445
|
+
suggest = "environment_type"
|
|
446
|
+
|
|
447
|
+
if suggest:
|
|
448
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureDevOpsScopeEnvironmentDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
449
|
+
|
|
450
|
+
def __getitem__(self, key: str) -> Any:
|
|
451
|
+
AzureDevOpsScopeEnvironmentDataResponse.__key_warning(key)
|
|
452
|
+
return super().__getitem__(key)
|
|
453
|
+
|
|
454
|
+
def get(self, key: str, default = None) -> Any:
|
|
455
|
+
AzureDevOpsScopeEnvironmentDataResponse.__key_warning(key)
|
|
456
|
+
return super().get(key, default)
|
|
457
|
+
|
|
458
|
+
def __init__(__self__, *,
|
|
459
|
+
environment_type: str):
|
|
460
|
+
"""
|
|
461
|
+
The AzureDevOps scope connector's environment data
|
|
462
|
+
:param str environment_type: The type of the environment data.
|
|
463
|
+
Expected value is 'AzureDevOpsScope'.
|
|
464
|
+
"""
|
|
465
|
+
pulumi.set(__self__, "environment_type", 'AzureDevOpsScope')
|
|
466
|
+
|
|
467
|
+
@property
|
|
468
|
+
@pulumi.getter(name="environmentType")
|
|
469
|
+
def environment_type(self) -> str:
|
|
470
|
+
"""
|
|
471
|
+
The type of the environment data.
|
|
472
|
+
Expected value is 'AzureDevOpsScope'.
|
|
473
|
+
"""
|
|
474
|
+
return pulumi.get(self, "environment_type")
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
@pulumi.output_type
|
|
478
|
+
class CspmMonitorAwsOfferingResponse(dict):
|
|
479
|
+
"""
|
|
480
|
+
The CSPM monitoring for AWS offering
|
|
481
|
+
"""
|
|
482
|
+
@staticmethod
|
|
483
|
+
def __key_warning(key: str):
|
|
484
|
+
suggest = None
|
|
485
|
+
if key == "offeringType":
|
|
486
|
+
suggest = "offering_type"
|
|
487
|
+
elif key == "nativeCloudConnection":
|
|
488
|
+
suggest = "native_cloud_connection"
|
|
489
|
+
|
|
490
|
+
if suggest:
|
|
491
|
+
pulumi.log.warn(f"Key '{key}' not found in CspmMonitorAwsOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
492
|
+
|
|
493
|
+
def __getitem__(self, key: str) -> Any:
|
|
494
|
+
CspmMonitorAwsOfferingResponse.__key_warning(key)
|
|
495
|
+
return super().__getitem__(key)
|
|
496
|
+
|
|
497
|
+
def get(self, key: str, default = None) -> Any:
|
|
498
|
+
CspmMonitorAwsOfferingResponse.__key_warning(key)
|
|
499
|
+
return super().get(key, default)
|
|
500
|
+
|
|
501
|
+
def __init__(__self__, *,
|
|
502
|
+
description: str,
|
|
503
|
+
offering_type: str,
|
|
504
|
+
native_cloud_connection: Optional['outputs.CspmMonitorAwsOfferingResponseNativeCloudConnection'] = None):
|
|
505
|
+
"""
|
|
506
|
+
The CSPM monitoring for AWS offering
|
|
507
|
+
:param str description: The offering description.
|
|
508
|
+
:param str offering_type: The type of the security offering.
|
|
509
|
+
Expected value is 'CspmMonitorAws'.
|
|
510
|
+
:param 'CspmMonitorAwsOfferingResponseNativeCloudConnection' native_cloud_connection: The native cloud connection configuration
|
|
511
|
+
"""
|
|
512
|
+
pulumi.set(__self__, "description", description)
|
|
513
|
+
pulumi.set(__self__, "offering_type", 'CspmMonitorAws')
|
|
514
|
+
if native_cloud_connection is not None:
|
|
515
|
+
pulumi.set(__self__, "native_cloud_connection", native_cloud_connection)
|
|
516
|
+
|
|
517
|
+
@property
|
|
518
|
+
@pulumi.getter
|
|
519
|
+
def description(self) -> str:
|
|
520
|
+
"""
|
|
521
|
+
The offering description.
|
|
522
|
+
"""
|
|
523
|
+
return pulumi.get(self, "description")
|
|
524
|
+
|
|
525
|
+
@property
|
|
526
|
+
@pulumi.getter(name="offeringType")
|
|
527
|
+
def offering_type(self) -> str:
|
|
528
|
+
"""
|
|
529
|
+
The type of the security offering.
|
|
530
|
+
Expected value is 'CspmMonitorAws'.
|
|
531
|
+
"""
|
|
532
|
+
return pulumi.get(self, "offering_type")
|
|
533
|
+
|
|
534
|
+
@property
|
|
535
|
+
@pulumi.getter(name="nativeCloudConnection")
|
|
536
|
+
def native_cloud_connection(self) -> Optional['outputs.CspmMonitorAwsOfferingResponseNativeCloudConnection']:
|
|
537
|
+
"""
|
|
538
|
+
The native cloud connection configuration
|
|
539
|
+
"""
|
|
540
|
+
return pulumi.get(self, "native_cloud_connection")
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
@pulumi.output_type
|
|
544
|
+
class CspmMonitorAwsOfferingResponseNativeCloudConnection(dict):
|
|
545
|
+
"""
|
|
546
|
+
The native cloud connection configuration
|
|
547
|
+
"""
|
|
548
|
+
@staticmethod
|
|
549
|
+
def __key_warning(key: str):
|
|
550
|
+
suggest = None
|
|
551
|
+
if key == "cloudRoleArn":
|
|
552
|
+
suggest = "cloud_role_arn"
|
|
553
|
+
|
|
554
|
+
if suggest:
|
|
555
|
+
pulumi.log.warn(f"Key '{key}' not found in CspmMonitorAwsOfferingResponseNativeCloudConnection. Access the value via the '{suggest}' property getter instead.")
|
|
556
|
+
|
|
557
|
+
def __getitem__(self, key: str) -> Any:
|
|
558
|
+
CspmMonitorAwsOfferingResponseNativeCloudConnection.__key_warning(key)
|
|
559
|
+
return super().__getitem__(key)
|
|
560
|
+
|
|
561
|
+
def get(self, key: str, default = None) -> Any:
|
|
562
|
+
CspmMonitorAwsOfferingResponseNativeCloudConnection.__key_warning(key)
|
|
563
|
+
return super().get(key, default)
|
|
564
|
+
|
|
565
|
+
def __init__(__self__, *,
|
|
566
|
+
cloud_role_arn: Optional[str] = None):
|
|
567
|
+
"""
|
|
568
|
+
The native cloud connection configuration
|
|
569
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
570
|
+
"""
|
|
571
|
+
if cloud_role_arn is not None:
|
|
572
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
573
|
+
|
|
574
|
+
@property
|
|
575
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
576
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
577
|
+
"""
|
|
578
|
+
The cloud role ARN in AWS for this feature
|
|
579
|
+
"""
|
|
580
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
@pulumi.output_type
|
|
584
|
+
class CspmMonitorAzureDevOpsOfferingResponse(dict):
|
|
585
|
+
"""
|
|
586
|
+
The CSPM monitoring for AzureDevOps offering
|
|
587
|
+
"""
|
|
588
|
+
@staticmethod
|
|
589
|
+
def __key_warning(key: str):
|
|
590
|
+
suggest = None
|
|
591
|
+
if key == "offeringType":
|
|
592
|
+
suggest = "offering_type"
|
|
593
|
+
|
|
594
|
+
if suggest:
|
|
595
|
+
pulumi.log.warn(f"Key '{key}' not found in CspmMonitorAzureDevOpsOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
596
|
+
|
|
597
|
+
def __getitem__(self, key: str) -> Any:
|
|
598
|
+
CspmMonitorAzureDevOpsOfferingResponse.__key_warning(key)
|
|
599
|
+
return super().__getitem__(key)
|
|
600
|
+
|
|
601
|
+
def get(self, key: str, default = None) -> Any:
|
|
602
|
+
CspmMonitorAzureDevOpsOfferingResponse.__key_warning(key)
|
|
603
|
+
return super().get(key, default)
|
|
604
|
+
|
|
605
|
+
def __init__(__self__, *,
|
|
606
|
+
description: str,
|
|
607
|
+
offering_type: str):
|
|
608
|
+
"""
|
|
609
|
+
The CSPM monitoring for AzureDevOps offering
|
|
610
|
+
:param str description: The offering description.
|
|
611
|
+
:param str offering_type: The type of the security offering.
|
|
612
|
+
Expected value is 'CspmMonitorAzureDevOps'.
|
|
613
|
+
"""
|
|
614
|
+
pulumi.set(__self__, "description", description)
|
|
615
|
+
pulumi.set(__self__, "offering_type", 'CspmMonitorAzureDevOps')
|
|
616
|
+
|
|
617
|
+
@property
|
|
618
|
+
@pulumi.getter
|
|
619
|
+
def description(self) -> str:
|
|
620
|
+
"""
|
|
621
|
+
The offering description.
|
|
622
|
+
"""
|
|
623
|
+
return pulumi.get(self, "description")
|
|
624
|
+
|
|
625
|
+
@property
|
|
626
|
+
@pulumi.getter(name="offeringType")
|
|
627
|
+
def offering_type(self) -> str:
|
|
628
|
+
"""
|
|
629
|
+
The type of the security offering.
|
|
630
|
+
Expected value is 'CspmMonitorAzureDevOps'.
|
|
631
|
+
"""
|
|
632
|
+
return pulumi.get(self, "offering_type")
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
@pulumi.output_type
|
|
636
|
+
class CspmMonitorDockerHubOfferingResponse(dict):
|
|
637
|
+
"""
|
|
638
|
+
The CSPM (Cloud security posture management) monitoring for Docker Hub offering
|
|
639
|
+
"""
|
|
640
|
+
@staticmethod
|
|
641
|
+
def __key_warning(key: str):
|
|
642
|
+
suggest = None
|
|
643
|
+
if key == "offeringType":
|
|
644
|
+
suggest = "offering_type"
|
|
645
|
+
|
|
646
|
+
if suggest:
|
|
647
|
+
pulumi.log.warn(f"Key '{key}' not found in CspmMonitorDockerHubOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
648
|
+
|
|
649
|
+
def __getitem__(self, key: str) -> Any:
|
|
650
|
+
CspmMonitorDockerHubOfferingResponse.__key_warning(key)
|
|
651
|
+
return super().__getitem__(key)
|
|
652
|
+
|
|
653
|
+
def get(self, key: str, default = None) -> Any:
|
|
654
|
+
CspmMonitorDockerHubOfferingResponse.__key_warning(key)
|
|
655
|
+
return super().get(key, default)
|
|
656
|
+
|
|
657
|
+
def __init__(__self__, *,
|
|
658
|
+
description: str,
|
|
659
|
+
offering_type: str):
|
|
660
|
+
"""
|
|
661
|
+
The CSPM (Cloud security posture management) monitoring for Docker Hub offering
|
|
662
|
+
:param str description: The offering description.
|
|
663
|
+
:param str offering_type: The type of the security offering.
|
|
664
|
+
Expected value is 'CspmMonitorDockerHub'.
|
|
665
|
+
"""
|
|
666
|
+
pulumi.set(__self__, "description", description)
|
|
667
|
+
pulumi.set(__self__, "offering_type", 'CspmMonitorDockerHub')
|
|
668
|
+
|
|
669
|
+
@property
|
|
670
|
+
@pulumi.getter
|
|
671
|
+
def description(self) -> str:
|
|
672
|
+
"""
|
|
673
|
+
The offering description.
|
|
674
|
+
"""
|
|
675
|
+
return pulumi.get(self, "description")
|
|
676
|
+
|
|
677
|
+
@property
|
|
678
|
+
@pulumi.getter(name="offeringType")
|
|
679
|
+
def offering_type(self) -> str:
|
|
680
|
+
"""
|
|
681
|
+
The type of the security offering.
|
|
682
|
+
Expected value is 'CspmMonitorDockerHub'.
|
|
683
|
+
"""
|
|
684
|
+
return pulumi.get(self, "offering_type")
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
@pulumi.output_type
|
|
688
|
+
class CspmMonitorGcpOfferingResponse(dict):
|
|
689
|
+
"""
|
|
690
|
+
The CSPM monitoring for GCP offering
|
|
691
|
+
"""
|
|
692
|
+
@staticmethod
|
|
693
|
+
def __key_warning(key: str):
|
|
694
|
+
suggest = None
|
|
695
|
+
if key == "offeringType":
|
|
696
|
+
suggest = "offering_type"
|
|
697
|
+
elif key == "nativeCloudConnection":
|
|
698
|
+
suggest = "native_cloud_connection"
|
|
699
|
+
|
|
700
|
+
if suggest:
|
|
701
|
+
pulumi.log.warn(f"Key '{key}' not found in CspmMonitorGcpOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
702
|
+
|
|
703
|
+
def __getitem__(self, key: str) -> Any:
|
|
704
|
+
CspmMonitorGcpOfferingResponse.__key_warning(key)
|
|
705
|
+
return super().__getitem__(key)
|
|
706
|
+
|
|
707
|
+
def get(self, key: str, default = None) -> Any:
|
|
708
|
+
CspmMonitorGcpOfferingResponse.__key_warning(key)
|
|
709
|
+
return super().get(key, default)
|
|
710
|
+
|
|
711
|
+
def __init__(__self__, *,
|
|
712
|
+
description: str,
|
|
713
|
+
offering_type: str,
|
|
714
|
+
native_cloud_connection: Optional['outputs.CspmMonitorGcpOfferingResponseNativeCloudConnection'] = None):
|
|
715
|
+
"""
|
|
716
|
+
The CSPM monitoring for GCP offering
|
|
717
|
+
:param str description: The offering description.
|
|
718
|
+
:param str offering_type: The type of the security offering.
|
|
719
|
+
Expected value is 'CspmMonitorGcp'.
|
|
720
|
+
:param 'CspmMonitorGcpOfferingResponseNativeCloudConnection' native_cloud_connection: The native cloud connection configuration
|
|
721
|
+
"""
|
|
722
|
+
pulumi.set(__self__, "description", description)
|
|
723
|
+
pulumi.set(__self__, "offering_type", 'CspmMonitorGcp')
|
|
724
|
+
if native_cloud_connection is not None:
|
|
725
|
+
pulumi.set(__self__, "native_cloud_connection", native_cloud_connection)
|
|
726
|
+
|
|
727
|
+
@property
|
|
728
|
+
@pulumi.getter
|
|
729
|
+
def description(self) -> str:
|
|
730
|
+
"""
|
|
731
|
+
The offering description.
|
|
732
|
+
"""
|
|
733
|
+
return pulumi.get(self, "description")
|
|
734
|
+
|
|
735
|
+
@property
|
|
736
|
+
@pulumi.getter(name="offeringType")
|
|
737
|
+
def offering_type(self) -> str:
|
|
738
|
+
"""
|
|
739
|
+
The type of the security offering.
|
|
740
|
+
Expected value is 'CspmMonitorGcp'.
|
|
741
|
+
"""
|
|
742
|
+
return pulumi.get(self, "offering_type")
|
|
743
|
+
|
|
744
|
+
@property
|
|
745
|
+
@pulumi.getter(name="nativeCloudConnection")
|
|
746
|
+
def native_cloud_connection(self) -> Optional['outputs.CspmMonitorGcpOfferingResponseNativeCloudConnection']:
|
|
747
|
+
"""
|
|
748
|
+
The native cloud connection configuration
|
|
749
|
+
"""
|
|
750
|
+
return pulumi.get(self, "native_cloud_connection")
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
@pulumi.output_type
|
|
754
|
+
class CspmMonitorGcpOfferingResponseNativeCloudConnection(dict):
|
|
755
|
+
"""
|
|
756
|
+
The native cloud connection configuration
|
|
757
|
+
"""
|
|
758
|
+
@staticmethod
|
|
759
|
+
def __key_warning(key: str):
|
|
760
|
+
suggest = None
|
|
761
|
+
if key == "serviceAccountEmailAddress":
|
|
762
|
+
suggest = "service_account_email_address"
|
|
763
|
+
elif key == "workloadIdentityProviderId":
|
|
764
|
+
suggest = "workload_identity_provider_id"
|
|
765
|
+
|
|
766
|
+
if suggest:
|
|
767
|
+
pulumi.log.warn(f"Key '{key}' not found in CspmMonitorGcpOfferingResponseNativeCloudConnection. Access the value via the '{suggest}' property getter instead.")
|
|
768
|
+
|
|
769
|
+
def __getitem__(self, key: str) -> Any:
|
|
770
|
+
CspmMonitorGcpOfferingResponseNativeCloudConnection.__key_warning(key)
|
|
771
|
+
return super().__getitem__(key)
|
|
772
|
+
|
|
773
|
+
def get(self, key: str, default = None) -> Any:
|
|
774
|
+
CspmMonitorGcpOfferingResponseNativeCloudConnection.__key_warning(key)
|
|
775
|
+
return super().get(key, default)
|
|
776
|
+
|
|
777
|
+
def __init__(__self__, *,
|
|
778
|
+
service_account_email_address: Optional[str] = None,
|
|
779
|
+
workload_identity_provider_id: Optional[str] = None):
|
|
780
|
+
"""
|
|
781
|
+
The native cloud connection configuration
|
|
782
|
+
:param str service_account_email_address: The service account email address in GCP for this offering
|
|
783
|
+
:param str workload_identity_provider_id: The GCP workload identity provider id for the offering
|
|
784
|
+
"""
|
|
785
|
+
if service_account_email_address is not None:
|
|
786
|
+
pulumi.set(__self__, "service_account_email_address", service_account_email_address)
|
|
787
|
+
if workload_identity_provider_id is not None:
|
|
788
|
+
pulumi.set(__self__, "workload_identity_provider_id", workload_identity_provider_id)
|
|
789
|
+
|
|
790
|
+
@property
|
|
791
|
+
@pulumi.getter(name="serviceAccountEmailAddress")
|
|
792
|
+
def service_account_email_address(self) -> Optional[str]:
|
|
793
|
+
"""
|
|
794
|
+
The service account email address in GCP for this offering
|
|
795
|
+
"""
|
|
796
|
+
return pulumi.get(self, "service_account_email_address")
|
|
797
|
+
|
|
798
|
+
@property
|
|
799
|
+
@pulumi.getter(name="workloadIdentityProviderId")
|
|
800
|
+
def workload_identity_provider_id(self) -> Optional[str]:
|
|
801
|
+
"""
|
|
802
|
+
The GCP workload identity provider id for the offering
|
|
803
|
+
"""
|
|
804
|
+
return pulumi.get(self, "workload_identity_provider_id")
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
@pulumi.output_type
|
|
808
|
+
class CspmMonitorGitLabOfferingResponse(dict):
|
|
809
|
+
"""
|
|
810
|
+
The CSPM (Cloud security posture management) monitoring for gitlab offering
|
|
811
|
+
"""
|
|
812
|
+
@staticmethod
|
|
813
|
+
def __key_warning(key: str):
|
|
814
|
+
suggest = None
|
|
815
|
+
if key == "offeringType":
|
|
816
|
+
suggest = "offering_type"
|
|
817
|
+
|
|
818
|
+
if suggest:
|
|
819
|
+
pulumi.log.warn(f"Key '{key}' not found in CspmMonitorGitLabOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
820
|
+
|
|
821
|
+
def __getitem__(self, key: str) -> Any:
|
|
822
|
+
CspmMonitorGitLabOfferingResponse.__key_warning(key)
|
|
823
|
+
return super().__getitem__(key)
|
|
824
|
+
|
|
825
|
+
def get(self, key: str, default = None) -> Any:
|
|
826
|
+
CspmMonitorGitLabOfferingResponse.__key_warning(key)
|
|
827
|
+
return super().get(key, default)
|
|
828
|
+
|
|
829
|
+
def __init__(__self__, *,
|
|
830
|
+
description: str,
|
|
831
|
+
offering_type: str):
|
|
832
|
+
"""
|
|
833
|
+
The CSPM (Cloud security posture management) monitoring for gitlab offering
|
|
834
|
+
:param str description: The offering description.
|
|
835
|
+
:param str offering_type: The type of the security offering.
|
|
836
|
+
Expected value is 'CspmMonitorGitLab'.
|
|
837
|
+
"""
|
|
838
|
+
pulumi.set(__self__, "description", description)
|
|
839
|
+
pulumi.set(__self__, "offering_type", 'CspmMonitorGitLab')
|
|
840
|
+
|
|
841
|
+
@property
|
|
842
|
+
@pulumi.getter
|
|
843
|
+
def description(self) -> str:
|
|
844
|
+
"""
|
|
845
|
+
The offering description.
|
|
846
|
+
"""
|
|
847
|
+
return pulumi.get(self, "description")
|
|
848
|
+
|
|
849
|
+
@property
|
|
850
|
+
@pulumi.getter(name="offeringType")
|
|
851
|
+
def offering_type(self) -> str:
|
|
852
|
+
"""
|
|
853
|
+
The type of the security offering.
|
|
854
|
+
Expected value is 'CspmMonitorGitLab'.
|
|
855
|
+
"""
|
|
856
|
+
return pulumi.get(self, "offering_type")
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
@pulumi.output_type
|
|
860
|
+
class CspmMonitorGithubOfferingResponse(dict):
|
|
861
|
+
"""
|
|
862
|
+
The CSPM monitoring for github offering
|
|
863
|
+
"""
|
|
864
|
+
@staticmethod
|
|
865
|
+
def __key_warning(key: str):
|
|
866
|
+
suggest = None
|
|
867
|
+
if key == "offeringType":
|
|
868
|
+
suggest = "offering_type"
|
|
869
|
+
|
|
870
|
+
if suggest:
|
|
871
|
+
pulumi.log.warn(f"Key '{key}' not found in CspmMonitorGithubOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
872
|
+
|
|
873
|
+
def __getitem__(self, key: str) -> Any:
|
|
874
|
+
CspmMonitorGithubOfferingResponse.__key_warning(key)
|
|
875
|
+
return super().__getitem__(key)
|
|
876
|
+
|
|
877
|
+
def get(self, key: str, default = None) -> Any:
|
|
878
|
+
CspmMonitorGithubOfferingResponse.__key_warning(key)
|
|
879
|
+
return super().get(key, default)
|
|
880
|
+
|
|
881
|
+
def __init__(__self__, *,
|
|
882
|
+
description: str,
|
|
883
|
+
offering_type: str):
|
|
884
|
+
"""
|
|
885
|
+
The CSPM monitoring for github offering
|
|
886
|
+
:param str description: The offering description.
|
|
887
|
+
:param str offering_type: The type of the security offering.
|
|
888
|
+
Expected value is 'CspmMonitorGithub'.
|
|
889
|
+
"""
|
|
890
|
+
pulumi.set(__self__, "description", description)
|
|
891
|
+
pulumi.set(__self__, "offering_type", 'CspmMonitorGithub')
|
|
892
|
+
|
|
893
|
+
@property
|
|
894
|
+
@pulumi.getter
|
|
895
|
+
def description(self) -> str:
|
|
896
|
+
"""
|
|
897
|
+
The offering description.
|
|
898
|
+
"""
|
|
899
|
+
return pulumi.get(self, "description")
|
|
900
|
+
|
|
901
|
+
@property
|
|
902
|
+
@pulumi.getter(name="offeringType")
|
|
903
|
+
def offering_type(self) -> str:
|
|
904
|
+
"""
|
|
905
|
+
The type of the security offering.
|
|
906
|
+
Expected value is 'CspmMonitorGithub'.
|
|
907
|
+
"""
|
|
908
|
+
return pulumi.get(self, "offering_type")
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
@pulumi.output_type
|
|
912
|
+
class DefenderCspmAwsOfferingResponse(dict):
|
|
913
|
+
"""
|
|
914
|
+
The CSPM P1 for AWS offering
|
|
915
|
+
"""
|
|
916
|
+
@staticmethod
|
|
917
|
+
def __key_warning(key: str):
|
|
918
|
+
suggest = None
|
|
919
|
+
if key == "offeringType":
|
|
920
|
+
suggest = "offering_type"
|
|
921
|
+
elif key == "dataSensitivityDiscovery":
|
|
922
|
+
suggest = "data_sensitivity_discovery"
|
|
923
|
+
elif key == "databasesDspm":
|
|
924
|
+
suggest = "databases_dspm"
|
|
925
|
+
elif key == "mdcContainersAgentlessDiscoveryK8s":
|
|
926
|
+
suggest = "mdc_containers_agentless_discovery_k8s"
|
|
927
|
+
elif key == "mdcContainersImageAssessment":
|
|
928
|
+
suggest = "mdc_containers_image_assessment"
|
|
929
|
+
elif key == "vmScanners":
|
|
930
|
+
suggest = "vm_scanners"
|
|
931
|
+
|
|
932
|
+
if suggest:
|
|
933
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmAwsOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
934
|
+
|
|
935
|
+
def __getitem__(self, key: str) -> Any:
|
|
936
|
+
DefenderCspmAwsOfferingResponse.__key_warning(key)
|
|
937
|
+
return super().__getitem__(key)
|
|
938
|
+
|
|
939
|
+
def get(self, key: str, default = None) -> Any:
|
|
940
|
+
DefenderCspmAwsOfferingResponse.__key_warning(key)
|
|
941
|
+
return super().get(key, default)
|
|
942
|
+
|
|
943
|
+
def __init__(__self__, *,
|
|
944
|
+
description: str,
|
|
945
|
+
offering_type: str,
|
|
946
|
+
ciem: Optional['outputs.DefenderCspmAwsOfferingResponseCiem'] = None,
|
|
947
|
+
data_sensitivity_discovery: Optional['outputs.DefenderCspmAwsOfferingResponseDataSensitivityDiscovery'] = None,
|
|
948
|
+
databases_dspm: Optional['outputs.DefenderCspmAwsOfferingResponseDatabasesDspm'] = None,
|
|
949
|
+
mdc_containers_agentless_discovery_k8s: Optional['outputs.DefenderCspmAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s'] = None,
|
|
950
|
+
mdc_containers_image_assessment: Optional['outputs.DefenderCspmAwsOfferingResponseMdcContainersImageAssessment'] = None,
|
|
951
|
+
vm_scanners: Optional['outputs.DefenderCspmAwsOfferingResponseVmScanners'] = None):
|
|
952
|
+
"""
|
|
953
|
+
The CSPM P1 for AWS offering
|
|
954
|
+
:param str description: The offering description.
|
|
955
|
+
:param str offering_type: The type of the security offering.
|
|
956
|
+
Expected value is 'DefenderCspmAws'.
|
|
957
|
+
:param 'DefenderCspmAwsOfferingResponseCiem' ciem: Defenders CSPM Permissions Management offering configurations
|
|
958
|
+
:param 'DefenderCspmAwsOfferingResponseDataSensitivityDiscovery' data_sensitivity_discovery: The Microsoft Defender Data Sensitivity discovery configuration
|
|
959
|
+
:param 'DefenderCspmAwsOfferingResponseDatabasesDspm' databases_dspm: The databases DSPM configuration
|
|
960
|
+
:param 'DefenderCspmAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s' mdc_containers_agentless_discovery_k8s: The Microsoft Defender container agentless discovery K8s configuration
|
|
961
|
+
:param 'DefenderCspmAwsOfferingResponseMdcContainersImageAssessment' mdc_containers_image_assessment: The Microsoft Defender container image assessment configuration
|
|
962
|
+
:param 'DefenderCspmAwsOfferingResponseVmScanners' vm_scanners: The Microsoft Defender for CSPM offering VM scanning configuration
|
|
963
|
+
"""
|
|
964
|
+
pulumi.set(__self__, "description", description)
|
|
965
|
+
pulumi.set(__self__, "offering_type", 'DefenderCspmAws')
|
|
966
|
+
if ciem is not None:
|
|
967
|
+
pulumi.set(__self__, "ciem", ciem)
|
|
968
|
+
if data_sensitivity_discovery is not None:
|
|
969
|
+
pulumi.set(__self__, "data_sensitivity_discovery", data_sensitivity_discovery)
|
|
970
|
+
if databases_dspm is not None:
|
|
971
|
+
pulumi.set(__self__, "databases_dspm", databases_dspm)
|
|
972
|
+
if mdc_containers_agentless_discovery_k8s is not None:
|
|
973
|
+
pulumi.set(__self__, "mdc_containers_agentless_discovery_k8s", mdc_containers_agentless_discovery_k8s)
|
|
974
|
+
if mdc_containers_image_assessment is not None:
|
|
975
|
+
pulumi.set(__self__, "mdc_containers_image_assessment", mdc_containers_image_assessment)
|
|
976
|
+
if vm_scanners is not None:
|
|
977
|
+
pulumi.set(__self__, "vm_scanners", vm_scanners)
|
|
978
|
+
|
|
979
|
+
@property
|
|
980
|
+
@pulumi.getter
|
|
981
|
+
def description(self) -> str:
|
|
982
|
+
"""
|
|
983
|
+
The offering description.
|
|
984
|
+
"""
|
|
985
|
+
return pulumi.get(self, "description")
|
|
986
|
+
|
|
987
|
+
@property
|
|
988
|
+
@pulumi.getter(name="offeringType")
|
|
989
|
+
def offering_type(self) -> str:
|
|
990
|
+
"""
|
|
991
|
+
The type of the security offering.
|
|
992
|
+
Expected value is 'DefenderCspmAws'.
|
|
993
|
+
"""
|
|
994
|
+
return pulumi.get(self, "offering_type")
|
|
995
|
+
|
|
996
|
+
@property
|
|
997
|
+
@pulumi.getter
|
|
998
|
+
def ciem(self) -> Optional['outputs.DefenderCspmAwsOfferingResponseCiem']:
|
|
999
|
+
"""
|
|
1000
|
+
Defenders CSPM Permissions Management offering configurations
|
|
1001
|
+
"""
|
|
1002
|
+
return pulumi.get(self, "ciem")
|
|
1003
|
+
|
|
1004
|
+
@property
|
|
1005
|
+
@pulumi.getter(name="dataSensitivityDiscovery")
|
|
1006
|
+
def data_sensitivity_discovery(self) -> Optional['outputs.DefenderCspmAwsOfferingResponseDataSensitivityDiscovery']:
|
|
1007
|
+
"""
|
|
1008
|
+
The Microsoft Defender Data Sensitivity discovery configuration
|
|
1009
|
+
"""
|
|
1010
|
+
return pulumi.get(self, "data_sensitivity_discovery")
|
|
1011
|
+
|
|
1012
|
+
@property
|
|
1013
|
+
@pulumi.getter(name="databasesDspm")
|
|
1014
|
+
def databases_dspm(self) -> Optional['outputs.DefenderCspmAwsOfferingResponseDatabasesDspm']:
|
|
1015
|
+
"""
|
|
1016
|
+
The databases DSPM configuration
|
|
1017
|
+
"""
|
|
1018
|
+
return pulumi.get(self, "databases_dspm")
|
|
1019
|
+
|
|
1020
|
+
@property
|
|
1021
|
+
@pulumi.getter(name="mdcContainersAgentlessDiscoveryK8s")
|
|
1022
|
+
def mdc_containers_agentless_discovery_k8s(self) -> Optional['outputs.DefenderCspmAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s']:
|
|
1023
|
+
"""
|
|
1024
|
+
The Microsoft Defender container agentless discovery K8s configuration
|
|
1025
|
+
"""
|
|
1026
|
+
return pulumi.get(self, "mdc_containers_agentless_discovery_k8s")
|
|
1027
|
+
|
|
1028
|
+
@property
|
|
1029
|
+
@pulumi.getter(name="mdcContainersImageAssessment")
|
|
1030
|
+
def mdc_containers_image_assessment(self) -> Optional['outputs.DefenderCspmAwsOfferingResponseMdcContainersImageAssessment']:
|
|
1031
|
+
"""
|
|
1032
|
+
The Microsoft Defender container image assessment configuration
|
|
1033
|
+
"""
|
|
1034
|
+
return pulumi.get(self, "mdc_containers_image_assessment")
|
|
1035
|
+
|
|
1036
|
+
@property
|
|
1037
|
+
@pulumi.getter(name="vmScanners")
|
|
1038
|
+
def vm_scanners(self) -> Optional['outputs.DefenderCspmAwsOfferingResponseVmScanners']:
|
|
1039
|
+
"""
|
|
1040
|
+
The Microsoft Defender for CSPM offering VM scanning configuration
|
|
1041
|
+
"""
|
|
1042
|
+
return pulumi.get(self, "vm_scanners")
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
@pulumi.output_type
|
|
1046
|
+
class DefenderCspmAwsOfferingResponseCiem(dict):
|
|
1047
|
+
"""
|
|
1048
|
+
Defenders CSPM Permissions Management offering configurations
|
|
1049
|
+
"""
|
|
1050
|
+
@staticmethod
|
|
1051
|
+
def __key_warning(key: str):
|
|
1052
|
+
suggest = None
|
|
1053
|
+
if key == "ciemDiscovery":
|
|
1054
|
+
suggest = "ciem_discovery"
|
|
1055
|
+
elif key == "ciemOidc":
|
|
1056
|
+
suggest = "ciem_oidc"
|
|
1057
|
+
|
|
1058
|
+
if suggest:
|
|
1059
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmAwsOfferingResponseCiem. Access the value via the '{suggest}' property getter instead.")
|
|
1060
|
+
|
|
1061
|
+
def __getitem__(self, key: str) -> Any:
|
|
1062
|
+
DefenderCspmAwsOfferingResponseCiem.__key_warning(key)
|
|
1063
|
+
return super().__getitem__(key)
|
|
1064
|
+
|
|
1065
|
+
def get(self, key: str, default = None) -> Any:
|
|
1066
|
+
DefenderCspmAwsOfferingResponseCiem.__key_warning(key)
|
|
1067
|
+
return super().get(key, default)
|
|
1068
|
+
|
|
1069
|
+
def __init__(__self__, *,
|
|
1070
|
+
ciem_discovery: Optional['outputs.DefenderCspmAwsOfferingResponseCiemDiscovery'] = None,
|
|
1071
|
+
ciem_oidc: Optional['outputs.DefenderCspmAwsOfferingResponseCiemOidc'] = None):
|
|
1072
|
+
"""
|
|
1073
|
+
Defenders CSPM Permissions Management offering configurations
|
|
1074
|
+
:param 'DefenderCspmAwsOfferingResponseCiemDiscovery' ciem_discovery: Defender CSPM Permissions Management discovery configuration
|
|
1075
|
+
:param 'DefenderCspmAwsOfferingResponseCiemOidc' ciem_oidc: AWS Defender CSPM Permissions Management OIDC (open id connect) connection configurations
|
|
1076
|
+
"""
|
|
1077
|
+
if ciem_discovery is not None:
|
|
1078
|
+
pulumi.set(__self__, "ciem_discovery", ciem_discovery)
|
|
1079
|
+
if ciem_oidc is not None:
|
|
1080
|
+
pulumi.set(__self__, "ciem_oidc", ciem_oidc)
|
|
1081
|
+
|
|
1082
|
+
@property
|
|
1083
|
+
@pulumi.getter(name="ciemDiscovery")
|
|
1084
|
+
def ciem_discovery(self) -> Optional['outputs.DefenderCspmAwsOfferingResponseCiemDiscovery']:
|
|
1085
|
+
"""
|
|
1086
|
+
Defender CSPM Permissions Management discovery configuration
|
|
1087
|
+
"""
|
|
1088
|
+
return pulumi.get(self, "ciem_discovery")
|
|
1089
|
+
|
|
1090
|
+
@property
|
|
1091
|
+
@pulumi.getter(name="ciemOidc")
|
|
1092
|
+
def ciem_oidc(self) -> Optional['outputs.DefenderCspmAwsOfferingResponseCiemOidc']:
|
|
1093
|
+
"""
|
|
1094
|
+
AWS Defender CSPM Permissions Management OIDC (open id connect) connection configurations
|
|
1095
|
+
"""
|
|
1096
|
+
return pulumi.get(self, "ciem_oidc")
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
@pulumi.output_type
|
|
1100
|
+
class DefenderCspmAwsOfferingResponseCiemDiscovery(dict):
|
|
1101
|
+
"""
|
|
1102
|
+
Defender CSPM Permissions Management discovery configuration
|
|
1103
|
+
"""
|
|
1104
|
+
@staticmethod
|
|
1105
|
+
def __key_warning(key: str):
|
|
1106
|
+
suggest = None
|
|
1107
|
+
if key == "cloudRoleArn":
|
|
1108
|
+
suggest = "cloud_role_arn"
|
|
1109
|
+
|
|
1110
|
+
if suggest:
|
|
1111
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmAwsOfferingResponseCiemDiscovery. Access the value via the '{suggest}' property getter instead.")
|
|
1112
|
+
|
|
1113
|
+
def __getitem__(self, key: str) -> Any:
|
|
1114
|
+
DefenderCspmAwsOfferingResponseCiemDiscovery.__key_warning(key)
|
|
1115
|
+
return super().__getitem__(key)
|
|
1116
|
+
|
|
1117
|
+
def get(self, key: str, default = None) -> Any:
|
|
1118
|
+
DefenderCspmAwsOfferingResponseCiemDiscovery.__key_warning(key)
|
|
1119
|
+
return super().get(key, default)
|
|
1120
|
+
|
|
1121
|
+
def __init__(__self__, *,
|
|
1122
|
+
cloud_role_arn: Optional[str] = None):
|
|
1123
|
+
"""
|
|
1124
|
+
Defender CSPM Permissions Management discovery configuration
|
|
1125
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for Permissions Management discovery
|
|
1126
|
+
"""
|
|
1127
|
+
if cloud_role_arn is not None:
|
|
1128
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
1129
|
+
|
|
1130
|
+
@property
|
|
1131
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
1132
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
1133
|
+
"""
|
|
1134
|
+
The cloud role ARN in AWS for Permissions Management discovery
|
|
1135
|
+
"""
|
|
1136
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
@pulumi.output_type
|
|
1140
|
+
class DefenderCspmAwsOfferingResponseCiemOidc(dict):
|
|
1141
|
+
"""
|
|
1142
|
+
AWS Defender CSPM Permissions Management OIDC (open id connect) connection configurations
|
|
1143
|
+
"""
|
|
1144
|
+
@staticmethod
|
|
1145
|
+
def __key_warning(key: str):
|
|
1146
|
+
suggest = None
|
|
1147
|
+
if key == "azureActiveDirectoryAppName":
|
|
1148
|
+
suggest = "azure_active_directory_app_name"
|
|
1149
|
+
elif key == "cloudRoleArn":
|
|
1150
|
+
suggest = "cloud_role_arn"
|
|
1151
|
+
|
|
1152
|
+
if suggest:
|
|
1153
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmAwsOfferingResponseCiemOidc. Access the value via the '{suggest}' property getter instead.")
|
|
1154
|
+
|
|
1155
|
+
def __getitem__(self, key: str) -> Any:
|
|
1156
|
+
DefenderCspmAwsOfferingResponseCiemOidc.__key_warning(key)
|
|
1157
|
+
return super().__getitem__(key)
|
|
1158
|
+
|
|
1159
|
+
def get(self, key: str, default = None) -> Any:
|
|
1160
|
+
DefenderCspmAwsOfferingResponseCiemOidc.__key_warning(key)
|
|
1161
|
+
return super().get(key, default)
|
|
1162
|
+
|
|
1163
|
+
def __init__(__self__, *,
|
|
1164
|
+
azure_active_directory_app_name: Optional[str] = None,
|
|
1165
|
+
cloud_role_arn: Optional[str] = None):
|
|
1166
|
+
"""
|
|
1167
|
+
AWS Defender CSPM Permissions Management OIDC (open id connect) connection configurations
|
|
1168
|
+
:param str azure_active_directory_app_name: the azure active directory app name used of authenticating against AWS
|
|
1169
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for Permissions Management used for oidc connection
|
|
1170
|
+
"""
|
|
1171
|
+
if azure_active_directory_app_name is not None:
|
|
1172
|
+
pulumi.set(__self__, "azure_active_directory_app_name", azure_active_directory_app_name)
|
|
1173
|
+
if cloud_role_arn is not None:
|
|
1174
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
1175
|
+
|
|
1176
|
+
@property
|
|
1177
|
+
@pulumi.getter(name="azureActiveDirectoryAppName")
|
|
1178
|
+
def azure_active_directory_app_name(self) -> Optional[str]:
|
|
1179
|
+
"""
|
|
1180
|
+
the azure active directory app name used of authenticating against AWS
|
|
1181
|
+
"""
|
|
1182
|
+
return pulumi.get(self, "azure_active_directory_app_name")
|
|
1183
|
+
|
|
1184
|
+
@property
|
|
1185
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
1186
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
1187
|
+
"""
|
|
1188
|
+
The cloud role ARN in AWS for Permissions Management used for oidc connection
|
|
1189
|
+
"""
|
|
1190
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
@pulumi.output_type
|
|
1194
|
+
class DefenderCspmAwsOfferingResponseDataSensitivityDiscovery(dict):
|
|
1195
|
+
"""
|
|
1196
|
+
The Microsoft Defender Data Sensitivity discovery configuration
|
|
1197
|
+
"""
|
|
1198
|
+
@staticmethod
|
|
1199
|
+
def __key_warning(key: str):
|
|
1200
|
+
suggest = None
|
|
1201
|
+
if key == "cloudRoleArn":
|
|
1202
|
+
suggest = "cloud_role_arn"
|
|
1203
|
+
|
|
1204
|
+
if suggest:
|
|
1205
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmAwsOfferingResponseDataSensitivityDiscovery. Access the value via the '{suggest}' property getter instead.")
|
|
1206
|
+
|
|
1207
|
+
def __getitem__(self, key: str) -> Any:
|
|
1208
|
+
DefenderCspmAwsOfferingResponseDataSensitivityDiscovery.__key_warning(key)
|
|
1209
|
+
return super().__getitem__(key)
|
|
1210
|
+
|
|
1211
|
+
def get(self, key: str, default = None) -> Any:
|
|
1212
|
+
DefenderCspmAwsOfferingResponseDataSensitivityDiscovery.__key_warning(key)
|
|
1213
|
+
return super().get(key, default)
|
|
1214
|
+
|
|
1215
|
+
def __init__(__self__, *,
|
|
1216
|
+
cloud_role_arn: Optional[str] = None,
|
|
1217
|
+
enabled: Optional[bool] = None):
|
|
1218
|
+
"""
|
|
1219
|
+
The Microsoft Defender Data Sensitivity discovery configuration
|
|
1220
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
1221
|
+
:param bool enabled: Is Microsoft Defender Data Sensitivity discovery enabled
|
|
1222
|
+
"""
|
|
1223
|
+
if cloud_role_arn is not None:
|
|
1224
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
1225
|
+
if enabled is not None:
|
|
1226
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1227
|
+
|
|
1228
|
+
@property
|
|
1229
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
1230
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
1231
|
+
"""
|
|
1232
|
+
The cloud role ARN in AWS for this feature
|
|
1233
|
+
"""
|
|
1234
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
1235
|
+
|
|
1236
|
+
@property
|
|
1237
|
+
@pulumi.getter
|
|
1238
|
+
def enabled(self) -> Optional[bool]:
|
|
1239
|
+
"""
|
|
1240
|
+
Is Microsoft Defender Data Sensitivity discovery enabled
|
|
1241
|
+
"""
|
|
1242
|
+
return pulumi.get(self, "enabled")
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
@pulumi.output_type
|
|
1246
|
+
class DefenderCspmAwsOfferingResponseDatabasesDspm(dict):
|
|
1247
|
+
"""
|
|
1248
|
+
The databases DSPM configuration
|
|
1249
|
+
"""
|
|
1250
|
+
@staticmethod
|
|
1251
|
+
def __key_warning(key: str):
|
|
1252
|
+
suggest = None
|
|
1253
|
+
if key == "cloudRoleArn":
|
|
1254
|
+
suggest = "cloud_role_arn"
|
|
1255
|
+
|
|
1256
|
+
if suggest:
|
|
1257
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmAwsOfferingResponseDatabasesDspm. Access the value via the '{suggest}' property getter instead.")
|
|
1258
|
+
|
|
1259
|
+
def __getitem__(self, key: str) -> Any:
|
|
1260
|
+
DefenderCspmAwsOfferingResponseDatabasesDspm.__key_warning(key)
|
|
1261
|
+
return super().__getitem__(key)
|
|
1262
|
+
|
|
1263
|
+
def get(self, key: str, default = None) -> Any:
|
|
1264
|
+
DefenderCspmAwsOfferingResponseDatabasesDspm.__key_warning(key)
|
|
1265
|
+
return super().get(key, default)
|
|
1266
|
+
|
|
1267
|
+
def __init__(__self__, *,
|
|
1268
|
+
cloud_role_arn: Optional[str] = None,
|
|
1269
|
+
enabled: Optional[bool] = None):
|
|
1270
|
+
"""
|
|
1271
|
+
The databases DSPM configuration
|
|
1272
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
1273
|
+
:param bool enabled: Is databases DSPM protection enabled
|
|
1274
|
+
"""
|
|
1275
|
+
if cloud_role_arn is not None:
|
|
1276
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
1277
|
+
if enabled is not None:
|
|
1278
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1279
|
+
|
|
1280
|
+
@property
|
|
1281
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
1282
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
1283
|
+
"""
|
|
1284
|
+
The cloud role ARN in AWS for this feature
|
|
1285
|
+
"""
|
|
1286
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
1287
|
+
|
|
1288
|
+
@property
|
|
1289
|
+
@pulumi.getter
|
|
1290
|
+
def enabled(self) -> Optional[bool]:
|
|
1291
|
+
"""
|
|
1292
|
+
Is databases DSPM protection enabled
|
|
1293
|
+
"""
|
|
1294
|
+
return pulumi.get(self, "enabled")
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
@pulumi.output_type
|
|
1298
|
+
class DefenderCspmAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s(dict):
|
|
1299
|
+
"""
|
|
1300
|
+
The Microsoft Defender container agentless discovery K8s configuration
|
|
1301
|
+
"""
|
|
1302
|
+
@staticmethod
|
|
1303
|
+
def __key_warning(key: str):
|
|
1304
|
+
suggest = None
|
|
1305
|
+
if key == "cloudRoleArn":
|
|
1306
|
+
suggest = "cloud_role_arn"
|
|
1307
|
+
|
|
1308
|
+
if suggest:
|
|
1309
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s. Access the value via the '{suggest}' property getter instead.")
|
|
1310
|
+
|
|
1311
|
+
def __getitem__(self, key: str) -> Any:
|
|
1312
|
+
DefenderCspmAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s.__key_warning(key)
|
|
1313
|
+
return super().__getitem__(key)
|
|
1314
|
+
|
|
1315
|
+
def get(self, key: str, default = None) -> Any:
|
|
1316
|
+
DefenderCspmAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s.__key_warning(key)
|
|
1317
|
+
return super().get(key, default)
|
|
1318
|
+
|
|
1319
|
+
def __init__(__self__, *,
|
|
1320
|
+
cloud_role_arn: Optional[str] = None,
|
|
1321
|
+
enabled: Optional[bool] = None):
|
|
1322
|
+
"""
|
|
1323
|
+
The Microsoft Defender container agentless discovery K8s configuration
|
|
1324
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
1325
|
+
:param bool enabled: Is Microsoft Defender container agentless discovery K8s enabled
|
|
1326
|
+
"""
|
|
1327
|
+
if cloud_role_arn is not None:
|
|
1328
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
1329
|
+
if enabled is not None:
|
|
1330
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1331
|
+
|
|
1332
|
+
@property
|
|
1333
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
1334
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
1335
|
+
"""
|
|
1336
|
+
The cloud role ARN in AWS for this feature
|
|
1337
|
+
"""
|
|
1338
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
1339
|
+
|
|
1340
|
+
@property
|
|
1341
|
+
@pulumi.getter
|
|
1342
|
+
def enabled(self) -> Optional[bool]:
|
|
1343
|
+
"""
|
|
1344
|
+
Is Microsoft Defender container agentless discovery K8s enabled
|
|
1345
|
+
"""
|
|
1346
|
+
return pulumi.get(self, "enabled")
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
@pulumi.output_type
|
|
1350
|
+
class DefenderCspmAwsOfferingResponseMdcContainersImageAssessment(dict):
|
|
1351
|
+
"""
|
|
1352
|
+
The Microsoft Defender container image assessment configuration
|
|
1353
|
+
"""
|
|
1354
|
+
@staticmethod
|
|
1355
|
+
def __key_warning(key: str):
|
|
1356
|
+
suggest = None
|
|
1357
|
+
if key == "cloudRoleArn":
|
|
1358
|
+
suggest = "cloud_role_arn"
|
|
1359
|
+
|
|
1360
|
+
if suggest:
|
|
1361
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmAwsOfferingResponseMdcContainersImageAssessment. Access the value via the '{suggest}' property getter instead.")
|
|
1362
|
+
|
|
1363
|
+
def __getitem__(self, key: str) -> Any:
|
|
1364
|
+
DefenderCspmAwsOfferingResponseMdcContainersImageAssessment.__key_warning(key)
|
|
1365
|
+
return super().__getitem__(key)
|
|
1366
|
+
|
|
1367
|
+
def get(self, key: str, default = None) -> Any:
|
|
1368
|
+
DefenderCspmAwsOfferingResponseMdcContainersImageAssessment.__key_warning(key)
|
|
1369
|
+
return super().get(key, default)
|
|
1370
|
+
|
|
1371
|
+
def __init__(__self__, *,
|
|
1372
|
+
cloud_role_arn: Optional[str] = None,
|
|
1373
|
+
enabled: Optional[bool] = None):
|
|
1374
|
+
"""
|
|
1375
|
+
The Microsoft Defender container image assessment configuration
|
|
1376
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
1377
|
+
:param bool enabled: Is Microsoft Defender container image assessment enabled
|
|
1378
|
+
"""
|
|
1379
|
+
if cloud_role_arn is not None:
|
|
1380
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
1381
|
+
if enabled is not None:
|
|
1382
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1383
|
+
|
|
1384
|
+
@property
|
|
1385
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
1386
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
1387
|
+
"""
|
|
1388
|
+
The cloud role ARN in AWS for this feature
|
|
1389
|
+
"""
|
|
1390
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
1391
|
+
|
|
1392
|
+
@property
|
|
1393
|
+
@pulumi.getter
|
|
1394
|
+
def enabled(self) -> Optional[bool]:
|
|
1395
|
+
"""
|
|
1396
|
+
Is Microsoft Defender container image assessment enabled
|
|
1397
|
+
"""
|
|
1398
|
+
return pulumi.get(self, "enabled")
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
@pulumi.output_type
|
|
1402
|
+
class DefenderCspmAwsOfferingResponseVmScanners(dict):
|
|
1403
|
+
"""
|
|
1404
|
+
The Microsoft Defender for CSPM offering VM scanning configuration
|
|
1405
|
+
"""
|
|
1406
|
+
@staticmethod
|
|
1407
|
+
def __key_warning(key: str):
|
|
1408
|
+
suggest = None
|
|
1409
|
+
if key == "cloudRoleArn":
|
|
1410
|
+
suggest = "cloud_role_arn"
|
|
1411
|
+
|
|
1412
|
+
if suggest:
|
|
1413
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmAwsOfferingResponseVmScanners. Access the value via the '{suggest}' property getter instead.")
|
|
1414
|
+
|
|
1415
|
+
def __getitem__(self, key: str) -> Any:
|
|
1416
|
+
DefenderCspmAwsOfferingResponseVmScanners.__key_warning(key)
|
|
1417
|
+
return super().__getitem__(key)
|
|
1418
|
+
|
|
1419
|
+
def get(self, key: str, default = None) -> Any:
|
|
1420
|
+
DefenderCspmAwsOfferingResponseVmScanners.__key_warning(key)
|
|
1421
|
+
return super().get(key, default)
|
|
1422
|
+
|
|
1423
|
+
def __init__(__self__, *,
|
|
1424
|
+
cloud_role_arn: Optional[str] = None,
|
|
1425
|
+
configuration: Optional['outputs.VmScannersBaseResponseConfiguration'] = None,
|
|
1426
|
+
enabled: Optional[bool] = None):
|
|
1427
|
+
"""
|
|
1428
|
+
The Microsoft Defender for CSPM offering VM scanning configuration
|
|
1429
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
1430
|
+
:param 'VmScannersBaseResponseConfiguration' configuration: Configuration for VM scanning
|
|
1431
|
+
:param bool enabled: Is VM scanning enabled
|
|
1432
|
+
"""
|
|
1433
|
+
if cloud_role_arn is not None:
|
|
1434
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
1435
|
+
if configuration is not None:
|
|
1436
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
1437
|
+
if enabled is not None:
|
|
1438
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1439
|
+
|
|
1440
|
+
@property
|
|
1441
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
1442
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
1443
|
+
"""
|
|
1444
|
+
The cloud role ARN in AWS for this feature
|
|
1445
|
+
"""
|
|
1446
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
1447
|
+
|
|
1448
|
+
@property
|
|
1449
|
+
@pulumi.getter
|
|
1450
|
+
def configuration(self) -> Optional['outputs.VmScannersBaseResponseConfiguration']:
|
|
1451
|
+
"""
|
|
1452
|
+
Configuration for VM scanning
|
|
1453
|
+
"""
|
|
1454
|
+
return pulumi.get(self, "configuration")
|
|
1455
|
+
|
|
1456
|
+
@property
|
|
1457
|
+
@pulumi.getter
|
|
1458
|
+
def enabled(self) -> Optional[bool]:
|
|
1459
|
+
"""
|
|
1460
|
+
Is VM scanning enabled
|
|
1461
|
+
"""
|
|
1462
|
+
return pulumi.get(self, "enabled")
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
@pulumi.output_type
|
|
1466
|
+
class DefenderCspmDockerHubOfferingResponse(dict):
|
|
1467
|
+
"""
|
|
1468
|
+
The Defender for CSPM Docker Hub offering configurations
|
|
1469
|
+
"""
|
|
1470
|
+
@staticmethod
|
|
1471
|
+
def __key_warning(key: str):
|
|
1472
|
+
suggest = None
|
|
1473
|
+
if key == "offeringType":
|
|
1474
|
+
suggest = "offering_type"
|
|
1475
|
+
|
|
1476
|
+
if suggest:
|
|
1477
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmDockerHubOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1478
|
+
|
|
1479
|
+
def __getitem__(self, key: str) -> Any:
|
|
1480
|
+
DefenderCspmDockerHubOfferingResponse.__key_warning(key)
|
|
1481
|
+
return super().__getitem__(key)
|
|
1482
|
+
|
|
1483
|
+
def get(self, key: str, default = None) -> Any:
|
|
1484
|
+
DefenderCspmDockerHubOfferingResponse.__key_warning(key)
|
|
1485
|
+
return super().get(key, default)
|
|
1486
|
+
|
|
1487
|
+
def __init__(__self__, *,
|
|
1488
|
+
description: str,
|
|
1489
|
+
offering_type: str):
|
|
1490
|
+
"""
|
|
1491
|
+
The Defender for CSPM Docker Hub offering configurations
|
|
1492
|
+
:param str description: The offering description.
|
|
1493
|
+
:param str offering_type: The type of the security offering.
|
|
1494
|
+
Expected value is 'DefenderCspmDockerHub'.
|
|
1495
|
+
"""
|
|
1496
|
+
pulumi.set(__self__, "description", description)
|
|
1497
|
+
pulumi.set(__self__, "offering_type", 'DefenderCspmDockerHub')
|
|
1498
|
+
|
|
1499
|
+
@property
|
|
1500
|
+
@pulumi.getter
|
|
1501
|
+
def description(self) -> str:
|
|
1502
|
+
"""
|
|
1503
|
+
The offering description.
|
|
1504
|
+
"""
|
|
1505
|
+
return pulumi.get(self, "description")
|
|
1506
|
+
|
|
1507
|
+
@property
|
|
1508
|
+
@pulumi.getter(name="offeringType")
|
|
1509
|
+
def offering_type(self) -> str:
|
|
1510
|
+
"""
|
|
1511
|
+
The type of the security offering.
|
|
1512
|
+
Expected value is 'DefenderCspmDockerHub'.
|
|
1513
|
+
"""
|
|
1514
|
+
return pulumi.get(self, "offering_type")
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
@pulumi.output_type
|
|
1518
|
+
class DefenderCspmGcpOfferingResponse(dict):
|
|
1519
|
+
"""
|
|
1520
|
+
The CSPM P1 for GCP offering
|
|
1521
|
+
"""
|
|
1522
|
+
@staticmethod
|
|
1523
|
+
def __key_warning(key: str):
|
|
1524
|
+
suggest = None
|
|
1525
|
+
if key == "offeringType":
|
|
1526
|
+
suggest = "offering_type"
|
|
1527
|
+
elif key == "ciemDiscovery":
|
|
1528
|
+
suggest = "ciem_discovery"
|
|
1529
|
+
elif key == "dataSensitivityDiscovery":
|
|
1530
|
+
suggest = "data_sensitivity_discovery"
|
|
1531
|
+
elif key == "mdcContainersAgentlessDiscoveryK8s":
|
|
1532
|
+
suggest = "mdc_containers_agentless_discovery_k8s"
|
|
1533
|
+
elif key == "mdcContainersImageAssessment":
|
|
1534
|
+
suggest = "mdc_containers_image_assessment"
|
|
1535
|
+
elif key == "vmScanners":
|
|
1536
|
+
suggest = "vm_scanners"
|
|
1537
|
+
|
|
1538
|
+
if suggest:
|
|
1539
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmGcpOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1540
|
+
|
|
1541
|
+
def __getitem__(self, key: str) -> Any:
|
|
1542
|
+
DefenderCspmGcpOfferingResponse.__key_warning(key)
|
|
1543
|
+
return super().__getitem__(key)
|
|
1544
|
+
|
|
1545
|
+
def get(self, key: str, default = None) -> Any:
|
|
1546
|
+
DefenderCspmGcpOfferingResponse.__key_warning(key)
|
|
1547
|
+
return super().get(key, default)
|
|
1548
|
+
|
|
1549
|
+
def __init__(__self__, *,
|
|
1550
|
+
description: str,
|
|
1551
|
+
offering_type: str,
|
|
1552
|
+
ciem_discovery: Optional['outputs.DefenderCspmGcpOfferingResponseCiemDiscovery'] = None,
|
|
1553
|
+
data_sensitivity_discovery: Optional['outputs.DefenderCspmGcpOfferingResponseDataSensitivityDiscovery'] = None,
|
|
1554
|
+
mdc_containers_agentless_discovery_k8s: Optional['outputs.DefenderCspmGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s'] = None,
|
|
1555
|
+
mdc_containers_image_assessment: Optional['outputs.DefenderCspmGcpOfferingResponseMdcContainersImageAssessment'] = None,
|
|
1556
|
+
vm_scanners: Optional['outputs.DefenderCspmGcpOfferingResponseVmScanners'] = None):
|
|
1557
|
+
"""
|
|
1558
|
+
The CSPM P1 for GCP offering
|
|
1559
|
+
:param str description: The offering description.
|
|
1560
|
+
:param str offering_type: The type of the security offering.
|
|
1561
|
+
Expected value is 'DefenderCspmGcp'.
|
|
1562
|
+
:param 'DefenderCspmGcpOfferingResponseCiemDiscovery' ciem_discovery: GCP Defenders CSPM Permissions Management OIDC (Open ID connect) connection configurations
|
|
1563
|
+
:param 'DefenderCspmGcpOfferingResponseDataSensitivityDiscovery' data_sensitivity_discovery: The Microsoft Defender Data Sensitivity discovery configuration
|
|
1564
|
+
:param 'DefenderCspmGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s' mdc_containers_agentless_discovery_k8s: The Microsoft Defender Container agentless discovery configuration
|
|
1565
|
+
:param 'DefenderCspmGcpOfferingResponseMdcContainersImageAssessment' mdc_containers_image_assessment: The Microsoft Defender Container image assessment configuration
|
|
1566
|
+
:param 'DefenderCspmGcpOfferingResponseVmScanners' vm_scanners: The Microsoft Defender for CSPM VM scanning configuration
|
|
1567
|
+
"""
|
|
1568
|
+
pulumi.set(__self__, "description", description)
|
|
1569
|
+
pulumi.set(__self__, "offering_type", 'DefenderCspmGcp')
|
|
1570
|
+
if ciem_discovery is not None:
|
|
1571
|
+
pulumi.set(__self__, "ciem_discovery", ciem_discovery)
|
|
1572
|
+
if data_sensitivity_discovery is not None:
|
|
1573
|
+
pulumi.set(__self__, "data_sensitivity_discovery", data_sensitivity_discovery)
|
|
1574
|
+
if mdc_containers_agentless_discovery_k8s is not None:
|
|
1575
|
+
pulumi.set(__self__, "mdc_containers_agentless_discovery_k8s", mdc_containers_agentless_discovery_k8s)
|
|
1576
|
+
if mdc_containers_image_assessment is not None:
|
|
1577
|
+
pulumi.set(__self__, "mdc_containers_image_assessment", mdc_containers_image_assessment)
|
|
1578
|
+
if vm_scanners is not None:
|
|
1579
|
+
pulumi.set(__self__, "vm_scanners", vm_scanners)
|
|
1580
|
+
|
|
1581
|
+
@property
|
|
1582
|
+
@pulumi.getter
|
|
1583
|
+
def description(self) -> str:
|
|
1584
|
+
"""
|
|
1585
|
+
The offering description.
|
|
1586
|
+
"""
|
|
1587
|
+
return pulumi.get(self, "description")
|
|
1588
|
+
|
|
1589
|
+
@property
|
|
1590
|
+
@pulumi.getter(name="offeringType")
|
|
1591
|
+
def offering_type(self) -> str:
|
|
1592
|
+
"""
|
|
1593
|
+
The type of the security offering.
|
|
1594
|
+
Expected value is 'DefenderCspmGcp'.
|
|
1595
|
+
"""
|
|
1596
|
+
return pulumi.get(self, "offering_type")
|
|
1597
|
+
|
|
1598
|
+
@property
|
|
1599
|
+
@pulumi.getter(name="ciemDiscovery")
|
|
1600
|
+
def ciem_discovery(self) -> Optional['outputs.DefenderCspmGcpOfferingResponseCiemDiscovery']:
|
|
1601
|
+
"""
|
|
1602
|
+
GCP Defenders CSPM Permissions Management OIDC (Open ID connect) connection configurations
|
|
1603
|
+
"""
|
|
1604
|
+
return pulumi.get(self, "ciem_discovery")
|
|
1605
|
+
|
|
1606
|
+
@property
|
|
1607
|
+
@pulumi.getter(name="dataSensitivityDiscovery")
|
|
1608
|
+
def data_sensitivity_discovery(self) -> Optional['outputs.DefenderCspmGcpOfferingResponseDataSensitivityDiscovery']:
|
|
1609
|
+
"""
|
|
1610
|
+
The Microsoft Defender Data Sensitivity discovery configuration
|
|
1611
|
+
"""
|
|
1612
|
+
return pulumi.get(self, "data_sensitivity_discovery")
|
|
1613
|
+
|
|
1614
|
+
@property
|
|
1615
|
+
@pulumi.getter(name="mdcContainersAgentlessDiscoveryK8s")
|
|
1616
|
+
def mdc_containers_agentless_discovery_k8s(self) -> Optional['outputs.DefenderCspmGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s']:
|
|
1617
|
+
"""
|
|
1618
|
+
The Microsoft Defender Container agentless discovery configuration
|
|
1619
|
+
"""
|
|
1620
|
+
return pulumi.get(self, "mdc_containers_agentless_discovery_k8s")
|
|
1621
|
+
|
|
1622
|
+
@property
|
|
1623
|
+
@pulumi.getter(name="mdcContainersImageAssessment")
|
|
1624
|
+
def mdc_containers_image_assessment(self) -> Optional['outputs.DefenderCspmGcpOfferingResponseMdcContainersImageAssessment']:
|
|
1625
|
+
"""
|
|
1626
|
+
The Microsoft Defender Container image assessment configuration
|
|
1627
|
+
"""
|
|
1628
|
+
return pulumi.get(self, "mdc_containers_image_assessment")
|
|
1629
|
+
|
|
1630
|
+
@property
|
|
1631
|
+
@pulumi.getter(name="vmScanners")
|
|
1632
|
+
def vm_scanners(self) -> Optional['outputs.DefenderCspmGcpOfferingResponseVmScanners']:
|
|
1633
|
+
"""
|
|
1634
|
+
The Microsoft Defender for CSPM VM scanning configuration
|
|
1635
|
+
"""
|
|
1636
|
+
return pulumi.get(self, "vm_scanners")
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
@pulumi.output_type
|
|
1640
|
+
class DefenderCspmGcpOfferingResponseCiemDiscovery(dict):
|
|
1641
|
+
"""
|
|
1642
|
+
GCP Defenders CSPM Permissions Management OIDC (Open ID connect) connection configurations
|
|
1643
|
+
"""
|
|
1644
|
+
@staticmethod
|
|
1645
|
+
def __key_warning(key: str):
|
|
1646
|
+
suggest = None
|
|
1647
|
+
if key == "azureActiveDirectoryAppName":
|
|
1648
|
+
suggest = "azure_active_directory_app_name"
|
|
1649
|
+
elif key == "serviceAccountEmailAddress":
|
|
1650
|
+
suggest = "service_account_email_address"
|
|
1651
|
+
elif key == "workloadIdentityProviderId":
|
|
1652
|
+
suggest = "workload_identity_provider_id"
|
|
1653
|
+
|
|
1654
|
+
if suggest:
|
|
1655
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmGcpOfferingResponseCiemDiscovery. Access the value via the '{suggest}' property getter instead.")
|
|
1656
|
+
|
|
1657
|
+
def __getitem__(self, key: str) -> Any:
|
|
1658
|
+
DefenderCspmGcpOfferingResponseCiemDiscovery.__key_warning(key)
|
|
1659
|
+
return super().__getitem__(key)
|
|
1660
|
+
|
|
1661
|
+
def get(self, key: str, default = None) -> Any:
|
|
1662
|
+
DefenderCspmGcpOfferingResponseCiemDiscovery.__key_warning(key)
|
|
1663
|
+
return super().get(key, default)
|
|
1664
|
+
|
|
1665
|
+
def __init__(__self__, *,
|
|
1666
|
+
azure_active_directory_app_name: Optional[str] = None,
|
|
1667
|
+
service_account_email_address: Optional[str] = None,
|
|
1668
|
+
workload_identity_provider_id: Optional[str] = None):
|
|
1669
|
+
"""
|
|
1670
|
+
GCP Defenders CSPM Permissions Management OIDC (Open ID connect) connection configurations
|
|
1671
|
+
:param str azure_active_directory_app_name: the azure active directory app name used of authenticating against GCP workload identity federation
|
|
1672
|
+
:param str service_account_email_address: The service account email address in GCP for Permissions Management offering
|
|
1673
|
+
:param str workload_identity_provider_id: The GCP workload identity provider id for Permissions Management offering
|
|
1674
|
+
"""
|
|
1675
|
+
if azure_active_directory_app_name is not None:
|
|
1676
|
+
pulumi.set(__self__, "azure_active_directory_app_name", azure_active_directory_app_name)
|
|
1677
|
+
if service_account_email_address is not None:
|
|
1678
|
+
pulumi.set(__self__, "service_account_email_address", service_account_email_address)
|
|
1679
|
+
if workload_identity_provider_id is not None:
|
|
1680
|
+
pulumi.set(__self__, "workload_identity_provider_id", workload_identity_provider_id)
|
|
1681
|
+
|
|
1682
|
+
@property
|
|
1683
|
+
@pulumi.getter(name="azureActiveDirectoryAppName")
|
|
1684
|
+
def azure_active_directory_app_name(self) -> Optional[str]:
|
|
1685
|
+
"""
|
|
1686
|
+
the azure active directory app name used of authenticating against GCP workload identity federation
|
|
1687
|
+
"""
|
|
1688
|
+
return pulumi.get(self, "azure_active_directory_app_name")
|
|
1689
|
+
|
|
1690
|
+
@property
|
|
1691
|
+
@pulumi.getter(name="serviceAccountEmailAddress")
|
|
1692
|
+
def service_account_email_address(self) -> Optional[str]:
|
|
1693
|
+
"""
|
|
1694
|
+
The service account email address in GCP for Permissions Management offering
|
|
1695
|
+
"""
|
|
1696
|
+
return pulumi.get(self, "service_account_email_address")
|
|
1697
|
+
|
|
1698
|
+
@property
|
|
1699
|
+
@pulumi.getter(name="workloadIdentityProviderId")
|
|
1700
|
+
def workload_identity_provider_id(self) -> Optional[str]:
|
|
1701
|
+
"""
|
|
1702
|
+
The GCP workload identity provider id for Permissions Management offering
|
|
1703
|
+
"""
|
|
1704
|
+
return pulumi.get(self, "workload_identity_provider_id")
|
|
1705
|
+
|
|
1706
|
+
|
|
1707
|
+
@pulumi.output_type
|
|
1708
|
+
class DefenderCspmGcpOfferingResponseDataSensitivityDiscovery(dict):
|
|
1709
|
+
"""
|
|
1710
|
+
The Microsoft Defender Data Sensitivity discovery configuration
|
|
1711
|
+
"""
|
|
1712
|
+
@staticmethod
|
|
1713
|
+
def __key_warning(key: str):
|
|
1714
|
+
suggest = None
|
|
1715
|
+
if key == "serviceAccountEmailAddress":
|
|
1716
|
+
suggest = "service_account_email_address"
|
|
1717
|
+
elif key == "workloadIdentityProviderId":
|
|
1718
|
+
suggest = "workload_identity_provider_id"
|
|
1719
|
+
|
|
1720
|
+
if suggest:
|
|
1721
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmGcpOfferingResponseDataSensitivityDiscovery. Access the value via the '{suggest}' property getter instead.")
|
|
1722
|
+
|
|
1723
|
+
def __getitem__(self, key: str) -> Any:
|
|
1724
|
+
DefenderCspmGcpOfferingResponseDataSensitivityDiscovery.__key_warning(key)
|
|
1725
|
+
return super().__getitem__(key)
|
|
1726
|
+
|
|
1727
|
+
def get(self, key: str, default = None) -> Any:
|
|
1728
|
+
DefenderCspmGcpOfferingResponseDataSensitivityDiscovery.__key_warning(key)
|
|
1729
|
+
return super().get(key, default)
|
|
1730
|
+
|
|
1731
|
+
def __init__(__self__, *,
|
|
1732
|
+
enabled: Optional[bool] = None,
|
|
1733
|
+
service_account_email_address: Optional[str] = None,
|
|
1734
|
+
workload_identity_provider_id: Optional[str] = None):
|
|
1735
|
+
"""
|
|
1736
|
+
The Microsoft Defender Data Sensitivity discovery configuration
|
|
1737
|
+
:param bool enabled: Is Microsoft Defender Data Sensitivity discovery enabled
|
|
1738
|
+
:param str service_account_email_address: The service account email address in GCP for this feature
|
|
1739
|
+
:param str workload_identity_provider_id: The workload identity provider id in GCP for this feature
|
|
1740
|
+
"""
|
|
1741
|
+
if enabled is not None:
|
|
1742
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1743
|
+
if service_account_email_address is not None:
|
|
1744
|
+
pulumi.set(__self__, "service_account_email_address", service_account_email_address)
|
|
1745
|
+
if workload_identity_provider_id is not None:
|
|
1746
|
+
pulumi.set(__self__, "workload_identity_provider_id", workload_identity_provider_id)
|
|
1747
|
+
|
|
1748
|
+
@property
|
|
1749
|
+
@pulumi.getter
|
|
1750
|
+
def enabled(self) -> Optional[bool]:
|
|
1751
|
+
"""
|
|
1752
|
+
Is Microsoft Defender Data Sensitivity discovery enabled
|
|
1753
|
+
"""
|
|
1754
|
+
return pulumi.get(self, "enabled")
|
|
1755
|
+
|
|
1756
|
+
@property
|
|
1757
|
+
@pulumi.getter(name="serviceAccountEmailAddress")
|
|
1758
|
+
def service_account_email_address(self) -> Optional[str]:
|
|
1759
|
+
"""
|
|
1760
|
+
The service account email address in GCP for this feature
|
|
1761
|
+
"""
|
|
1762
|
+
return pulumi.get(self, "service_account_email_address")
|
|
1763
|
+
|
|
1764
|
+
@property
|
|
1765
|
+
@pulumi.getter(name="workloadIdentityProviderId")
|
|
1766
|
+
def workload_identity_provider_id(self) -> Optional[str]:
|
|
1767
|
+
"""
|
|
1768
|
+
The workload identity provider id in GCP for this feature
|
|
1769
|
+
"""
|
|
1770
|
+
return pulumi.get(self, "workload_identity_provider_id")
|
|
1771
|
+
|
|
1772
|
+
|
|
1773
|
+
@pulumi.output_type
|
|
1774
|
+
class DefenderCspmGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s(dict):
|
|
1775
|
+
"""
|
|
1776
|
+
The Microsoft Defender Container agentless discovery configuration
|
|
1777
|
+
"""
|
|
1778
|
+
@staticmethod
|
|
1779
|
+
def __key_warning(key: str):
|
|
1780
|
+
suggest = None
|
|
1781
|
+
if key == "serviceAccountEmailAddress":
|
|
1782
|
+
suggest = "service_account_email_address"
|
|
1783
|
+
elif key == "workloadIdentityProviderId":
|
|
1784
|
+
suggest = "workload_identity_provider_id"
|
|
1785
|
+
|
|
1786
|
+
if suggest:
|
|
1787
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s. Access the value via the '{suggest}' property getter instead.")
|
|
1788
|
+
|
|
1789
|
+
def __getitem__(self, key: str) -> Any:
|
|
1790
|
+
DefenderCspmGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s.__key_warning(key)
|
|
1791
|
+
return super().__getitem__(key)
|
|
1792
|
+
|
|
1793
|
+
def get(self, key: str, default = None) -> Any:
|
|
1794
|
+
DefenderCspmGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s.__key_warning(key)
|
|
1795
|
+
return super().get(key, default)
|
|
1796
|
+
|
|
1797
|
+
def __init__(__self__, *,
|
|
1798
|
+
enabled: Optional[bool] = None,
|
|
1799
|
+
service_account_email_address: Optional[str] = None,
|
|
1800
|
+
workload_identity_provider_id: Optional[str] = None):
|
|
1801
|
+
"""
|
|
1802
|
+
The Microsoft Defender Container agentless discovery configuration
|
|
1803
|
+
:param bool enabled: Is Microsoft Defender container agentless discovery enabled
|
|
1804
|
+
:param str service_account_email_address: The service account email address in GCP for this feature
|
|
1805
|
+
:param str workload_identity_provider_id: The workload identity provider id in GCP for this feature
|
|
1806
|
+
"""
|
|
1807
|
+
if enabled is not None:
|
|
1808
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1809
|
+
if service_account_email_address is not None:
|
|
1810
|
+
pulumi.set(__self__, "service_account_email_address", service_account_email_address)
|
|
1811
|
+
if workload_identity_provider_id is not None:
|
|
1812
|
+
pulumi.set(__self__, "workload_identity_provider_id", workload_identity_provider_id)
|
|
1813
|
+
|
|
1814
|
+
@property
|
|
1815
|
+
@pulumi.getter
|
|
1816
|
+
def enabled(self) -> Optional[bool]:
|
|
1817
|
+
"""
|
|
1818
|
+
Is Microsoft Defender container agentless discovery enabled
|
|
1819
|
+
"""
|
|
1820
|
+
return pulumi.get(self, "enabled")
|
|
1821
|
+
|
|
1822
|
+
@property
|
|
1823
|
+
@pulumi.getter(name="serviceAccountEmailAddress")
|
|
1824
|
+
def service_account_email_address(self) -> Optional[str]:
|
|
1825
|
+
"""
|
|
1826
|
+
The service account email address in GCP for this feature
|
|
1827
|
+
"""
|
|
1828
|
+
return pulumi.get(self, "service_account_email_address")
|
|
1829
|
+
|
|
1830
|
+
@property
|
|
1831
|
+
@pulumi.getter(name="workloadIdentityProviderId")
|
|
1832
|
+
def workload_identity_provider_id(self) -> Optional[str]:
|
|
1833
|
+
"""
|
|
1834
|
+
The workload identity provider id in GCP for this feature
|
|
1835
|
+
"""
|
|
1836
|
+
return pulumi.get(self, "workload_identity_provider_id")
|
|
1837
|
+
|
|
1838
|
+
|
|
1839
|
+
@pulumi.output_type
|
|
1840
|
+
class DefenderCspmGcpOfferingResponseMdcContainersImageAssessment(dict):
|
|
1841
|
+
"""
|
|
1842
|
+
The Microsoft Defender Container image assessment configuration
|
|
1843
|
+
"""
|
|
1844
|
+
@staticmethod
|
|
1845
|
+
def __key_warning(key: str):
|
|
1846
|
+
suggest = None
|
|
1847
|
+
if key == "serviceAccountEmailAddress":
|
|
1848
|
+
suggest = "service_account_email_address"
|
|
1849
|
+
elif key == "workloadIdentityProviderId":
|
|
1850
|
+
suggest = "workload_identity_provider_id"
|
|
1851
|
+
|
|
1852
|
+
if suggest:
|
|
1853
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderCspmGcpOfferingResponseMdcContainersImageAssessment. Access the value via the '{suggest}' property getter instead.")
|
|
1854
|
+
|
|
1855
|
+
def __getitem__(self, key: str) -> Any:
|
|
1856
|
+
DefenderCspmGcpOfferingResponseMdcContainersImageAssessment.__key_warning(key)
|
|
1857
|
+
return super().__getitem__(key)
|
|
1858
|
+
|
|
1859
|
+
def get(self, key: str, default = None) -> Any:
|
|
1860
|
+
DefenderCspmGcpOfferingResponseMdcContainersImageAssessment.__key_warning(key)
|
|
1861
|
+
return super().get(key, default)
|
|
1862
|
+
|
|
1863
|
+
def __init__(__self__, *,
|
|
1864
|
+
enabled: Optional[bool] = None,
|
|
1865
|
+
service_account_email_address: Optional[str] = None,
|
|
1866
|
+
workload_identity_provider_id: Optional[str] = None):
|
|
1867
|
+
"""
|
|
1868
|
+
The Microsoft Defender Container image assessment configuration
|
|
1869
|
+
:param bool enabled: Is Microsoft Defender container image assessment enabled
|
|
1870
|
+
:param str service_account_email_address: The service account email address in GCP for this feature
|
|
1871
|
+
:param str workload_identity_provider_id: The workload identity provider id in GCP for this feature
|
|
1872
|
+
"""
|
|
1873
|
+
if enabled is not None:
|
|
1874
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1875
|
+
if service_account_email_address is not None:
|
|
1876
|
+
pulumi.set(__self__, "service_account_email_address", service_account_email_address)
|
|
1877
|
+
if workload_identity_provider_id is not None:
|
|
1878
|
+
pulumi.set(__self__, "workload_identity_provider_id", workload_identity_provider_id)
|
|
1879
|
+
|
|
1880
|
+
@property
|
|
1881
|
+
@pulumi.getter
|
|
1882
|
+
def enabled(self) -> Optional[bool]:
|
|
1883
|
+
"""
|
|
1884
|
+
Is Microsoft Defender container image assessment enabled
|
|
1885
|
+
"""
|
|
1886
|
+
return pulumi.get(self, "enabled")
|
|
1887
|
+
|
|
1888
|
+
@property
|
|
1889
|
+
@pulumi.getter(name="serviceAccountEmailAddress")
|
|
1890
|
+
def service_account_email_address(self) -> Optional[str]:
|
|
1891
|
+
"""
|
|
1892
|
+
The service account email address in GCP for this feature
|
|
1893
|
+
"""
|
|
1894
|
+
return pulumi.get(self, "service_account_email_address")
|
|
1895
|
+
|
|
1896
|
+
@property
|
|
1897
|
+
@pulumi.getter(name="workloadIdentityProviderId")
|
|
1898
|
+
def workload_identity_provider_id(self) -> Optional[str]:
|
|
1899
|
+
"""
|
|
1900
|
+
The workload identity provider id in GCP for this feature
|
|
1901
|
+
"""
|
|
1902
|
+
return pulumi.get(self, "workload_identity_provider_id")
|
|
1903
|
+
|
|
1904
|
+
|
|
1905
|
+
@pulumi.output_type
|
|
1906
|
+
class DefenderCspmGcpOfferingResponseVmScanners(dict):
|
|
1907
|
+
"""
|
|
1908
|
+
The Microsoft Defender for CSPM VM scanning configuration
|
|
1909
|
+
"""
|
|
1910
|
+
def __init__(__self__, *,
|
|
1911
|
+
configuration: Optional['outputs.VmScannersBaseResponseConfiguration'] = None,
|
|
1912
|
+
enabled: Optional[bool] = None):
|
|
1913
|
+
"""
|
|
1914
|
+
The Microsoft Defender for CSPM VM scanning configuration
|
|
1915
|
+
:param 'VmScannersBaseResponseConfiguration' configuration: Configuration for VM scanning
|
|
1916
|
+
:param bool enabled: Is VM scanning enabled
|
|
1917
|
+
"""
|
|
1918
|
+
if configuration is not None:
|
|
1919
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
1920
|
+
if enabled is not None:
|
|
1921
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1922
|
+
|
|
1923
|
+
@property
|
|
1924
|
+
@pulumi.getter
|
|
1925
|
+
def configuration(self) -> Optional['outputs.VmScannersBaseResponseConfiguration']:
|
|
1926
|
+
"""
|
|
1927
|
+
Configuration for VM scanning
|
|
1928
|
+
"""
|
|
1929
|
+
return pulumi.get(self, "configuration")
|
|
1930
|
+
|
|
1931
|
+
@property
|
|
1932
|
+
@pulumi.getter
|
|
1933
|
+
def enabled(self) -> Optional[bool]:
|
|
1934
|
+
"""
|
|
1935
|
+
Is VM scanning enabled
|
|
1936
|
+
"""
|
|
1937
|
+
return pulumi.get(self, "enabled")
|
|
1938
|
+
|
|
1939
|
+
|
|
1940
|
+
@pulumi.output_type
|
|
1941
|
+
class DefenderFoDatabasesAwsOfferingResponse(dict):
|
|
1942
|
+
"""
|
|
1943
|
+
The Defender for Databases AWS offering
|
|
1944
|
+
"""
|
|
1945
|
+
@staticmethod
|
|
1946
|
+
def __key_warning(key: str):
|
|
1947
|
+
suggest = None
|
|
1948
|
+
if key == "offeringType":
|
|
1949
|
+
suggest = "offering_type"
|
|
1950
|
+
elif key == "arcAutoProvisioning":
|
|
1951
|
+
suggest = "arc_auto_provisioning"
|
|
1952
|
+
elif key == "databasesDspm":
|
|
1953
|
+
suggest = "databases_dspm"
|
|
1954
|
+
|
|
1955
|
+
if suggest:
|
|
1956
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderFoDatabasesAwsOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1957
|
+
|
|
1958
|
+
def __getitem__(self, key: str) -> Any:
|
|
1959
|
+
DefenderFoDatabasesAwsOfferingResponse.__key_warning(key)
|
|
1960
|
+
return super().__getitem__(key)
|
|
1961
|
+
|
|
1962
|
+
def get(self, key: str, default = None) -> Any:
|
|
1963
|
+
DefenderFoDatabasesAwsOfferingResponse.__key_warning(key)
|
|
1964
|
+
return super().get(key, default)
|
|
1965
|
+
|
|
1966
|
+
def __init__(__self__, *,
|
|
1967
|
+
description: str,
|
|
1968
|
+
offering_type: str,
|
|
1969
|
+
arc_auto_provisioning: Optional['outputs.DefenderFoDatabasesAwsOfferingResponseArcAutoProvisioning'] = None,
|
|
1970
|
+
databases_dspm: Optional['outputs.DefenderFoDatabasesAwsOfferingResponseDatabasesDspm'] = None,
|
|
1971
|
+
rds: Optional['outputs.DefenderFoDatabasesAwsOfferingResponseRds'] = None):
|
|
1972
|
+
"""
|
|
1973
|
+
The Defender for Databases AWS offering
|
|
1974
|
+
:param str description: The offering description.
|
|
1975
|
+
:param str offering_type: The type of the security offering.
|
|
1976
|
+
Expected value is 'DefenderForDatabasesAws'.
|
|
1977
|
+
:param 'DefenderFoDatabasesAwsOfferingResponseArcAutoProvisioning' arc_auto_provisioning: The ARC autoprovisioning configuration
|
|
1978
|
+
:param 'DefenderFoDatabasesAwsOfferingResponseDatabasesDspm' databases_dspm: The databases data security posture management (DSPM) configuration
|
|
1979
|
+
:param 'DefenderFoDatabasesAwsOfferingResponseRds' rds: The RDS configuration
|
|
1980
|
+
"""
|
|
1981
|
+
pulumi.set(__self__, "description", description)
|
|
1982
|
+
pulumi.set(__self__, "offering_type", 'DefenderForDatabasesAws')
|
|
1983
|
+
if arc_auto_provisioning is not None:
|
|
1984
|
+
pulumi.set(__self__, "arc_auto_provisioning", arc_auto_provisioning)
|
|
1985
|
+
if databases_dspm is not None:
|
|
1986
|
+
pulumi.set(__self__, "databases_dspm", databases_dspm)
|
|
1987
|
+
if rds is not None:
|
|
1988
|
+
pulumi.set(__self__, "rds", rds)
|
|
1989
|
+
|
|
1990
|
+
@property
|
|
1991
|
+
@pulumi.getter
|
|
1992
|
+
def description(self) -> str:
|
|
1993
|
+
"""
|
|
1994
|
+
The offering description.
|
|
1995
|
+
"""
|
|
1996
|
+
return pulumi.get(self, "description")
|
|
1997
|
+
|
|
1998
|
+
@property
|
|
1999
|
+
@pulumi.getter(name="offeringType")
|
|
2000
|
+
def offering_type(self) -> str:
|
|
2001
|
+
"""
|
|
2002
|
+
The type of the security offering.
|
|
2003
|
+
Expected value is 'DefenderForDatabasesAws'.
|
|
2004
|
+
"""
|
|
2005
|
+
return pulumi.get(self, "offering_type")
|
|
2006
|
+
|
|
2007
|
+
@property
|
|
2008
|
+
@pulumi.getter(name="arcAutoProvisioning")
|
|
2009
|
+
def arc_auto_provisioning(self) -> Optional['outputs.DefenderFoDatabasesAwsOfferingResponseArcAutoProvisioning']:
|
|
2010
|
+
"""
|
|
2011
|
+
The ARC autoprovisioning configuration
|
|
2012
|
+
"""
|
|
2013
|
+
return pulumi.get(self, "arc_auto_provisioning")
|
|
2014
|
+
|
|
2015
|
+
@property
|
|
2016
|
+
@pulumi.getter(name="databasesDspm")
|
|
2017
|
+
def databases_dspm(self) -> Optional['outputs.DefenderFoDatabasesAwsOfferingResponseDatabasesDspm']:
|
|
2018
|
+
"""
|
|
2019
|
+
The databases data security posture management (DSPM) configuration
|
|
2020
|
+
"""
|
|
2021
|
+
return pulumi.get(self, "databases_dspm")
|
|
2022
|
+
|
|
2023
|
+
@property
|
|
2024
|
+
@pulumi.getter
|
|
2025
|
+
def rds(self) -> Optional['outputs.DefenderFoDatabasesAwsOfferingResponseRds']:
|
|
2026
|
+
"""
|
|
2027
|
+
The RDS configuration
|
|
2028
|
+
"""
|
|
2029
|
+
return pulumi.get(self, "rds")
|
|
2030
|
+
|
|
2031
|
+
|
|
2032
|
+
@pulumi.output_type
|
|
2033
|
+
class DefenderFoDatabasesAwsOfferingResponseArcAutoProvisioning(dict):
|
|
2034
|
+
"""
|
|
2035
|
+
The ARC autoprovisioning configuration
|
|
2036
|
+
"""
|
|
2037
|
+
@staticmethod
|
|
2038
|
+
def __key_warning(key: str):
|
|
2039
|
+
suggest = None
|
|
2040
|
+
if key == "cloudRoleArn":
|
|
2041
|
+
suggest = "cloud_role_arn"
|
|
2042
|
+
|
|
2043
|
+
if suggest:
|
|
2044
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderFoDatabasesAwsOfferingResponseArcAutoProvisioning. Access the value via the '{suggest}' property getter instead.")
|
|
2045
|
+
|
|
2046
|
+
def __getitem__(self, key: str) -> Any:
|
|
2047
|
+
DefenderFoDatabasesAwsOfferingResponseArcAutoProvisioning.__key_warning(key)
|
|
2048
|
+
return super().__getitem__(key)
|
|
2049
|
+
|
|
2050
|
+
def get(self, key: str, default = None) -> Any:
|
|
2051
|
+
DefenderFoDatabasesAwsOfferingResponseArcAutoProvisioning.__key_warning(key)
|
|
2052
|
+
return super().get(key, default)
|
|
2053
|
+
|
|
2054
|
+
def __init__(__self__, *,
|
|
2055
|
+
cloud_role_arn: Optional[str] = None,
|
|
2056
|
+
configuration: Optional['outputs.ArcAutoProvisioningResponseConfiguration'] = None,
|
|
2057
|
+
enabled: Optional[bool] = None):
|
|
2058
|
+
"""
|
|
2059
|
+
The ARC autoprovisioning configuration
|
|
2060
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
2061
|
+
:param 'ArcAutoProvisioningResponseConfiguration' configuration: Configuration for servers Arc auto provisioning for a given environment
|
|
2062
|
+
:param bool enabled: Is arc auto provisioning enabled
|
|
2063
|
+
"""
|
|
2064
|
+
if cloud_role_arn is not None:
|
|
2065
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
2066
|
+
if configuration is not None:
|
|
2067
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
2068
|
+
if enabled is not None:
|
|
2069
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
2070
|
+
|
|
2071
|
+
@property
|
|
2072
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
2073
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
2074
|
+
"""
|
|
2075
|
+
The cloud role ARN in AWS for this feature
|
|
2076
|
+
"""
|
|
2077
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
2078
|
+
|
|
2079
|
+
@property
|
|
2080
|
+
@pulumi.getter
|
|
2081
|
+
def configuration(self) -> Optional['outputs.ArcAutoProvisioningResponseConfiguration']:
|
|
2082
|
+
"""
|
|
2083
|
+
Configuration for servers Arc auto provisioning for a given environment
|
|
2084
|
+
"""
|
|
2085
|
+
return pulumi.get(self, "configuration")
|
|
2086
|
+
|
|
2087
|
+
@property
|
|
2088
|
+
@pulumi.getter
|
|
2089
|
+
def enabled(self) -> Optional[bool]:
|
|
2090
|
+
"""
|
|
2091
|
+
Is arc auto provisioning enabled
|
|
2092
|
+
"""
|
|
2093
|
+
return pulumi.get(self, "enabled")
|
|
2094
|
+
|
|
2095
|
+
|
|
2096
|
+
@pulumi.output_type
|
|
2097
|
+
class DefenderFoDatabasesAwsOfferingResponseDatabasesDspm(dict):
|
|
2098
|
+
"""
|
|
2099
|
+
The databases data security posture management (DSPM) configuration
|
|
2100
|
+
"""
|
|
2101
|
+
@staticmethod
|
|
2102
|
+
def __key_warning(key: str):
|
|
2103
|
+
suggest = None
|
|
2104
|
+
if key == "cloudRoleArn":
|
|
2105
|
+
suggest = "cloud_role_arn"
|
|
2106
|
+
|
|
2107
|
+
if suggest:
|
|
2108
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderFoDatabasesAwsOfferingResponseDatabasesDspm. Access the value via the '{suggest}' property getter instead.")
|
|
2109
|
+
|
|
2110
|
+
def __getitem__(self, key: str) -> Any:
|
|
2111
|
+
DefenderFoDatabasesAwsOfferingResponseDatabasesDspm.__key_warning(key)
|
|
2112
|
+
return super().__getitem__(key)
|
|
2113
|
+
|
|
2114
|
+
def get(self, key: str, default = None) -> Any:
|
|
2115
|
+
DefenderFoDatabasesAwsOfferingResponseDatabasesDspm.__key_warning(key)
|
|
2116
|
+
return super().get(key, default)
|
|
2117
|
+
|
|
2118
|
+
def __init__(__self__, *,
|
|
2119
|
+
cloud_role_arn: Optional[str] = None,
|
|
2120
|
+
enabled: Optional[bool] = None):
|
|
2121
|
+
"""
|
|
2122
|
+
The databases data security posture management (DSPM) configuration
|
|
2123
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
2124
|
+
:param bool enabled: Is databases data security posture management (DSPM) protection enabled
|
|
2125
|
+
"""
|
|
2126
|
+
if cloud_role_arn is not None:
|
|
2127
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
2128
|
+
if enabled is not None:
|
|
2129
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
2130
|
+
|
|
2131
|
+
@property
|
|
2132
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
2133
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
2134
|
+
"""
|
|
2135
|
+
The cloud role ARN in AWS for this feature
|
|
2136
|
+
"""
|
|
2137
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
2138
|
+
|
|
2139
|
+
@property
|
|
2140
|
+
@pulumi.getter
|
|
2141
|
+
def enabled(self) -> Optional[bool]:
|
|
2142
|
+
"""
|
|
2143
|
+
Is databases data security posture management (DSPM) protection enabled
|
|
2144
|
+
"""
|
|
2145
|
+
return pulumi.get(self, "enabled")
|
|
2146
|
+
|
|
2147
|
+
|
|
2148
|
+
@pulumi.output_type
|
|
2149
|
+
class DefenderFoDatabasesAwsOfferingResponseRds(dict):
|
|
2150
|
+
"""
|
|
2151
|
+
The RDS configuration
|
|
2152
|
+
"""
|
|
2153
|
+
@staticmethod
|
|
2154
|
+
def __key_warning(key: str):
|
|
2155
|
+
suggest = None
|
|
2156
|
+
if key == "cloudRoleArn":
|
|
2157
|
+
suggest = "cloud_role_arn"
|
|
2158
|
+
|
|
2159
|
+
if suggest:
|
|
2160
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderFoDatabasesAwsOfferingResponseRds. Access the value via the '{suggest}' property getter instead.")
|
|
2161
|
+
|
|
2162
|
+
def __getitem__(self, key: str) -> Any:
|
|
2163
|
+
DefenderFoDatabasesAwsOfferingResponseRds.__key_warning(key)
|
|
2164
|
+
return super().__getitem__(key)
|
|
2165
|
+
|
|
2166
|
+
def get(self, key: str, default = None) -> Any:
|
|
2167
|
+
DefenderFoDatabasesAwsOfferingResponseRds.__key_warning(key)
|
|
2168
|
+
return super().get(key, default)
|
|
2169
|
+
|
|
2170
|
+
def __init__(__self__, *,
|
|
2171
|
+
cloud_role_arn: Optional[str] = None,
|
|
2172
|
+
enabled: Optional[bool] = None):
|
|
2173
|
+
"""
|
|
2174
|
+
The RDS configuration
|
|
2175
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
2176
|
+
:param bool enabled: Is RDS protection enabled
|
|
2177
|
+
"""
|
|
2178
|
+
if cloud_role_arn is not None:
|
|
2179
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
2180
|
+
if enabled is not None:
|
|
2181
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
2182
|
+
|
|
2183
|
+
@property
|
|
2184
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
2185
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
2186
|
+
"""
|
|
2187
|
+
The cloud role ARN in AWS for this feature
|
|
2188
|
+
"""
|
|
2189
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
2190
|
+
|
|
2191
|
+
@property
|
|
2192
|
+
@pulumi.getter
|
|
2193
|
+
def enabled(self) -> Optional[bool]:
|
|
2194
|
+
"""
|
|
2195
|
+
Is RDS protection enabled
|
|
2196
|
+
"""
|
|
2197
|
+
return pulumi.get(self, "enabled")
|
|
2198
|
+
|
|
2199
|
+
|
|
2200
|
+
@pulumi.output_type
|
|
2201
|
+
class DefenderForContainersAwsOfferingResponse(dict):
|
|
2202
|
+
"""
|
|
2203
|
+
The Defender for Containers AWS offering
|
|
2204
|
+
"""
|
|
2205
|
+
@staticmethod
|
|
2206
|
+
def __key_warning(key: str):
|
|
2207
|
+
suggest = None
|
|
2208
|
+
if key == "offeringType":
|
|
2209
|
+
suggest = "offering_type"
|
|
2210
|
+
elif key == "cloudWatchToKinesis":
|
|
2211
|
+
suggest = "cloud_watch_to_kinesis"
|
|
2212
|
+
elif key == "dataCollectionExternalId":
|
|
2213
|
+
suggest = "data_collection_external_id"
|
|
2214
|
+
elif key == "enableAuditLogsAutoProvisioning":
|
|
2215
|
+
suggest = "enable_audit_logs_auto_provisioning"
|
|
2216
|
+
elif key == "enableDefenderAgentAutoProvisioning":
|
|
2217
|
+
suggest = "enable_defender_agent_auto_provisioning"
|
|
2218
|
+
elif key == "enablePolicyAgentAutoProvisioning":
|
|
2219
|
+
suggest = "enable_policy_agent_auto_provisioning"
|
|
2220
|
+
elif key == "kinesisToS3":
|
|
2221
|
+
suggest = "kinesis_to_s3"
|
|
2222
|
+
elif key == "kubeAuditRetentionTime":
|
|
2223
|
+
suggest = "kube_audit_retention_time"
|
|
2224
|
+
elif key == "kubernetesDataCollection":
|
|
2225
|
+
suggest = "kubernetes_data_collection"
|
|
2226
|
+
elif key == "kubernetesService":
|
|
2227
|
+
suggest = "kubernetes_service"
|
|
2228
|
+
elif key == "mdcContainersAgentlessDiscoveryK8s":
|
|
2229
|
+
suggest = "mdc_containers_agentless_discovery_k8s"
|
|
2230
|
+
elif key == "mdcContainersImageAssessment":
|
|
2231
|
+
suggest = "mdc_containers_image_assessment"
|
|
2232
|
+
elif key == "vmScanners":
|
|
2233
|
+
suggest = "vm_scanners"
|
|
2234
|
+
|
|
2235
|
+
if suggest:
|
|
2236
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForContainersAwsOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2237
|
+
|
|
2238
|
+
def __getitem__(self, key: str) -> Any:
|
|
2239
|
+
DefenderForContainersAwsOfferingResponse.__key_warning(key)
|
|
2240
|
+
return super().__getitem__(key)
|
|
2241
|
+
|
|
2242
|
+
def get(self, key: str, default = None) -> Any:
|
|
2243
|
+
DefenderForContainersAwsOfferingResponse.__key_warning(key)
|
|
2244
|
+
return super().get(key, default)
|
|
2245
|
+
|
|
2246
|
+
def __init__(__self__, *,
|
|
2247
|
+
description: str,
|
|
2248
|
+
offering_type: str,
|
|
2249
|
+
cloud_watch_to_kinesis: Optional['outputs.DefenderForContainersAwsOfferingResponseCloudWatchToKinesis'] = None,
|
|
2250
|
+
data_collection_external_id: Optional[str] = None,
|
|
2251
|
+
enable_audit_logs_auto_provisioning: Optional[bool] = None,
|
|
2252
|
+
enable_defender_agent_auto_provisioning: Optional[bool] = None,
|
|
2253
|
+
enable_policy_agent_auto_provisioning: Optional[bool] = None,
|
|
2254
|
+
kinesis_to_s3: Optional['outputs.DefenderForContainersAwsOfferingResponseKinesisToS3'] = None,
|
|
2255
|
+
kube_audit_retention_time: Optional[float] = None,
|
|
2256
|
+
kubernetes_data_collection: Optional['outputs.DefenderForContainersAwsOfferingResponseKubernetesDataCollection'] = None,
|
|
2257
|
+
kubernetes_service: Optional['outputs.DefenderForContainersAwsOfferingResponseKubernetesService'] = None,
|
|
2258
|
+
mdc_containers_agentless_discovery_k8s: Optional['outputs.DefenderForContainersAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s'] = None,
|
|
2259
|
+
mdc_containers_image_assessment: Optional['outputs.DefenderForContainersAwsOfferingResponseMdcContainersImageAssessment'] = None,
|
|
2260
|
+
vm_scanners: Optional['outputs.DefenderForContainersAwsOfferingResponseVmScanners'] = None):
|
|
2261
|
+
"""
|
|
2262
|
+
The Defender for Containers AWS offering
|
|
2263
|
+
:param str description: The offering description.
|
|
2264
|
+
:param str offering_type: The type of the security offering.
|
|
2265
|
+
Expected value is 'DefenderForContainersAws'.
|
|
2266
|
+
:param 'DefenderForContainersAwsOfferingResponseCloudWatchToKinesis' cloud_watch_to_kinesis: The cloudwatch to kinesis connection configuration
|
|
2267
|
+
:param str data_collection_external_id: The externalId used by the data reader to prevent the confused deputy attack
|
|
2268
|
+
:param bool enable_audit_logs_auto_provisioning: Is audit logs data collection enabled
|
|
2269
|
+
:param bool enable_defender_agent_auto_provisioning: Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
|
|
2270
|
+
:param bool enable_policy_agent_auto_provisioning: Is Policy Kubernetes agent auto provisioning enabled
|
|
2271
|
+
:param 'DefenderForContainersAwsOfferingResponseKinesisToS3' kinesis_to_s3: The kinesis to s3 connection configuration
|
|
2272
|
+
:param float kube_audit_retention_time: The retention time in days of kube audit logs set on the CloudWatch log group
|
|
2273
|
+
:param 'DefenderForContainersAwsOfferingResponseKubernetesDataCollection' kubernetes_data_collection: The kubernetes data collection connection configuration
|
|
2274
|
+
:param 'DefenderForContainersAwsOfferingResponseKubernetesService' kubernetes_service: The kubernetes service connection configuration
|
|
2275
|
+
:param 'DefenderForContainersAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s' mdc_containers_agentless_discovery_k8s: The Microsoft Defender container agentless discovery K8s configuration
|
|
2276
|
+
:param 'DefenderForContainersAwsOfferingResponseMdcContainersImageAssessment' mdc_containers_image_assessment: The Microsoft Defender container image assessment configuration
|
|
2277
|
+
:param 'DefenderForContainersAwsOfferingResponseVmScanners' vm_scanners: The Microsoft Defender for Container K8s VM host scanning configuration
|
|
2278
|
+
"""
|
|
2279
|
+
pulumi.set(__self__, "description", description)
|
|
2280
|
+
pulumi.set(__self__, "offering_type", 'DefenderForContainersAws')
|
|
2281
|
+
if cloud_watch_to_kinesis is not None:
|
|
2282
|
+
pulumi.set(__self__, "cloud_watch_to_kinesis", cloud_watch_to_kinesis)
|
|
2283
|
+
if data_collection_external_id is not None:
|
|
2284
|
+
pulumi.set(__self__, "data_collection_external_id", data_collection_external_id)
|
|
2285
|
+
if enable_audit_logs_auto_provisioning is not None:
|
|
2286
|
+
pulumi.set(__self__, "enable_audit_logs_auto_provisioning", enable_audit_logs_auto_provisioning)
|
|
2287
|
+
if enable_defender_agent_auto_provisioning is not None:
|
|
2288
|
+
pulumi.set(__self__, "enable_defender_agent_auto_provisioning", enable_defender_agent_auto_provisioning)
|
|
2289
|
+
if enable_policy_agent_auto_provisioning is not None:
|
|
2290
|
+
pulumi.set(__self__, "enable_policy_agent_auto_provisioning", enable_policy_agent_auto_provisioning)
|
|
2291
|
+
if kinesis_to_s3 is not None:
|
|
2292
|
+
pulumi.set(__self__, "kinesis_to_s3", kinesis_to_s3)
|
|
2293
|
+
if kube_audit_retention_time is not None:
|
|
2294
|
+
pulumi.set(__self__, "kube_audit_retention_time", kube_audit_retention_time)
|
|
2295
|
+
if kubernetes_data_collection is not None:
|
|
2296
|
+
pulumi.set(__self__, "kubernetes_data_collection", kubernetes_data_collection)
|
|
2297
|
+
if kubernetes_service is not None:
|
|
2298
|
+
pulumi.set(__self__, "kubernetes_service", kubernetes_service)
|
|
2299
|
+
if mdc_containers_agentless_discovery_k8s is not None:
|
|
2300
|
+
pulumi.set(__self__, "mdc_containers_agentless_discovery_k8s", mdc_containers_agentless_discovery_k8s)
|
|
2301
|
+
if mdc_containers_image_assessment is not None:
|
|
2302
|
+
pulumi.set(__self__, "mdc_containers_image_assessment", mdc_containers_image_assessment)
|
|
2303
|
+
if vm_scanners is not None:
|
|
2304
|
+
pulumi.set(__self__, "vm_scanners", vm_scanners)
|
|
2305
|
+
|
|
2306
|
+
@property
|
|
2307
|
+
@pulumi.getter
|
|
2308
|
+
def description(self) -> str:
|
|
2309
|
+
"""
|
|
2310
|
+
The offering description.
|
|
2311
|
+
"""
|
|
2312
|
+
return pulumi.get(self, "description")
|
|
2313
|
+
|
|
2314
|
+
@property
|
|
2315
|
+
@pulumi.getter(name="offeringType")
|
|
2316
|
+
def offering_type(self) -> str:
|
|
2317
|
+
"""
|
|
2318
|
+
The type of the security offering.
|
|
2319
|
+
Expected value is 'DefenderForContainersAws'.
|
|
2320
|
+
"""
|
|
2321
|
+
return pulumi.get(self, "offering_type")
|
|
2322
|
+
|
|
2323
|
+
@property
|
|
2324
|
+
@pulumi.getter(name="cloudWatchToKinesis")
|
|
2325
|
+
def cloud_watch_to_kinesis(self) -> Optional['outputs.DefenderForContainersAwsOfferingResponseCloudWatchToKinesis']:
|
|
2326
|
+
"""
|
|
2327
|
+
The cloudwatch to kinesis connection configuration
|
|
2328
|
+
"""
|
|
2329
|
+
return pulumi.get(self, "cloud_watch_to_kinesis")
|
|
2330
|
+
|
|
2331
|
+
@property
|
|
2332
|
+
@pulumi.getter(name="dataCollectionExternalId")
|
|
2333
|
+
def data_collection_external_id(self) -> Optional[str]:
|
|
2334
|
+
"""
|
|
2335
|
+
The externalId used by the data reader to prevent the confused deputy attack
|
|
2336
|
+
"""
|
|
2337
|
+
return pulumi.get(self, "data_collection_external_id")
|
|
2338
|
+
|
|
2339
|
+
@property
|
|
2340
|
+
@pulumi.getter(name="enableAuditLogsAutoProvisioning")
|
|
2341
|
+
def enable_audit_logs_auto_provisioning(self) -> Optional[bool]:
|
|
2342
|
+
"""
|
|
2343
|
+
Is audit logs data collection enabled
|
|
2344
|
+
"""
|
|
2345
|
+
return pulumi.get(self, "enable_audit_logs_auto_provisioning")
|
|
2346
|
+
|
|
2347
|
+
@property
|
|
2348
|
+
@pulumi.getter(name="enableDefenderAgentAutoProvisioning")
|
|
2349
|
+
def enable_defender_agent_auto_provisioning(self) -> Optional[bool]:
|
|
2350
|
+
"""
|
|
2351
|
+
Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
|
|
2352
|
+
"""
|
|
2353
|
+
return pulumi.get(self, "enable_defender_agent_auto_provisioning")
|
|
2354
|
+
|
|
2355
|
+
@property
|
|
2356
|
+
@pulumi.getter(name="enablePolicyAgentAutoProvisioning")
|
|
2357
|
+
def enable_policy_agent_auto_provisioning(self) -> Optional[bool]:
|
|
2358
|
+
"""
|
|
2359
|
+
Is Policy Kubernetes agent auto provisioning enabled
|
|
2360
|
+
"""
|
|
2361
|
+
return pulumi.get(self, "enable_policy_agent_auto_provisioning")
|
|
2362
|
+
|
|
2363
|
+
@property
|
|
2364
|
+
@pulumi.getter(name="kinesisToS3")
|
|
2365
|
+
def kinesis_to_s3(self) -> Optional['outputs.DefenderForContainersAwsOfferingResponseKinesisToS3']:
|
|
2366
|
+
"""
|
|
2367
|
+
The kinesis to s3 connection configuration
|
|
2368
|
+
"""
|
|
2369
|
+
return pulumi.get(self, "kinesis_to_s3")
|
|
2370
|
+
|
|
2371
|
+
@property
|
|
2372
|
+
@pulumi.getter(name="kubeAuditRetentionTime")
|
|
2373
|
+
def kube_audit_retention_time(self) -> Optional[float]:
|
|
2374
|
+
"""
|
|
2375
|
+
The retention time in days of kube audit logs set on the CloudWatch log group
|
|
2376
|
+
"""
|
|
2377
|
+
return pulumi.get(self, "kube_audit_retention_time")
|
|
2378
|
+
|
|
2379
|
+
@property
|
|
2380
|
+
@pulumi.getter(name="kubernetesDataCollection")
|
|
2381
|
+
def kubernetes_data_collection(self) -> Optional['outputs.DefenderForContainersAwsOfferingResponseKubernetesDataCollection']:
|
|
2382
|
+
"""
|
|
2383
|
+
The kubernetes data collection connection configuration
|
|
2384
|
+
"""
|
|
2385
|
+
return pulumi.get(self, "kubernetes_data_collection")
|
|
2386
|
+
|
|
2387
|
+
@property
|
|
2388
|
+
@pulumi.getter(name="kubernetesService")
|
|
2389
|
+
def kubernetes_service(self) -> Optional['outputs.DefenderForContainersAwsOfferingResponseKubernetesService']:
|
|
2390
|
+
"""
|
|
2391
|
+
The kubernetes service connection configuration
|
|
2392
|
+
"""
|
|
2393
|
+
return pulumi.get(self, "kubernetes_service")
|
|
2394
|
+
|
|
2395
|
+
@property
|
|
2396
|
+
@pulumi.getter(name="mdcContainersAgentlessDiscoveryK8s")
|
|
2397
|
+
def mdc_containers_agentless_discovery_k8s(self) -> Optional['outputs.DefenderForContainersAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s']:
|
|
2398
|
+
"""
|
|
2399
|
+
The Microsoft Defender container agentless discovery K8s configuration
|
|
2400
|
+
"""
|
|
2401
|
+
return pulumi.get(self, "mdc_containers_agentless_discovery_k8s")
|
|
2402
|
+
|
|
2403
|
+
@property
|
|
2404
|
+
@pulumi.getter(name="mdcContainersImageAssessment")
|
|
2405
|
+
def mdc_containers_image_assessment(self) -> Optional['outputs.DefenderForContainersAwsOfferingResponseMdcContainersImageAssessment']:
|
|
2406
|
+
"""
|
|
2407
|
+
The Microsoft Defender container image assessment configuration
|
|
2408
|
+
"""
|
|
2409
|
+
return pulumi.get(self, "mdc_containers_image_assessment")
|
|
2410
|
+
|
|
2411
|
+
@property
|
|
2412
|
+
@pulumi.getter(name="vmScanners")
|
|
2413
|
+
def vm_scanners(self) -> Optional['outputs.DefenderForContainersAwsOfferingResponseVmScanners']:
|
|
2414
|
+
"""
|
|
2415
|
+
The Microsoft Defender for Container K8s VM host scanning configuration
|
|
2416
|
+
"""
|
|
2417
|
+
return pulumi.get(self, "vm_scanners")
|
|
2418
|
+
|
|
2419
|
+
|
|
2420
|
+
@pulumi.output_type
|
|
2421
|
+
class DefenderForContainersAwsOfferingResponseCloudWatchToKinesis(dict):
|
|
2422
|
+
"""
|
|
2423
|
+
The cloudwatch to kinesis connection configuration
|
|
2424
|
+
"""
|
|
2425
|
+
@staticmethod
|
|
2426
|
+
def __key_warning(key: str):
|
|
2427
|
+
suggest = None
|
|
2428
|
+
if key == "cloudRoleArn":
|
|
2429
|
+
suggest = "cloud_role_arn"
|
|
2430
|
+
|
|
2431
|
+
if suggest:
|
|
2432
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForContainersAwsOfferingResponseCloudWatchToKinesis. Access the value via the '{suggest}' property getter instead.")
|
|
2433
|
+
|
|
2434
|
+
def __getitem__(self, key: str) -> Any:
|
|
2435
|
+
DefenderForContainersAwsOfferingResponseCloudWatchToKinesis.__key_warning(key)
|
|
2436
|
+
return super().__getitem__(key)
|
|
2437
|
+
|
|
2438
|
+
def get(self, key: str, default = None) -> Any:
|
|
2439
|
+
DefenderForContainersAwsOfferingResponseCloudWatchToKinesis.__key_warning(key)
|
|
2440
|
+
return super().get(key, default)
|
|
2441
|
+
|
|
2442
|
+
def __init__(__self__, *,
|
|
2443
|
+
cloud_role_arn: Optional[str] = None):
|
|
2444
|
+
"""
|
|
2445
|
+
The cloudwatch to kinesis connection configuration
|
|
2446
|
+
:param str cloud_role_arn: The cloud role ARN in AWS used by CloudWatch to transfer data into Kinesis
|
|
2447
|
+
"""
|
|
2448
|
+
if cloud_role_arn is not None:
|
|
2449
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
2450
|
+
|
|
2451
|
+
@property
|
|
2452
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
2453
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
2454
|
+
"""
|
|
2455
|
+
The cloud role ARN in AWS used by CloudWatch to transfer data into Kinesis
|
|
2456
|
+
"""
|
|
2457
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
2458
|
+
|
|
2459
|
+
|
|
2460
|
+
@pulumi.output_type
|
|
2461
|
+
class DefenderForContainersAwsOfferingResponseKinesisToS3(dict):
|
|
2462
|
+
"""
|
|
2463
|
+
The kinesis to s3 connection configuration
|
|
2464
|
+
"""
|
|
2465
|
+
@staticmethod
|
|
2466
|
+
def __key_warning(key: str):
|
|
2467
|
+
suggest = None
|
|
2468
|
+
if key == "cloudRoleArn":
|
|
2469
|
+
suggest = "cloud_role_arn"
|
|
2470
|
+
|
|
2471
|
+
if suggest:
|
|
2472
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForContainersAwsOfferingResponseKinesisToS3. Access the value via the '{suggest}' property getter instead.")
|
|
2473
|
+
|
|
2474
|
+
def __getitem__(self, key: str) -> Any:
|
|
2475
|
+
DefenderForContainersAwsOfferingResponseKinesisToS3.__key_warning(key)
|
|
2476
|
+
return super().__getitem__(key)
|
|
2477
|
+
|
|
2478
|
+
def get(self, key: str, default = None) -> Any:
|
|
2479
|
+
DefenderForContainersAwsOfferingResponseKinesisToS3.__key_warning(key)
|
|
2480
|
+
return super().get(key, default)
|
|
2481
|
+
|
|
2482
|
+
def __init__(__self__, *,
|
|
2483
|
+
cloud_role_arn: Optional[str] = None):
|
|
2484
|
+
"""
|
|
2485
|
+
The kinesis to s3 connection configuration
|
|
2486
|
+
:param str cloud_role_arn: The cloud role ARN in AWS used by Kinesis to transfer data into S3
|
|
2487
|
+
"""
|
|
2488
|
+
if cloud_role_arn is not None:
|
|
2489
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
2490
|
+
|
|
2491
|
+
@property
|
|
2492
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
2493
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
2494
|
+
"""
|
|
2495
|
+
The cloud role ARN in AWS used by Kinesis to transfer data into S3
|
|
2496
|
+
"""
|
|
2497
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
2498
|
+
|
|
2499
|
+
|
|
2500
|
+
@pulumi.output_type
|
|
2501
|
+
class DefenderForContainersAwsOfferingResponseKubernetesDataCollection(dict):
|
|
2502
|
+
"""
|
|
2503
|
+
The kubernetes data collection connection configuration
|
|
2504
|
+
"""
|
|
2505
|
+
@staticmethod
|
|
2506
|
+
def __key_warning(key: str):
|
|
2507
|
+
suggest = None
|
|
2508
|
+
if key == "cloudRoleArn":
|
|
2509
|
+
suggest = "cloud_role_arn"
|
|
2510
|
+
|
|
2511
|
+
if suggest:
|
|
2512
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForContainersAwsOfferingResponseKubernetesDataCollection. Access the value via the '{suggest}' property getter instead.")
|
|
2513
|
+
|
|
2514
|
+
def __getitem__(self, key: str) -> Any:
|
|
2515
|
+
DefenderForContainersAwsOfferingResponseKubernetesDataCollection.__key_warning(key)
|
|
2516
|
+
return super().__getitem__(key)
|
|
2517
|
+
|
|
2518
|
+
def get(self, key: str, default = None) -> Any:
|
|
2519
|
+
DefenderForContainersAwsOfferingResponseKubernetesDataCollection.__key_warning(key)
|
|
2520
|
+
return super().get(key, default)
|
|
2521
|
+
|
|
2522
|
+
def __init__(__self__, *,
|
|
2523
|
+
cloud_role_arn: Optional[str] = None):
|
|
2524
|
+
"""
|
|
2525
|
+
The kubernetes data collection connection configuration
|
|
2526
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature used for reading data
|
|
2527
|
+
"""
|
|
2528
|
+
if cloud_role_arn is not None:
|
|
2529
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
2530
|
+
|
|
2531
|
+
@property
|
|
2532
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
2533
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
2534
|
+
"""
|
|
2535
|
+
The cloud role ARN in AWS for this feature used for reading data
|
|
2536
|
+
"""
|
|
2537
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
2538
|
+
|
|
2539
|
+
|
|
2540
|
+
@pulumi.output_type
|
|
2541
|
+
class DefenderForContainersAwsOfferingResponseKubernetesService(dict):
|
|
2542
|
+
"""
|
|
2543
|
+
The kubernetes service connection configuration
|
|
2544
|
+
"""
|
|
2545
|
+
@staticmethod
|
|
2546
|
+
def __key_warning(key: str):
|
|
2547
|
+
suggest = None
|
|
2548
|
+
if key == "cloudRoleArn":
|
|
2549
|
+
suggest = "cloud_role_arn"
|
|
2550
|
+
|
|
2551
|
+
if suggest:
|
|
2552
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForContainersAwsOfferingResponseKubernetesService. Access the value via the '{suggest}' property getter instead.")
|
|
2553
|
+
|
|
2554
|
+
def __getitem__(self, key: str) -> Any:
|
|
2555
|
+
DefenderForContainersAwsOfferingResponseKubernetesService.__key_warning(key)
|
|
2556
|
+
return super().__getitem__(key)
|
|
2557
|
+
|
|
2558
|
+
def get(self, key: str, default = None) -> Any:
|
|
2559
|
+
DefenderForContainersAwsOfferingResponseKubernetesService.__key_warning(key)
|
|
2560
|
+
return super().get(key, default)
|
|
2561
|
+
|
|
2562
|
+
def __init__(__self__, *,
|
|
2563
|
+
cloud_role_arn: Optional[str] = None):
|
|
2564
|
+
"""
|
|
2565
|
+
The kubernetes service connection configuration
|
|
2566
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature used for provisioning resources
|
|
2567
|
+
"""
|
|
2568
|
+
if cloud_role_arn is not None:
|
|
2569
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
2570
|
+
|
|
2571
|
+
@property
|
|
2572
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
2573
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
2574
|
+
"""
|
|
2575
|
+
The cloud role ARN in AWS for this feature used for provisioning resources
|
|
2576
|
+
"""
|
|
2577
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
2578
|
+
|
|
2579
|
+
|
|
2580
|
+
@pulumi.output_type
|
|
2581
|
+
class DefenderForContainersAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s(dict):
|
|
2582
|
+
"""
|
|
2583
|
+
The Microsoft Defender container agentless discovery K8s configuration
|
|
2584
|
+
"""
|
|
2585
|
+
@staticmethod
|
|
2586
|
+
def __key_warning(key: str):
|
|
2587
|
+
suggest = None
|
|
2588
|
+
if key == "cloudRoleArn":
|
|
2589
|
+
suggest = "cloud_role_arn"
|
|
2590
|
+
|
|
2591
|
+
if suggest:
|
|
2592
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForContainersAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s. Access the value via the '{suggest}' property getter instead.")
|
|
2593
|
+
|
|
2594
|
+
def __getitem__(self, key: str) -> Any:
|
|
2595
|
+
DefenderForContainersAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s.__key_warning(key)
|
|
2596
|
+
return super().__getitem__(key)
|
|
2597
|
+
|
|
2598
|
+
def get(self, key: str, default = None) -> Any:
|
|
2599
|
+
DefenderForContainersAwsOfferingResponseMdcContainersAgentlessDiscoveryK8s.__key_warning(key)
|
|
2600
|
+
return super().get(key, default)
|
|
2601
|
+
|
|
2602
|
+
def __init__(__self__, *,
|
|
2603
|
+
cloud_role_arn: Optional[str] = None,
|
|
2604
|
+
enabled: Optional[bool] = None):
|
|
2605
|
+
"""
|
|
2606
|
+
The Microsoft Defender container agentless discovery K8s configuration
|
|
2607
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
2608
|
+
:param bool enabled: Is Microsoft Defender container agentless discovery K8s enabled
|
|
2609
|
+
"""
|
|
2610
|
+
if cloud_role_arn is not None:
|
|
2611
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
2612
|
+
if enabled is not None:
|
|
2613
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
2614
|
+
|
|
2615
|
+
@property
|
|
2616
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
2617
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
2618
|
+
"""
|
|
2619
|
+
The cloud role ARN in AWS for this feature
|
|
2620
|
+
"""
|
|
2621
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
2622
|
+
|
|
2623
|
+
@property
|
|
2624
|
+
@pulumi.getter
|
|
2625
|
+
def enabled(self) -> Optional[bool]:
|
|
2626
|
+
"""
|
|
2627
|
+
Is Microsoft Defender container agentless discovery K8s enabled
|
|
2628
|
+
"""
|
|
2629
|
+
return pulumi.get(self, "enabled")
|
|
2630
|
+
|
|
2631
|
+
|
|
2632
|
+
@pulumi.output_type
|
|
2633
|
+
class DefenderForContainersAwsOfferingResponseMdcContainersImageAssessment(dict):
|
|
2634
|
+
"""
|
|
2635
|
+
The Microsoft Defender container image assessment configuration
|
|
2636
|
+
"""
|
|
2637
|
+
@staticmethod
|
|
2638
|
+
def __key_warning(key: str):
|
|
2639
|
+
suggest = None
|
|
2640
|
+
if key == "cloudRoleArn":
|
|
2641
|
+
suggest = "cloud_role_arn"
|
|
2642
|
+
|
|
2643
|
+
if suggest:
|
|
2644
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForContainersAwsOfferingResponseMdcContainersImageAssessment. Access the value via the '{suggest}' property getter instead.")
|
|
2645
|
+
|
|
2646
|
+
def __getitem__(self, key: str) -> Any:
|
|
2647
|
+
DefenderForContainersAwsOfferingResponseMdcContainersImageAssessment.__key_warning(key)
|
|
2648
|
+
return super().__getitem__(key)
|
|
2649
|
+
|
|
2650
|
+
def get(self, key: str, default = None) -> Any:
|
|
2651
|
+
DefenderForContainersAwsOfferingResponseMdcContainersImageAssessment.__key_warning(key)
|
|
2652
|
+
return super().get(key, default)
|
|
2653
|
+
|
|
2654
|
+
def __init__(__self__, *,
|
|
2655
|
+
cloud_role_arn: Optional[str] = None,
|
|
2656
|
+
enabled: Optional[bool] = None):
|
|
2657
|
+
"""
|
|
2658
|
+
The Microsoft Defender container image assessment configuration
|
|
2659
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
2660
|
+
:param bool enabled: Is Microsoft Defender container image assessment enabled
|
|
2661
|
+
"""
|
|
2662
|
+
if cloud_role_arn is not None:
|
|
2663
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
2664
|
+
if enabled is not None:
|
|
2665
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
2666
|
+
|
|
2667
|
+
@property
|
|
2668
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
2669
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
2670
|
+
"""
|
|
2671
|
+
The cloud role ARN in AWS for this feature
|
|
2672
|
+
"""
|
|
2673
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
2674
|
+
|
|
2675
|
+
@property
|
|
2676
|
+
@pulumi.getter
|
|
2677
|
+
def enabled(self) -> Optional[bool]:
|
|
2678
|
+
"""
|
|
2679
|
+
Is Microsoft Defender container image assessment enabled
|
|
2680
|
+
"""
|
|
2681
|
+
return pulumi.get(self, "enabled")
|
|
2682
|
+
|
|
2683
|
+
|
|
2684
|
+
@pulumi.output_type
|
|
2685
|
+
class DefenderForContainersAwsOfferingResponseVmScanners(dict):
|
|
2686
|
+
"""
|
|
2687
|
+
The Microsoft Defender for Container K8s VM host scanning configuration
|
|
2688
|
+
"""
|
|
2689
|
+
@staticmethod
|
|
2690
|
+
def __key_warning(key: str):
|
|
2691
|
+
suggest = None
|
|
2692
|
+
if key == "cloudRoleArn":
|
|
2693
|
+
suggest = "cloud_role_arn"
|
|
2694
|
+
|
|
2695
|
+
if suggest:
|
|
2696
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForContainersAwsOfferingResponseVmScanners. Access the value via the '{suggest}' property getter instead.")
|
|
2697
|
+
|
|
2698
|
+
def __getitem__(self, key: str) -> Any:
|
|
2699
|
+
DefenderForContainersAwsOfferingResponseVmScanners.__key_warning(key)
|
|
2700
|
+
return super().__getitem__(key)
|
|
2701
|
+
|
|
2702
|
+
def get(self, key: str, default = None) -> Any:
|
|
2703
|
+
DefenderForContainersAwsOfferingResponseVmScanners.__key_warning(key)
|
|
2704
|
+
return super().get(key, default)
|
|
2705
|
+
|
|
2706
|
+
def __init__(__self__, *,
|
|
2707
|
+
cloud_role_arn: Optional[str] = None,
|
|
2708
|
+
configuration: Optional['outputs.VmScannersBaseResponseConfiguration'] = None,
|
|
2709
|
+
enabled: Optional[bool] = None):
|
|
2710
|
+
"""
|
|
2711
|
+
The Microsoft Defender for Container K8s VM host scanning configuration
|
|
2712
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
2713
|
+
:param 'VmScannersBaseResponseConfiguration' configuration: Configuration for VM scanning
|
|
2714
|
+
:param bool enabled: Is VM scanning enabled
|
|
2715
|
+
"""
|
|
2716
|
+
if cloud_role_arn is not None:
|
|
2717
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
2718
|
+
if configuration is not None:
|
|
2719
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
2720
|
+
if enabled is not None:
|
|
2721
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
2722
|
+
|
|
2723
|
+
@property
|
|
2724
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
2725
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
2726
|
+
"""
|
|
2727
|
+
The cloud role ARN in AWS for this feature
|
|
2728
|
+
"""
|
|
2729
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
2730
|
+
|
|
2731
|
+
@property
|
|
2732
|
+
@pulumi.getter
|
|
2733
|
+
def configuration(self) -> Optional['outputs.VmScannersBaseResponseConfiguration']:
|
|
2734
|
+
"""
|
|
2735
|
+
Configuration for VM scanning
|
|
2736
|
+
"""
|
|
2737
|
+
return pulumi.get(self, "configuration")
|
|
2738
|
+
|
|
2739
|
+
@property
|
|
2740
|
+
@pulumi.getter
|
|
2741
|
+
def enabled(self) -> Optional[bool]:
|
|
2742
|
+
"""
|
|
2743
|
+
Is VM scanning enabled
|
|
2744
|
+
"""
|
|
2745
|
+
return pulumi.get(self, "enabled")
|
|
2746
|
+
|
|
2747
|
+
|
|
2748
|
+
@pulumi.output_type
|
|
2749
|
+
class DefenderForContainersDockerHubOfferingResponse(dict):
|
|
2750
|
+
"""
|
|
2751
|
+
The Defender for containers Docker Hub offering configurations
|
|
2752
|
+
"""
|
|
2753
|
+
@staticmethod
|
|
2754
|
+
def __key_warning(key: str):
|
|
2755
|
+
suggest = None
|
|
2756
|
+
if key == "offeringType":
|
|
2757
|
+
suggest = "offering_type"
|
|
2758
|
+
|
|
2759
|
+
if suggest:
|
|
2760
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForContainersDockerHubOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2761
|
+
|
|
2762
|
+
def __getitem__(self, key: str) -> Any:
|
|
2763
|
+
DefenderForContainersDockerHubOfferingResponse.__key_warning(key)
|
|
2764
|
+
return super().__getitem__(key)
|
|
2765
|
+
|
|
2766
|
+
def get(self, key: str, default = None) -> Any:
|
|
2767
|
+
DefenderForContainersDockerHubOfferingResponse.__key_warning(key)
|
|
2768
|
+
return super().get(key, default)
|
|
2769
|
+
|
|
2770
|
+
def __init__(__self__, *,
|
|
2771
|
+
description: str,
|
|
2772
|
+
offering_type: str):
|
|
2773
|
+
"""
|
|
2774
|
+
The Defender for containers Docker Hub offering configurations
|
|
2775
|
+
:param str description: The offering description.
|
|
2776
|
+
:param str offering_type: The type of the security offering.
|
|
2777
|
+
Expected value is 'DefenderForContainersDockerHub'.
|
|
2778
|
+
"""
|
|
2779
|
+
pulumi.set(__self__, "description", description)
|
|
2780
|
+
pulumi.set(__self__, "offering_type", 'DefenderForContainersDockerHub')
|
|
2781
|
+
|
|
2782
|
+
@property
|
|
2783
|
+
@pulumi.getter
|
|
2784
|
+
def description(self) -> str:
|
|
2785
|
+
"""
|
|
2786
|
+
The offering description.
|
|
2787
|
+
"""
|
|
2788
|
+
return pulumi.get(self, "description")
|
|
2789
|
+
|
|
2790
|
+
@property
|
|
2791
|
+
@pulumi.getter(name="offeringType")
|
|
2792
|
+
def offering_type(self) -> str:
|
|
2793
|
+
"""
|
|
2794
|
+
The type of the security offering.
|
|
2795
|
+
Expected value is 'DefenderForContainersDockerHub'.
|
|
2796
|
+
"""
|
|
2797
|
+
return pulumi.get(self, "offering_type")
|
|
2798
|
+
|
|
2799
|
+
|
|
2800
|
+
@pulumi.output_type
|
|
2801
|
+
class DefenderForContainersGcpOfferingResponse(dict):
|
|
2802
|
+
"""
|
|
2803
|
+
The containers GCP offering
|
|
2804
|
+
"""
|
|
2805
|
+
@staticmethod
|
|
2806
|
+
def __key_warning(key: str):
|
|
2807
|
+
suggest = None
|
|
2808
|
+
if key == "offeringType":
|
|
2809
|
+
suggest = "offering_type"
|
|
2810
|
+
elif key == "dataPipelineNativeCloudConnection":
|
|
2811
|
+
suggest = "data_pipeline_native_cloud_connection"
|
|
2812
|
+
elif key == "enableAuditLogsAutoProvisioning":
|
|
2813
|
+
suggest = "enable_audit_logs_auto_provisioning"
|
|
2814
|
+
elif key == "enableDefenderAgentAutoProvisioning":
|
|
2815
|
+
suggest = "enable_defender_agent_auto_provisioning"
|
|
2816
|
+
elif key == "enablePolicyAgentAutoProvisioning":
|
|
2817
|
+
suggest = "enable_policy_agent_auto_provisioning"
|
|
2818
|
+
elif key == "mdcContainersAgentlessDiscoveryK8s":
|
|
2819
|
+
suggest = "mdc_containers_agentless_discovery_k8s"
|
|
2820
|
+
elif key == "mdcContainersImageAssessment":
|
|
2821
|
+
suggest = "mdc_containers_image_assessment"
|
|
2822
|
+
elif key == "nativeCloudConnection":
|
|
2823
|
+
suggest = "native_cloud_connection"
|
|
2824
|
+
elif key == "vmScanners":
|
|
2825
|
+
suggest = "vm_scanners"
|
|
2826
|
+
|
|
2827
|
+
if suggest:
|
|
2828
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForContainersGcpOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2829
|
+
|
|
2830
|
+
def __getitem__(self, key: str) -> Any:
|
|
2831
|
+
DefenderForContainersGcpOfferingResponse.__key_warning(key)
|
|
2832
|
+
return super().__getitem__(key)
|
|
2833
|
+
|
|
2834
|
+
def get(self, key: str, default = None) -> Any:
|
|
2835
|
+
DefenderForContainersGcpOfferingResponse.__key_warning(key)
|
|
2836
|
+
return super().get(key, default)
|
|
2837
|
+
|
|
2838
|
+
def __init__(__self__, *,
|
|
2839
|
+
description: str,
|
|
2840
|
+
offering_type: str,
|
|
2841
|
+
data_pipeline_native_cloud_connection: Optional['outputs.DefenderForContainersGcpOfferingResponseDataPipelineNativeCloudConnection'] = None,
|
|
2842
|
+
enable_audit_logs_auto_provisioning: Optional[bool] = None,
|
|
2843
|
+
enable_defender_agent_auto_provisioning: Optional[bool] = None,
|
|
2844
|
+
enable_policy_agent_auto_provisioning: Optional[bool] = None,
|
|
2845
|
+
mdc_containers_agentless_discovery_k8s: Optional['outputs.DefenderForContainersGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s'] = None,
|
|
2846
|
+
mdc_containers_image_assessment: Optional['outputs.DefenderForContainersGcpOfferingResponseMdcContainersImageAssessment'] = None,
|
|
2847
|
+
native_cloud_connection: Optional['outputs.DefenderForContainersGcpOfferingResponseNativeCloudConnection'] = None,
|
|
2848
|
+
vm_scanners: Optional['outputs.DefenderForContainersGcpOfferingResponseVmScanners'] = None):
|
|
2849
|
+
"""
|
|
2850
|
+
The containers GCP offering
|
|
2851
|
+
:param str description: The offering description.
|
|
2852
|
+
:param str offering_type: The type of the security offering.
|
|
2853
|
+
Expected value is 'DefenderForContainersGcp'.
|
|
2854
|
+
:param 'DefenderForContainersGcpOfferingResponseDataPipelineNativeCloudConnection' data_pipeline_native_cloud_connection: The native cloud connection configuration
|
|
2855
|
+
:param bool enable_audit_logs_auto_provisioning: Is audit logs data collection enabled
|
|
2856
|
+
:param bool enable_defender_agent_auto_provisioning: Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
|
|
2857
|
+
:param bool enable_policy_agent_auto_provisioning: Is Policy Kubernetes agent auto provisioning enabled
|
|
2858
|
+
:param 'DefenderForContainersGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s' mdc_containers_agentless_discovery_k8s: The Microsoft Defender Container agentless discovery configuration
|
|
2859
|
+
:param 'DefenderForContainersGcpOfferingResponseMdcContainersImageAssessment' mdc_containers_image_assessment: The Microsoft Defender Container image assessment configuration
|
|
2860
|
+
:param 'DefenderForContainersGcpOfferingResponseNativeCloudConnection' native_cloud_connection: The native cloud connection configuration
|
|
2861
|
+
:param 'DefenderForContainersGcpOfferingResponseVmScanners' vm_scanners: The Microsoft Defender for Container K8s VM host scanning configuration
|
|
2862
|
+
"""
|
|
2863
|
+
pulumi.set(__self__, "description", description)
|
|
2864
|
+
pulumi.set(__self__, "offering_type", 'DefenderForContainersGcp')
|
|
2865
|
+
if data_pipeline_native_cloud_connection is not None:
|
|
2866
|
+
pulumi.set(__self__, "data_pipeline_native_cloud_connection", data_pipeline_native_cloud_connection)
|
|
2867
|
+
if enable_audit_logs_auto_provisioning is not None:
|
|
2868
|
+
pulumi.set(__self__, "enable_audit_logs_auto_provisioning", enable_audit_logs_auto_provisioning)
|
|
2869
|
+
if enable_defender_agent_auto_provisioning is not None:
|
|
2870
|
+
pulumi.set(__self__, "enable_defender_agent_auto_provisioning", enable_defender_agent_auto_provisioning)
|
|
2871
|
+
if enable_policy_agent_auto_provisioning is not None:
|
|
2872
|
+
pulumi.set(__self__, "enable_policy_agent_auto_provisioning", enable_policy_agent_auto_provisioning)
|
|
2873
|
+
if mdc_containers_agentless_discovery_k8s is not None:
|
|
2874
|
+
pulumi.set(__self__, "mdc_containers_agentless_discovery_k8s", mdc_containers_agentless_discovery_k8s)
|
|
2875
|
+
if mdc_containers_image_assessment is not None:
|
|
2876
|
+
pulumi.set(__self__, "mdc_containers_image_assessment", mdc_containers_image_assessment)
|
|
2877
|
+
if native_cloud_connection is not None:
|
|
2878
|
+
pulumi.set(__self__, "native_cloud_connection", native_cloud_connection)
|
|
2879
|
+
if vm_scanners is not None:
|
|
2880
|
+
pulumi.set(__self__, "vm_scanners", vm_scanners)
|
|
2881
|
+
|
|
2882
|
+
@property
|
|
2883
|
+
@pulumi.getter
|
|
2884
|
+
def description(self) -> str:
|
|
2885
|
+
"""
|
|
2886
|
+
The offering description.
|
|
2887
|
+
"""
|
|
2888
|
+
return pulumi.get(self, "description")
|
|
2889
|
+
|
|
2890
|
+
@property
|
|
2891
|
+
@pulumi.getter(name="offeringType")
|
|
2892
|
+
def offering_type(self) -> str:
|
|
2893
|
+
"""
|
|
2894
|
+
The type of the security offering.
|
|
2895
|
+
Expected value is 'DefenderForContainersGcp'.
|
|
2896
|
+
"""
|
|
2897
|
+
return pulumi.get(self, "offering_type")
|
|
2898
|
+
|
|
2899
|
+
@property
|
|
2900
|
+
@pulumi.getter(name="dataPipelineNativeCloudConnection")
|
|
2901
|
+
def data_pipeline_native_cloud_connection(self) -> Optional['outputs.DefenderForContainersGcpOfferingResponseDataPipelineNativeCloudConnection']:
|
|
2902
|
+
"""
|
|
2903
|
+
The native cloud connection configuration
|
|
2904
|
+
"""
|
|
2905
|
+
return pulumi.get(self, "data_pipeline_native_cloud_connection")
|
|
2906
|
+
|
|
2907
|
+
@property
|
|
2908
|
+
@pulumi.getter(name="enableAuditLogsAutoProvisioning")
|
|
2909
|
+
def enable_audit_logs_auto_provisioning(self) -> Optional[bool]:
|
|
2910
|
+
"""
|
|
2911
|
+
Is audit logs data collection enabled
|
|
2912
|
+
"""
|
|
2913
|
+
return pulumi.get(self, "enable_audit_logs_auto_provisioning")
|
|
2914
|
+
|
|
2915
|
+
@property
|
|
2916
|
+
@pulumi.getter(name="enableDefenderAgentAutoProvisioning")
|
|
2917
|
+
def enable_defender_agent_auto_provisioning(self) -> Optional[bool]:
|
|
2918
|
+
"""
|
|
2919
|
+
Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
|
|
2920
|
+
"""
|
|
2921
|
+
return pulumi.get(self, "enable_defender_agent_auto_provisioning")
|
|
2922
|
+
|
|
2923
|
+
@property
|
|
2924
|
+
@pulumi.getter(name="enablePolicyAgentAutoProvisioning")
|
|
2925
|
+
def enable_policy_agent_auto_provisioning(self) -> Optional[bool]:
|
|
2926
|
+
"""
|
|
2927
|
+
Is Policy Kubernetes agent auto provisioning enabled
|
|
2928
|
+
"""
|
|
2929
|
+
return pulumi.get(self, "enable_policy_agent_auto_provisioning")
|
|
2930
|
+
|
|
2931
|
+
@property
|
|
2932
|
+
@pulumi.getter(name="mdcContainersAgentlessDiscoveryK8s")
|
|
2933
|
+
def mdc_containers_agentless_discovery_k8s(self) -> Optional['outputs.DefenderForContainersGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s']:
|
|
2934
|
+
"""
|
|
2935
|
+
The Microsoft Defender Container agentless discovery configuration
|
|
2936
|
+
"""
|
|
2937
|
+
return pulumi.get(self, "mdc_containers_agentless_discovery_k8s")
|
|
2938
|
+
|
|
2939
|
+
@property
|
|
2940
|
+
@pulumi.getter(name="mdcContainersImageAssessment")
|
|
2941
|
+
def mdc_containers_image_assessment(self) -> Optional['outputs.DefenderForContainersGcpOfferingResponseMdcContainersImageAssessment']:
|
|
2942
|
+
"""
|
|
2943
|
+
The Microsoft Defender Container image assessment configuration
|
|
2944
|
+
"""
|
|
2945
|
+
return pulumi.get(self, "mdc_containers_image_assessment")
|
|
2946
|
+
|
|
2947
|
+
@property
|
|
2948
|
+
@pulumi.getter(name="nativeCloudConnection")
|
|
2949
|
+
def native_cloud_connection(self) -> Optional['outputs.DefenderForContainersGcpOfferingResponseNativeCloudConnection']:
|
|
2950
|
+
"""
|
|
2951
|
+
The native cloud connection configuration
|
|
2952
|
+
"""
|
|
2953
|
+
return pulumi.get(self, "native_cloud_connection")
|
|
2954
|
+
|
|
2955
|
+
@property
|
|
2956
|
+
@pulumi.getter(name="vmScanners")
|
|
2957
|
+
def vm_scanners(self) -> Optional['outputs.DefenderForContainersGcpOfferingResponseVmScanners']:
|
|
2958
|
+
"""
|
|
2959
|
+
The Microsoft Defender for Container K8s VM host scanning configuration
|
|
2960
|
+
"""
|
|
2961
|
+
return pulumi.get(self, "vm_scanners")
|
|
2962
|
+
|
|
2963
|
+
|
|
2964
|
+
@pulumi.output_type
|
|
2965
|
+
class DefenderForContainersGcpOfferingResponseDataPipelineNativeCloudConnection(dict):
|
|
2966
|
+
"""
|
|
2967
|
+
The native cloud connection configuration
|
|
2968
|
+
"""
|
|
2969
|
+
@staticmethod
|
|
2970
|
+
def __key_warning(key: str):
|
|
2971
|
+
suggest = None
|
|
2972
|
+
if key == "serviceAccountEmailAddress":
|
|
2973
|
+
suggest = "service_account_email_address"
|
|
2974
|
+
elif key == "workloadIdentityProviderId":
|
|
2975
|
+
suggest = "workload_identity_provider_id"
|
|
2976
|
+
|
|
2977
|
+
if suggest:
|
|
2978
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForContainersGcpOfferingResponseDataPipelineNativeCloudConnection. Access the value via the '{suggest}' property getter instead.")
|
|
2979
|
+
|
|
2980
|
+
def __getitem__(self, key: str) -> Any:
|
|
2981
|
+
DefenderForContainersGcpOfferingResponseDataPipelineNativeCloudConnection.__key_warning(key)
|
|
2982
|
+
return super().__getitem__(key)
|
|
2983
|
+
|
|
2984
|
+
def get(self, key: str, default = None) -> Any:
|
|
2985
|
+
DefenderForContainersGcpOfferingResponseDataPipelineNativeCloudConnection.__key_warning(key)
|
|
2986
|
+
return super().get(key, default)
|
|
2987
|
+
|
|
2988
|
+
def __init__(__self__, *,
|
|
2989
|
+
service_account_email_address: Optional[str] = None,
|
|
2990
|
+
workload_identity_provider_id: Optional[str] = None):
|
|
2991
|
+
"""
|
|
2992
|
+
The native cloud connection configuration
|
|
2993
|
+
:param str service_account_email_address: The data collection service account email address in GCP for this offering
|
|
2994
|
+
:param str workload_identity_provider_id: The data collection GCP workload identity provider id for this offering
|
|
2995
|
+
"""
|
|
2996
|
+
if service_account_email_address is not None:
|
|
2997
|
+
pulumi.set(__self__, "service_account_email_address", service_account_email_address)
|
|
2998
|
+
if workload_identity_provider_id is not None:
|
|
2999
|
+
pulumi.set(__self__, "workload_identity_provider_id", workload_identity_provider_id)
|
|
3000
|
+
|
|
3001
|
+
@property
|
|
3002
|
+
@pulumi.getter(name="serviceAccountEmailAddress")
|
|
3003
|
+
def service_account_email_address(self) -> Optional[str]:
|
|
3004
|
+
"""
|
|
3005
|
+
The data collection service account email address in GCP for this offering
|
|
3006
|
+
"""
|
|
3007
|
+
return pulumi.get(self, "service_account_email_address")
|
|
3008
|
+
|
|
3009
|
+
@property
|
|
3010
|
+
@pulumi.getter(name="workloadIdentityProviderId")
|
|
3011
|
+
def workload_identity_provider_id(self) -> Optional[str]:
|
|
3012
|
+
"""
|
|
3013
|
+
The data collection GCP workload identity provider id for this offering
|
|
3014
|
+
"""
|
|
3015
|
+
return pulumi.get(self, "workload_identity_provider_id")
|
|
3016
|
+
|
|
3017
|
+
|
|
3018
|
+
@pulumi.output_type
|
|
3019
|
+
class DefenderForContainersGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s(dict):
|
|
3020
|
+
"""
|
|
3021
|
+
The Microsoft Defender Container agentless discovery configuration
|
|
3022
|
+
"""
|
|
3023
|
+
@staticmethod
|
|
3024
|
+
def __key_warning(key: str):
|
|
3025
|
+
suggest = None
|
|
3026
|
+
if key == "serviceAccountEmailAddress":
|
|
3027
|
+
suggest = "service_account_email_address"
|
|
3028
|
+
elif key == "workloadIdentityProviderId":
|
|
3029
|
+
suggest = "workload_identity_provider_id"
|
|
3030
|
+
|
|
3031
|
+
if suggest:
|
|
3032
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForContainersGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s. Access the value via the '{suggest}' property getter instead.")
|
|
3033
|
+
|
|
3034
|
+
def __getitem__(self, key: str) -> Any:
|
|
3035
|
+
DefenderForContainersGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s.__key_warning(key)
|
|
3036
|
+
return super().__getitem__(key)
|
|
3037
|
+
|
|
3038
|
+
def get(self, key: str, default = None) -> Any:
|
|
3039
|
+
DefenderForContainersGcpOfferingResponseMdcContainersAgentlessDiscoveryK8s.__key_warning(key)
|
|
3040
|
+
return super().get(key, default)
|
|
3041
|
+
|
|
3042
|
+
def __init__(__self__, *,
|
|
3043
|
+
enabled: Optional[bool] = None,
|
|
3044
|
+
service_account_email_address: Optional[str] = None,
|
|
3045
|
+
workload_identity_provider_id: Optional[str] = None):
|
|
3046
|
+
"""
|
|
3047
|
+
The Microsoft Defender Container agentless discovery configuration
|
|
3048
|
+
:param bool enabled: Is Microsoft Defender container agentless discovery enabled
|
|
3049
|
+
:param str service_account_email_address: The service account email address in GCP for this feature
|
|
3050
|
+
:param str workload_identity_provider_id: The workload identity provider id in GCP for this feature
|
|
3051
|
+
"""
|
|
3052
|
+
if enabled is not None:
|
|
3053
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
3054
|
+
if service_account_email_address is not None:
|
|
3055
|
+
pulumi.set(__self__, "service_account_email_address", service_account_email_address)
|
|
3056
|
+
if workload_identity_provider_id is not None:
|
|
3057
|
+
pulumi.set(__self__, "workload_identity_provider_id", workload_identity_provider_id)
|
|
3058
|
+
|
|
3059
|
+
@property
|
|
3060
|
+
@pulumi.getter
|
|
3061
|
+
def enabled(self) -> Optional[bool]:
|
|
3062
|
+
"""
|
|
3063
|
+
Is Microsoft Defender container agentless discovery enabled
|
|
3064
|
+
"""
|
|
3065
|
+
return pulumi.get(self, "enabled")
|
|
3066
|
+
|
|
3067
|
+
@property
|
|
3068
|
+
@pulumi.getter(name="serviceAccountEmailAddress")
|
|
3069
|
+
def service_account_email_address(self) -> Optional[str]:
|
|
3070
|
+
"""
|
|
3071
|
+
The service account email address in GCP for this feature
|
|
3072
|
+
"""
|
|
3073
|
+
return pulumi.get(self, "service_account_email_address")
|
|
3074
|
+
|
|
3075
|
+
@property
|
|
3076
|
+
@pulumi.getter(name="workloadIdentityProviderId")
|
|
3077
|
+
def workload_identity_provider_id(self) -> Optional[str]:
|
|
3078
|
+
"""
|
|
3079
|
+
The workload identity provider id in GCP for this feature
|
|
3080
|
+
"""
|
|
3081
|
+
return pulumi.get(self, "workload_identity_provider_id")
|
|
3082
|
+
|
|
3083
|
+
|
|
3084
|
+
@pulumi.output_type
|
|
3085
|
+
class DefenderForContainersGcpOfferingResponseMdcContainersImageAssessment(dict):
|
|
3086
|
+
"""
|
|
3087
|
+
The Microsoft Defender Container image assessment configuration
|
|
3088
|
+
"""
|
|
3089
|
+
@staticmethod
|
|
3090
|
+
def __key_warning(key: str):
|
|
3091
|
+
suggest = None
|
|
3092
|
+
if key == "serviceAccountEmailAddress":
|
|
3093
|
+
suggest = "service_account_email_address"
|
|
3094
|
+
elif key == "workloadIdentityProviderId":
|
|
3095
|
+
suggest = "workload_identity_provider_id"
|
|
3096
|
+
|
|
3097
|
+
if suggest:
|
|
3098
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForContainersGcpOfferingResponseMdcContainersImageAssessment. Access the value via the '{suggest}' property getter instead.")
|
|
3099
|
+
|
|
3100
|
+
def __getitem__(self, key: str) -> Any:
|
|
3101
|
+
DefenderForContainersGcpOfferingResponseMdcContainersImageAssessment.__key_warning(key)
|
|
3102
|
+
return super().__getitem__(key)
|
|
3103
|
+
|
|
3104
|
+
def get(self, key: str, default = None) -> Any:
|
|
3105
|
+
DefenderForContainersGcpOfferingResponseMdcContainersImageAssessment.__key_warning(key)
|
|
3106
|
+
return super().get(key, default)
|
|
3107
|
+
|
|
3108
|
+
def __init__(__self__, *,
|
|
3109
|
+
enabled: Optional[bool] = None,
|
|
3110
|
+
service_account_email_address: Optional[str] = None,
|
|
3111
|
+
workload_identity_provider_id: Optional[str] = None):
|
|
3112
|
+
"""
|
|
3113
|
+
The Microsoft Defender Container image assessment configuration
|
|
3114
|
+
:param bool enabled: Is Microsoft Defender container image assessment enabled
|
|
3115
|
+
:param str service_account_email_address: The service account email address in GCP for this feature
|
|
3116
|
+
:param str workload_identity_provider_id: The workload identity provider id in GCP for this feature
|
|
3117
|
+
"""
|
|
3118
|
+
if enabled is not None:
|
|
3119
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
3120
|
+
if service_account_email_address is not None:
|
|
3121
|
+
pulumi.set(__self__, "service_account_email_address", service_account_email_address)
|
|
3122
|
+
if workload_identity_provider_id is not None:
|
|
3123
|
+
pulumi.set(__self__, "workload_identity_provider_id", workload_identity_provider_id)
|
|
3124
|
+
|
|
3125
|
+
@property
|
|
3126
|
+
@pulumi.getter
|
|
3127
|
+
def enabled(self) -> Optional[bool]:
|
|
3128
|
+
"""
|
|
3129
|
+
Is Microsoft Defender container image assessment enabled
|
|
3130
|
+
"""
|
|
3131
|
+
return pulumi.get(self, "enabled")
|
|
3132
|
+
|
|
3133
|
+
@property
|
|
3134
|
+
@pulumi.getter(name="serviceAccountEmailAddress")
|
|
3135
|
+
def service_account_email_address(self) -> Optional[str]:
|
|
3136
|
+
"""
|
|
3137
|
+
The service account email address in GCP for this feature
|
|
3138
|
+
"""
|
|
3139
|
+
return pulumi.get(self, "service_account_email_address")
|
|
3140
|
+
|
|
3141
|
+
@property
|
|
3142
|
+
@pulumi.getter(name="workloadIdentityProviderId")
|
|
3143
|
+
def workload_identity_provider_id(self) -> Optional[str]:
|
|
3144
|
+
"""
|
|
3145
|
+
The workload identity provider id in GCP for this feature
|
|
3146
|
+
"""
|
|
3147
|
+
return pulumi.get(self, "workload_identity_provider_id")
|
|
3148
|
+
|
|
3149
|
+
|
|
3150
|
+
@pulumi.output_type
|
|
3151
|
+
class DefenderForContainersGcpOfferingResponseNativeCloudConnection(dict):
|
|
3152
|
+
"""
|
|
3153
|
+
The native cloud connection configuration
|
|
3154
|
+
"""
|
|
3155
|
+
@staticmethod
|
|
3156
|
+
def __key_warning(key: str):
|
|
3157
|
+
suggest = None
|
|
3158
|
+
if key == "serviceAccountEmailAddress":
|
|
3159
|
+
suggest = "service_account_email_address"
|
|
3160
|
+
elif key == "workloadIdentityProviderId":
|
|
3161
|
+
suggest = "workload_identity_provider_id"
|
|
3162
|
+
|
|
3163
|
+
if suggest:
|
|
3164
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForContainersGcpOfferingResponseNativeCloudConnection. Access the value via the '{suggest}' property getter instead.")
|
|
3165
|
+
|
|
3166
|
+
def __getitem__(self, key: str) -> Any:
|
|
3167
|
+
DefenderForContainersGcpOfferingResponseNativeCloudConnection.__key_warning(key)
|
|
3168
|
+
return super().__getitem__(key)
|
|
3169
|
+
|
|
3170
|
+
def get(self, key: str, default = None) -> Any:
|
|
3171
|
+
DefenderForContainersGcpOfferingResponseNativeCloudConnection.__key_warning(key)
|
|
3172
|
+
return super().get(key, default)
|
|
3173
|
+
|
|
3174
|
+
def __init__(__self__, *,
|
|
3175
|
+
service_account_email_address: Optional[str] = None,
|
|
3176
|
+
workload_identity_provider_id: Optional[str] = None):
|
|
3177
|
+
"""
|
|
3178
|
+
The native cloud connection configuration
|
|
3179
|
+
:param str service_account_email_address: The service account email address in GCP for this offering
|
|
3180
|
+
:param str workload_identity_provider_id: The GCP workload identity provider id for this offering
|
|
3181
|
+
"""
|
|
3182
|
+
if service_account_email_address is not None:
|
|
3183
|
+
pulumi.set(__self__, "service_account_email_address", service_account_email_address)
|
|
3184
|
+
if workload_identity_provider_id is not None:
|
|
3185
|
+
pulumi.set(__self__, "workload_identity_provider_id", workload_identity_provider_id)
|
|
3186
|
+
|
|
3187
|
+
@property
|
|
3188
|
+
@pulumi.getter(name="serviceAccountEmailAddress")
|
|
3189
|
+
def service_account_email_address(self) -> Optional[str]:
|
|
3190
|
+
"""
|
|
3191
|
+
The service account email address in GCP for this offering
|
|
3192
|
+
"""
|
|
3193
|
+
return pulumi.get(self, "service_account_email_address")
|
|
3194
|
+
|
|
3195
|
+
@property
|
|
3196
|
+
@pulumi.getter(name="workloadIdentityProviderId")
|
|
3197
|
+
def workload_identity_provider_id(self) -> Optional[str]:
|
|
3198
|
+
"""
|
|
3199
|
+
The GCP workload identity provider id for this offering
|
|
3200
|
+
"""
|
|
3201
|
+
return pulumi.get(self, "workload_identity_provider_id")
|
|
3202
|
+
|
|
3203
|
+
|
|
3204
|
+
@pulumi.output_type
|
|
3205
|
+
class DefenderForContainersGcpOfferingResponseVmScanners(dict):
|
|
3206
|
+
"""
|
|
3207
|
+
The Microsoft Defender for Container K8s VM host scanning configuration
|
|
3208
|
+
"""
|
|
3209
|
+
def __init__(__self__, *,
|
|
3210
|
+
configuration: Optional['outputs.VmScannersBaseResponseConfiguration'] = None,
|
|
3211
|
+
enabled: Optional[bool] = None):
|
|
3212
|
+
"""
|
|
3213
|
+
The Microsoft Defender for Container K8s VM host scanning configuration
|
|
3214
|
+
:param 'VmScannersBaseResponseConfiguration' configuration: Configuration for VM scanning
|
|
3215
|
+
:param bool enabled: Is VM scanning enabled
|
|
3216
|
+
"""
|
|
3217
|
+
if configuration is not None:
|
|
3218
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
3219
|
+
if enabled is not None:
|
|
3220
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
3221
|
+
|
|
3222
|
+
@property
|
|
3223
|
+
@pulumi.getter
|
|
3224
|
+
def configuration(self) -> Optional['outputs.VmScannersBaseResponseConfiguration']:
|
|
3225
|
+
"""
|
|
3226
|
+
Configuration for VM scanning
|
|
3227
|
+
"""
|
|
3228
|
+
return pulumi.get(self, "configuration")
|
|
3229
|
+
|
|
3230
|
+
@property
|
|
3231
|
+
@pulumi.getter
|
|
3232
|
+
def enabled(self) -> Optional[bool]:
|
|
3233
|
+
"""
|
|
3234
|
+
Is VM scanning enabled
|
|
3235
|
+
"""
|
|
3236
|
+
return pulumi.get(self, "enabled")
|
|
3237
|
+
|
|
3238
|
+
|
|
3239
|
+
@pulumi.output_type
|
|
3240
|
+
class DefenderForDatabasesGcpOfferingResponse(dict):
|
|
3241
|
+
"""
|
|
3242
|
+
The Defender for Databases GCP offering configurations
|
|
3243
|
+
"""
|
|
3244
|
+
@staticmethod
|
|
3245
|
+
def __key_warning(key: str):
|
|
3246
|
+
suggest = None
|
|
3247
|
+
if key == "offeringType":
|
|
3248
|
+
suggest = "offering_type"
|
|
3249
|
+
elif key == "arcAutoProvisioning":
|
|
3250
|
+
suggest = "arc_auto_provisioning"
|
|
3251
|
+
elif key == "defenderForDatabasesArcAutoProvisioning":
|
|
3252
|
+
suggest = "defender_for_databases_arc_auto_provisioning"
|
|
3253
|
+
|
|
3254
|
+
if suggest:
|
|
3255
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForDatabasesGcpOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3256
|
+
|
|
3257
|
+
def __getitem__(self, key: str) -> Any:
|
|
3258
|
+
DefenderForDatabasesGcpOfferingResponse.__key_warning(key)
|
|
3259
|
+
return super().__getitem__(key)
|
|
3260
|
+
|
|
3261
|
+
def get(self, key: str, default = None) -> Any:
|
|
3262
|
+
DefenderForDatabasesGcpOfferingResponse.__key_warning(key)
|
|
3263
|
+
return super().get(key, default)
|
|
3264
|
+
|
|
3265
|
+
def __init__(__self__, *,
|
|
3266
|
+
description: str,
|
|
3267
|
+
offering_type: str,
|
|
3268
|
+
arc_auto_provisioning: Optional['outputs.DefenderForDatabasesGcpOfferingResponseArcAutoProvisioning'] = None,
|
|
3269
|
+
defender_for_databases_arc_auto_provisioning: Optional['outputs.DefenderForDatabasesGcpOfferingResponseDefenderForDatabasesArcAutoProvisioning'] = None):
|
|
3270
|
+
"""
|
|
3271
|
+
The Defender for Databases GCP offering configurations
|
|
3272
|
+
:param str description: The offering description.
|
|
3273
|
+
:param str offering_type: The type of the security offering.
|
|
3274
|
+
Expected value is 'DefenderForDatabasesGcp'.
|
|
3275
|
+
:param 'DefenderForDatabasesGcpOfferingResponseArcAutoProvisioning' arc_auto_provisioning: The ARC autoprovisioning configuration
|
|
3276
|
+
:param 'DefenderForDatabasesGcpOfferingResponseDefenderForDatabasesArcAutoProvisioning' defender_for_databases_arc_auto_provisioning: The native cloud connection configuration
|
|
3277
|
+
"""
|
|
3278
|
+
pulumi.set(__self__, "description", description)
|
|
3279
|
+
pulumi.set(__self__, "offering_type", 'DefenderForDatabasesGcp')
|
|
3280
|
+
if arc_auto_provisioning is not None:
|
|
3281
|
+
pulumi.set(__self__, "arc_auto_provisioning", arc_auto_provisioning)
|
|
3282
|
+
if defender_for_databases_arc_auto_provisioning is not None:
|
|
3283
|
+
pulumi.set(__self__, "defender_for_databases_arc_auto_provisioning", defender_for_databases_arc_auto_provisioning)
|
|
3284
|
+
|
|
3285
|
+
@property
|
|
3286
|
+
@pulumi.getter
|
|
3287
|
+
def description(self) -> str:
|
|
3288
|
+
"""
|
|
3289
|
+
The offering description.
|
|
3290
|
+
"""
|
|
3291
|
+
return pulumi.get(self, "description")
|
|
3292
|
+
|
|
3293
|
+
@property
|
|
3294
|
+
@pulumi.getter(name="offeringType")
|
|
3295
|
+
def offering_type(self) -> str:
|
|
3296
|
+
"""
|
|
3297
|
+
The type of the security offering.
|
|
3298
|
+
Expected value is 'DefenderForDatabasesGcp'.
|
|
3299
|
+
"""
|
|
3300
|
+
return pulumi.get(self, "offering_type")
|
|
3301
|
+
|
|
3302
|
+
@property
|
|
3303
|
+
@pulumi.getter(name="arcAutoProvisioning")
|
|
3304
|
+
def arc_auto_provisioning(self) -> Optional['outputs.DefenderForDatabasesGcpOfferingResponseArcAutoProvisioning']:
|
|
3305
|
+
"""
|
|
3306
|
+
The ARC autoprovisioning configuration
|
|
3307
|
+
"""
|
|
3308
|
+
return pulumi.get(self, "arc_auto_provisioning")
|
|
3309
|
+
|
|
3310
|
+
@property
|
|
3311
|
+
@pulumi.getter(name="defenderForDatabasesArcAutoProvisioning")
|
|
3312
|
+
def defender_for_databases_arc_auto_provisioning(self) -> Optional['outputs.DefenderForDatabasesGcpOfferingResponseDefenderForDatabasesArcAutoProvisioning']:
|
|
3313
|
+
"""
|
|
3314
|
+
The native cloud connection configuration
|
|
3315
|
+
"""
|
|
3316
|
+
return pulumi.get(self, "defender_for_databases_arc_auto_provisioning")
|
|
3317
|
+
|
|
3318
|
+
|
|
3319
|
+
@pulumi.output_type
|
|
3320
|
+
class DefenderForDatabasesGcpOfferingResponseArcAutoProvisioning(dict):
|
|
3321
|
+
"""
|
|
3322
|
+
The ARC autoprovisioning configuration
|
|
3323
|
+
"""
|
|
3324
|
+
def __init__(__self__, *,
|
|
3325
|
+
configuration: Optional['outputs.ArcAutoProvisioningResponseConfiguration'] = None,
|
|
3326
|
+
enabled: Optional[bool] = None):
|
|
3327
|
+
"""
|
|
3328
|
+
The ARC autoprovisioning configuration
|
|
3329
|
+
:param 'ArcAutoProvisioningResponseConfiguration' configuration: Configuration for servers Arc auto provisioning for a given environment
|
|
3330
|
+
:param bool enabled: Is arc auto provisioning enabled
|
|
3331
|
+
"""
|
|
3332
|
+
if configuration is not None:
|
|
3333
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
3334
|
+
if enabled is not None:
|
|
3335
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
3336
|
+
|
|
3337
|
+
@property
|
|
3338
|
+
@pulumi.getter
|
|
3339
|
+
def configuration(self) -> Optional['outputs.ArcAutoProvisioningResponseConfiguration']:
|
|
3340
|
+
"""
|
|
3341
|
+
Configuration for servers Arc auto provisioning for a given environment
|
|
3342
|
+
"""
|
|
3343
|
+
return pulumi.get(self, "configuration")
|
|
3344
|
+
|
|
3345
|
+
@property
|
|
3346
|
+
@pulumi.getter
|
|
3347
|
+
def enabled(self) -> Optional[bool]:
|
|
3348
|
+
"""
|
|
3349
|
+
Is arc auto provisioning enabled
|
|
3350
|
+
"""
|
|
3351
|
+
return pulumi.get(self, "enabled")
|
|
3352
|
+
|
|
3353
|
+
|
|
3354
|
+
@pulumi.output_type
|
|
3355
|
+
class DefenderForDatabasesGcpOfferingResponseDefenderForDatabasesArcAutoProvisioning(dict):
|
|
3356
|
+
"""
|
|
3357
|
+
The native cloud connection configuration
|
|
3358
|
+
"""
|
|
3359
|
+
@staticmethod
|
|
3360
|
+
def __key_warning(key: str):
|
|
3361
|
+
suggest = None
|
|
3362
|
+
if key == "serviceAccountEmailAddress":
|
|
3363
|
+
suggest = "service_account_email_address"
|
|
3364
|
+
elif key == "workloadIdentityProviderId":
|
|
3365
|
+
suggest = "workload_identity_provider_id"
|
|
3366
|
+
|
|
3367
|
+
if suggest:
|
|
3368
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForDatabasesGcpOfferingResponseDefenderForDatabasesArcAutoProvisioning. Access the value via the '{suggest}' property getter instead.")
|
|
3369
|
+
|
|
3370
|
+
def __getitem__(self, key: str) -> Any:
|
|
3371
|
+
DefenderForDatabasesGcpOfferingResponseDefenderForDatabasesArcAutoProvisioning.__key_warning(key)
|
|
3372
|
+
return super().__getitem__(key)
|
|
3373
|
+
|
|
3374
|
+
def get(self, key: str, default = None) -> Any:
|
|
3375
|
+
DefenderForDatabasesGcpOfferingResponseDefenderForDatabasesArcAutoProvisioning.__key_warning(key)
|
|
3376
|
+
return super().get(key, default)
|
|
3377
|
+
|
|
3378
|
+
def __init__(__self__, *,
|
|
3379
|
+
service_account_email_address: Optional[str] = None,
|
|
3380
|
+
workload_identity_provider_id: Optional[str] = None):
|
|
3381
|
+
"""
|
|
3382
|
+
The native cloud connection configuration
|
|
3383
|
+
:param str service_account_email_address: The service account email address in GCP for this offering
|
|
3384
|
+
:param str workload_identity_provider_id: The GCP workload identity provider id for this offering
|
|
3385
|
+
"""
|
|
3386
|
+
if service_account_email_address is not None:
|
|
3387
|
+
pulumi.set(__self__, "service_account_email_address", service_account_email_address)
|
|
3388
|
+
if workload_identity_provider_id is not None:
|
|
3389
|
+
pulumi.set(__self__, "workload_identity_provider_id", workload_identity_provider_id)
|
|
3390
|
+
|
|
3391
|
+
@property
|
|
3392
|
+
@pulumi.getter(name="serviceAccountEmailAddress")
|
|
3393
|
+
def service_account_email_address(self) -> Optional[str]:
|
|
3394
|
+
"""
|
|
3395
|
+
The service account email address in GCP for this offering
|
|
3396
|
+
"""
|
|
3397
|
+
return pulumi.get(self, "service_account_email_address")
|
|
3398
|
+
|
|
3399
|
+
@property
|
|
3400
|
+
@pulumi.getter(name="workloadIdentityProviderId")
|
|
3401
|
+
def workload_identity_provider_id(self) -> Optional[str]:
|
|
3402
|
+
"""
|
|
3403
|
+
The GCP workload identity provider id for this offering
|
|
3404
|
+
"""
|
|
3405
|
+
return pulumi.get(self, "workload_identity_provider_id")
|
|
3406
|
+
|
|
3407
|
+
|
|
3408
|
+
@pulumi.output_type
|
|
3409
|
+
class DefenderForServersAwsOfferingResponse(dict):
|
|
3410
|
+
"""
|
|
3411
|
+
The Defender for Servers AWS offering
|
|
3412
|
+
"""
|
|
3413
|
+
@staticmethod
|
|
3414
|
+
def __key_warning(key: str):
|
|
3415
|
+
suggest = None
|
|
3416
|
+
if key == "offeringType":
|
|
3417
|
+
suggest = "offering_type"
|
|
3418
|
+
elif key == "arcAutoProvisioning":
|
|
3419
|
+
suggest = "arc_auto_provisioning"
|
|
3420
|
+
elif key == "defenderForServers":
|
|
3421
|
+
suggest = "defender_for_servers"
|
|
3422
|
+
elif key == "mdeAutoProvisioning":
|
|
3423
|
+
suggest = "mde_auto_provisioning"
|
|
3424
|
+
elif key == "subPlan":
|
|
3425
|
+
suggest = "sub_plan"
|
|
3426
|
+
elif key == "vaAutoProvisioning":
|
|
3427
|
+
suggest = "va_auto_provisioning"
|
|
3428
|
+
elif key == "vmScanners":
|
|
3429
|
+
suggest = "vm_scanners"
|
|
3430
|
+
|
|
3431
|
+
if suggest:
|
|
3432
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForServersAwsOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3433
|
+
|
|
3434
|
+
def __getitem__(self, key: str) -> Any:
|
|
3435
|
+
DefenderForServersAwsOfferingResponse.__key_warning(key)
|
|
3436
|
+
return super().__getitem__(key)
|
|
3437
|
+
|
|
3438
|
+
def get(self, key: str, default = None) -> Any:
|
|
3439
|
+
DefenderForServersAwsOfferingResponse.__key_warning(key)
|
|
3440
|
+
return super().get(key, default)
|
|
3441
|
+
|
|
3442
|
+
def __init__(__self__, *,
|
|
3443
|
+
description: str,
|
|
3444
|
+
offering_type: str,
|
|
3445
|
+
arc_auto_provisioning: Optional['outputs.DefenderForServersAwsOfferingResponseArcAutoProvisioning'] = None,
|
|
3446
|
+
defender_for_servers: Optional['outputs.DefenderForServersAwsOfferingResponseDefenderForServers'] = None,
|
|
3447
|
+
mde_auto_provisioning: Optional['outputs.DefenderForServersAwsOfferingResponseMdeAutoProvisioning'] = None,
|
|
3448
|
+
sub_plan: Optional['outputs.DefenderForServersAwsOfferingResponseSubPlan'] = None,
|
|
3449
|
+
va_auto_provisioning: Optional['outputs.DefenderForServersAwsOfferingResponseVaAutoProvisioning'] = None,
|
|
3450
|
+
vm_scanners: Optional['outputs.DefenderForServersAwsOfferingResponseVmScanners'] = None):
|
|
3451
|
+
"""
|
|
3452
|
+
The Defender for Servers AWS offering
|
|
3453
|
+
:param str description: The offering description.
|
|
3454
|
+
:param str offering_type: The type of the security offering.
|
|
3455
|
+
Expected value is 'DefenderForServersAws'.
|
|
3456
|
+
:param 'DefenderForServersAwsOfferingResponseArcAutoProvisioning' arc_auto_provisioning: The ARC autoprovisioning configuration
|
|
3457
|
+
:param 'DefenderForServersAwsOfferingResponseDefenderForServers' defender_for_servers: The Defender for servers connection configuration
|
|
3458
|
+
:param 'DefenderForServersAwsOfferingResponseMdeAutoProvisioning' mde_auto_provisioning: The Microsoft Defender for Endpoint autoprovisioning configuration
|
|
3459
|
+
:param 'DefenderForServersAwsOfferingResponseSubPlan' sub_plan: configuration for the servers offering subPlan
|
|
3460
|
+
:param 'DefenderForServersAwsOfferingResponseVaAutoProvisioning' va_auto_provisioning: The Vulnerability Assessment autoprovisioning configuration
|
|
3461
|
+
:param 'DefenderForServersAwsOfferingResponseVmScanners' vm_scanners: The Microsoft Defender for Server VM scanning configuration
|
|
3462
|
+
"""
|
|
3463
|
+
pulumi.set(__self__, "description", description)
|
|
3464
|
+
pulumi.set(__self__, "offering_type", 'DefenderForServersAws')
|
|
3465
|
+
if arc_auto_provisioning is not None:
|
|
3466
|
+
pulumi.set(__self__, "arc_auto_provisioning", arc_auto_provisioning)
|
|
3467
|
+
if defender_for_servers is not None:
|
|
3468
|
+
pulumi.set(__self__, "defender_for_servers", defender_for_servers)
|
|
3469
|
+
if mde_auto_provisioning is not None:
|
|
3470
|
+
pulumi.set(__self__, "mde_auto_provisioning", mde_auto_provisioning)
|
|
3471
|
+
if sub_plan is not None:
|
|
3472
|
+
pulumi.set(__self__, "sub_plan", sub_plan)
|
|
3473
|
+
if va_auto_provisioning is not None:
|
|
3474
|
+
pulumi.set(__self__, "va_auto_provisioning", va_auto_provisioning)
|
|
3475
|
+
if vm_scanners is not None:
|
|
3476
|
+
pulumi.set(__self__, "vm_scanners", vm_scanners)
|
|
3477
|
+
|
|
3478
|
+
@property
|
|
3479
|
+
@pulumi.getter
|
|
3480
|
+
def description(self) -> str:
|
|
3481
|
+
"""
|
|
3482
|
+
The offering description.
|
|
3483
|
+
"""
|
|
3484
|
+
return pulumi.get(self, "description")
|
|
3485
|
+
|
|
3486
|
+
@property
|
|
3487
|
+
@pulumi.getter(name="offeringType")
|
|
3488
|
+
def offering_type(self) -> str:
|
|
3489
|
+
"""
|
|
3490
|
+
The type of the security offering.
|
|
3491
|
+
Expected value is 'DefenderForServersAws'.
|
|
3492
|
+
"""
|
|
3493
|
+
return pulumi.get(self, "offering_type")
|
|
3494
|
+
|
|
3495
|
+
@property
|
|
3496
|
+
@pulumi.getter(name="arcAutoProvisioning")
|
|
3497
|
+
def arc_auto_provisioning(self) -> Optional['outputs.DefenderForServersAwsOfferingResponseArcAutoProvisioning']:
|
|
3498
|
+
"""
|
|
3499
|
+
The ARC autoprovisioning configuration
|
|
3500
|
+
"""
|
|
3501
|
+
return pulumi.get(self, "arc_auto_provisioning")
|
|
3502
|
+
|
|
3503
|
+
@property
|
|
3504
|
+
@pulumi.getter(name="defenderForServers")
|
|
3505
|
+
def defender_for_servers(self) -> Optional['outputs.DefenderForServersAwsOfferingResponseDefenderForServers']:
|
|
3506
|
+
"""
|
|
3507
|
+
The Defender for servers connection configuration
|
|
3508
|
+
"""
|
|
3509
|
+
return pulumi.get(self, "defender_for_servers")
|
|
3510
|
+
|
|
3511
|
+
@property
|
|
3512
|
+
@pulumi.getter(name="mdeAutoProvisioning")
|
|
3513
|
+
def mde_auto_provisioning(self) -> Optional['outputs.DefenderForServersAwsOfferingResponseMdeAutoProvisioning']:
|
|
3514
|
+
"""
|
|
3515
|
+
The Microsoft Defender for Endpoint autoprovisioning configuration
|
|
3516
|
+
"""
|
|
3517
|
+
return pulumi.get(self, "mde_auto_provisioning")
|
|
3518
|
+
|
|
3519
|
+
@property
|
|
3520
|
+
@pulumi.getter(name="subPlan")
|
|
3521
|
+
def sub_plan(self) -> Optional['outputs.DefenderForServersAwsOfferingResponseSubPlan']:
|
|
3522
|
+
"""
|
|
3523
|
+
configuration for the servers offering subPlan
|
|
3524
|
+
"""
|
|
3525
|
+
return pulumi.get(self, "sub_plan")
|
|
3526
|
+
|
|
3527
|
+
@property
|
|
3528
|
+
@pulumi.getter(name="vaAutoProvisioning")
|
|
3529
|
+
def va_auto_provisioning(self) -> Optional['outputs.DefenderForServersAwsOfferingResponseVaAutoProvisioning']:
|
|
3530
|
+
"""
|
|
3531
|
+
The Vulnerability Assessment autoprovisioning configuration
|
|
3532
|
+
"""
|
|
3533
|
+
return pulumi.get(self, "va_auto_provisioning")
|
|
3534
|
+
|
|
3535
|
+
@property
|
|
3536
|
+
@pulumi.getter(name="vmScanners")
|
|
3537
|
+
def vm_scanners(self) -> Optional['outputs.DefenderForServersAwsOfferingResponseVmScanners']:
|
|
3538
|
+
"""
|
|
3539
|
+
The Microsoft Defender for Server VM scanning configuration
|
|
3540
|
+
"""
|
|
3541
|
+
return pulumi.get(self, "vm_scanners")
|
|
3542
|
+
|
|
3543
|
+
|
|
3544
|
+
@pulumi.output_type
|
|
3545
|
+
class DefenderForServersAwsOfferingResponseArcAutoProvisioning(dict):
|
|
3546
|
+
"""
|
|
3547
|
+
The ARC autoprovisioning configuration
|
|
3548
|
+
"""
|
|
3549
|
+
@staticmethod
|
|
3550
|
+
def __key_warning(key: str):
|
|
3551
|
+
suggest = None
|
|
3552
|
+
if key == "cloudRoleArn":
|
|
3553
|
+
suggest = "cloud_role_arn"
|
|
3554
|
+
|
|
3555
|
+
if suggest:
|
|
3556
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForServersAwsOfferingResponseArcAutoProvisioning. Access the value via the '{suggest}' property getter instead.")
|
|
3557
|
+
|
|
3558
|
+
def __getitem__(self, key: str) -> Any:
|
|
3559
|
+
DefenderForServersAwsOfferingResponseArcAutoProvisioning.__key_warning(key)
|
|
3560
|
+
return super().__getitem__(key)
|
|
3561
|
+
|
|
3562
|
+
def get(self, key: str, default = None) -> Any:
|
|
3563
|
+
DefenderForServersAwsOfferingResponseArcAutoProvisioning.__key_warning(key)
|
|
3564
|
+
return super().get(key, default)
|
|
3565
|
+
|
|
3566
|
+
def __init__(__self__, *,
|
|
3567
|
+
cloud_role_arn: Optional[str] = None,
|
|
3568
|
+
configuration: Optional['outputs.ArcAutoProvisioningResponseConfiguration'] = None,
|
|
3569
|
+
enabled: Optional[bool] = None):
|
|
3570
|
+
"""
|
|
3571
|
+
The ARC autoprovisioning configuration
|
|
3572
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
3573
|
+
:param 'ArcAutoProvisioningResponseConfiguration' configuration: Configuration for servers Arc auto provisioning for a given environment
|
|
3574
|
+
:param bool enabled: Is arc auto provisioning enabled
|
|
3575
|
+
"""
|
|
3576
|
+
if cloud_role_arn is not None:
|
|
3577
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
3578
|
+
if configuration is not None:
|
|
3579
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
3580
|
+
if enabled is not None:
|
|
3581
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
3582
|
+
|
|
3583
|
+
@property
|
|
3584
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
3585
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
3586
|
+
"""
|
|
3587
|
+
The cloud role ARN in AWS for this feature
|
|
3588
|
+
"""
|
|
3589
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
3590
|
+
|
|
3591
|
+
@property
|
|
3592
|
+
@pulumi.getter
|
|
3593
|
+
def configuration(self) -> Optional['outputs.ArcAutoProvisioningResponseConfiguration']:
|
|
3594
|
+
"""
|
|
3595
|
+
Configuration for servers Arc auto provisioning for a given environment
|
|
3596
|
+
"""
|
|
3597
|
+
return pulumi.get(self, "configuration")
|
|
3598
|
+
|
|
3599
|
+
@property
|
|
3600
|
+
@pulumi.getter
|
|
3601
|
+
def enabled(self) -> Optional[bool]:
|
|
3602
|
+
"""
|
|
3603
|
+
Is arc auto provisioning enabled
|
|
3604
|
+
"""
|
|
3605
|
+
return pulumi.get(self, "enabled")
|
|
3606
|
+
|
|
3607
|
+
|
|
3608
|
+
@pulumi.output_type
|
|
3609
|
+
class DefenderForServersAwsOfferingResponseConfiguration(dict):
|
|
3610
|
+
"""
|
|
3611
|
+
configuration for Vulnerability Assessment autoprovisioning
|
|
3612
|
+
"""
|
|
3613
|
+
def __init__(__self__, *,
|
|
3614
|
+
type: Optional[str] = None):
|
|
3615
|
+
"""
|
|
3616
|
+
configuration for Vulnerability Assessment autoprovisioning
|
|
3617
|
+
:param str type: The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
|
|
3618
|
+
"""
|
|
3619
|
+
if type is not None:
|
|
3620
|
+
pulumi.set(__self__, "type", type)
|
|
3621
|
+
|
|
3622
|
+
@property
|
|
3623
|
+
@pulumi.getter
|
|
3624
|
+
def type(self) -> Optional[str]:
|
|
3625
|
+
"""
|
|
3626
|
+
The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
|
|
3627
|
+
"""
|
|
3628
|
+
return pulumi.get(self, "type")
|
|
3629
|
+
|
|
3630
|
+
|
|
3631
|
+
@pulumi.output_type
|
|
3632
|
+
class DefenderForServersAwsOfferingResponseDefenderForServers(dict):
|
|
3633
|
+
"""
|
|
3634
|
+
The Defender for servers connection configuration
|
|
3635
|
+
"""
|
|
3636
|
+
@staticmethod
|
|
3637
|
+
def __key_warning(key: str):
|
|
3638
|
+
suggest = None
|
|
3639
|
+
if key == "cloudRoleArn":
|
|
3640
|
+
suggest = "cloud_role_arn"
|
|
3641
|
+
|
|
3642
|
+
if suggest:
|
|
3643
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForServersAwsOfferingResponseDefenderForServers. Access the value via the '{suggest}' property getter instead.")
|
|
3644
|
+
|
|
3645
|
+
def __getitem__(self, key: str) -> Any:
|
|
3646
|
+
DefenderForServersAwsOfferingResponseDefenderForServers.__key_warning(key)
|
|
3647
|
+
return super().__getitem__(key)
|
|
3648
|
+
|
|
3649
|
+
def get(self, key: str, default = None) -> Any:
|
|
3650
|
+
DefenderForServersAwsOfferingResponseDefenderForServers.__key_warning(key)
|
|
3651
|
+
return super().get(key, default)
|
|
3652
|
+
|
|
3653
|
+
def __init__(__self__, *,
|
|
3654
|
+
cloud_role_arn: Optional[str] = None):
|
|
3655
|
+
"""
|
|
3656
|
+
The Defender for servers connection configuration
|
|
3657
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
3658
|
+
"""
|
|
3659
|
+
if cloud_role_arn is not None:
|
|
3660
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
3661
|
+
|
|
3662
|
+
@property
|
|
3663
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
3664
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
3665
|
+
"""
|
|
3666
|
+
The cloud role ARN in AWS for this feature
|
|
3667
|
+
"""
|
|
3668
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
3669
|
+
|
|
3670
|
+
|
|
3671
|
+
@pulumi.output_type
|
|
3672
|
+
class DefenderForServersAwsOfferingResponseMdeAutoProvisioning(dict):
|
|
3673
|
+
"""
|
|
3674
|
+
The Microsoft Defender for Endpoint autoprovisioning configuration
|
|
3675
|
+
"""
|
|
3676
|
+
def __init__(__self__, *,
|
|
3677
|
+
configuration: Optional[Any] = None,
|
|
3678
|
+
enabled: Optional[bool] = None):
|
|
3679
|
+
"""
|
|
3680
|
+
The Microsoft Defender for Endpoint autoprovisioning configuration
|
|
3681
|
+
:param Any configuration: configuration for Microsoft Defender for Endpoint autoprovisioning
|
|
3682
|
+
:param bool enabled: Is Microsoft Defender for Endpoint auto provisioning enabled
|
|
3683
|
+
"""
|
|
3684
|
+
if configuration is not None:
|
|
3685
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
3686
|
+
if enabled is not None:
|
|
3687
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
3688
|
+
|
|
3689
|
+
@property
|
|
3690
|
+
@pulumi.getter
|
|
3691
|
+
def configuration(self) -> Optional[Any]:
|
|
3692
|
+
"""
|
|
3693
|
+
configuration for Microsoft Defender for Endpoint autoprovisioning
|
|
3694
|
+
"""
|
|
3695
|
+
return pulumi.get(self, "configuration")
|
|
3696
|
+
|
|
3697
|
+
@property
|
|
3698
|
+
@pulumi.getter
|
|
3699
|
+
def enabled(self) -> Optional[bool]:
|
|
3700
|
+
"""
|
|
3701
|
+
Is Microsoft Defender for Endpoint auto provisioning enabled
|
|
3702
|
+
"""
|
|
3703
|
+
return pulumi.get(self, "enabled")
|
|
3704
|
+
|
|
3705
|
+
|
|
3706
|
+
@pulumi.output_type
|
|
3707
|
+
class DefenderForServersAwsOfferingResponseSubPlan(dict):
|
|
3708
|
+
"""
|
|
3709
|
+
configuration for the servers offering subPlan
|
|
3710
|
+
"""
|
|
3711
|
+
def __init__(__self__, *,
|
|
3712
|
+
type: Optional[str] = None):
|
|
3713
|
+
"""
|
|
3714
|
+
configuration for the servers offering subPlan
|
|
3715
|
+
:param str type: The available sub plans
|
|
3716
|
+
"""
|
|
3717
|
+
if type is not None:
|
|
3718
|
+
pulumi.set(__self__, "type", type)
|
|
3719
|
+
|
|
3720
|
+
@property
|
|
3721
|
+
@pulumi.getter
|
|
3722
|
+
def type(self) -> Optional[str]:
|
|
3723
|
+
"""
|
|
3724
|
+
The available sub plans
|
|
3725
|
+
"""
|
|
3726
|
+
return pulumi.get(self, "type")
|
|
3727
|
+
|
|
3728
|
+
|
|
3729
|
+
@pulumi.output_type
|
|
3730
|
+
class DefenderForServersAwsOfferingResponseVaAutoProvisioning(dict):
|
|
3731
|
+
"""
|
|
3732
|
+
The Vulnerability Assessment autoprovisioning configuration
|
|
3733
|
+
"""
|
|
3734
|
+
def __init__(__self__, *,
|
|
3735
|
+
configuration: Optional['outputs.DefenderForServersAwsOfferingResponseConfiguration'] = None,
|
|
3736
|
+
enabled: Optional[bool] = None):
|
|
3737
|
+
"""
|
|
3738
|
+
The Vulnerability Assessment autoprovisioning configuration
|
|
3739
|
+
:param 'DefenderForServersAwsOfferingResponseConfiguration' configuration: configuration for Vulnerability Assessment autoprovisioning
|
|
3740
|
+
:param bool enabled: Is Vulnerability Assessment auto provisioning enabled
|
|
3741
|
+
"""
|
|
3742
|
+
if configuration is not None:
|
|
3743
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
3744
|
+
if enabled is not None:
|
|
3745
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
3746
|
+
|
|
3747
|
+
@property
|
|
3748
|
+
@pulumi.getter
|
|
3749
|
+
def configuration(self) -> Optional['outputs.DefenderForServersAwsOfferingResponseConfiguration']:
|
|
3750
|
+
"""
|
|
3751
|
+
configuration for Vulnerability Assessment autoprovisioning
|
|
3752
|
+
"""
|
|
3753
|
+
return pulumi.get(self, "configuration")
|
|
3754
|
+
|
|
3755
|
+
@property
|
|
3756
|
+
@pulumi.getter
|
|
3757
|
+
def enabled(self) -> Optional[bool]:
|
|
3758
|
+
"""
|
|
3759
|
+
Is Vulnerability Assessment auto provisioning enabled
|
|
3760
|
+
"""
|
|
3761
|
+
return pulumi.get(self, "enabled")
|
|
3762
|
+
|
|
3763
|
+
|
|
3764
|
+
@pulumi.output_type
|
|
3765
|
+
class DefenderForServersAwsOfferingResponseVmScanners(dict):
|
|
3766
|
+
"""
|
|
3767
|
+
The Microsoft Defender for Server VM scanning configuration
|
|
3768
|
+
"""
|
|
3769
|
+
@staticmethod
|
|
3770
|
+
def __key_warning(key: str):
|
|
3771
|
+
suggest = None
|
|
3772
|
+
if key == "cloudRoleArn":
|
|
3773
|
+
suggest = "cloud_role_arn"
|
|
3774
|
+
|
|
3775
|
+
if suggest:
|
|
3776
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForServersAwsOfferingResponseVmScanners. Access the value via the '{suggest}' property getter instead.")
|
|
3777
|
+
|
|
3778
|
+
def __getitem__(self, key: str) -> Any:
|
|
3779
|
+
DefenderForServersAwsOfferingResponseVmScanners.__key_warning(key)
|
|
3780
|
+
return super().__getitem__(key)
|
|
3781
|
+
|
|
3782
|
+
def get(self, key: str, default = None) -> Any:
|
|
3783
|
+
DefenderForServersAwsOfferingResponseVmScanners.__key_warning(key)
|
|
3784
|
+
return super().get(key, default)
|
|
3785
|
+
|
|
3786
|
+
def __init__(__self__, *,
|
|
3787
|
+
cloud_role_arn: Optional[str] = None,
|
|
3788
|
+
configuration: Optional['outputs.VmScannersBaseResponseConfiguration'] = None,
|
|
3789
|
+
enabled: Optional[bool] = None):
|
|
3790
|
+
"""
|
|
3791
|
+
The Microsoft Defender for Server VM scanning configuration
|
|
3792
|
+
:param str cloud_role_arn: The cloud role ARN in AWS for this feature
|
|
3793
|
+
:param 'VmScannersBaseResponseConfiguration' configuration: Configuration for VM scanning
|
|
3794
|
+
:param bool enabled: Is VM scanning enabled
|
|
3795
|
+
"""
|
|
3796
|
+
if cloud_role_arn is not None:
|
|
3797
|
+
pulumi.set(__self__, "cloud_role_arn", cloud_role_arn)
|
|
3798
|
+
if configuration is not None:
|
|
3799
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
3800
|
+
if enabled is not None:
|
|
3801
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
3802
|
+
|
|
3803
|
+
@property
|
|
3804
|
+
@pulumi.getter(name="cloudRoleArn")
|
|
3805
|
+
def cloud_role_arn(self) -> Optional[str]:
|
|
3806
|
+
"""
|
|
3807
|
+
The cloud role ARN in AWS for this feature
|
|
3808
|
+
"""
|
|
3809
|
+
return pulumi.get(self, "cloud_role_arn")
|
|
3810
|
+
|
|
3811
|
+
@property
|
|
3812
|
+
@pulumi.getter
|
|
3813
|
+
def configuration(self) -> Optional['outputs.VmScannersBaseResponseConfiguration']:
|
|
3814
|
+
"""
|
|
3815
|
+
Configuration for VM scanning
|
|
3816
|
+
"""
|
|
3817
|
+
return pulumi.get(self, "configuration")
|
|
3818
|
+
|
|
3819
|
+
@property
|
|
3820
|
+
@pulumi.getter
|
|
3821
|
+
def enabled(self) -> Optional[bool]:
|
|
3822
|
+
"""
|
|
3823
|
+
Is VM scanning enabled
|
|
3824
|
+
"""
|
|
3825
|
+
return pulumi.get(self, "enabled")
|
|
3826
|
+
|
|
3827
|
+
|
|
3828
|
+
@pulumi.output_type
|
|
3829
|
+
class DefenderForServersGcpOfferingResponse(dict):
|
|
3830
|
+
"""
|
|
3831
|
+
The Defender for Servers GCP offering configurations
|
|
3832
|
+
"""
|
|
3833
|
+
@staticmethod
|
|
3834
|
+
def __key_warning(key: str):
|
|
3835
|
+
suggest = None
|
|
3836
|
+
if key == "offeringType":
|
|
3837
|
+
suggest = "offering_type"
|
|
3838
|
+
elif key == "arcAutoProvisioning":
|
|
3839
|
+
suggest = "arc_auto_provisioning"
|
|
3840
|
+
elif key == "defenderForServers":
|
|
3841
|
+
suggest = "defender_for_servers"
|
|
3842
|
+
elif key == "mdeAutoProvisioning":
|
|
3843
|
+
suggest = "mde_auto_provisioning"
|
|
3844
|
+
elif key == "subPlan":
|
|
3845
|
+
suggest = "sub_plan"
|
|
3846
|
+
elif key == "vaAutoProvisioning":
|
|
3847
|
+
suggest = "va_auto_provisioning"
|
|
3848
|
+
elif key == "vmScanners":
|
|
3849
|
+
suggest = "vm_scanners"
|
|
3850
|
+
|
|
3851
|
+
if suggest:
|
|
3852
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForServersGcpOfferingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3853
|
+
|
|
3854
|
+
def __getitem__(self, key: str) -> Any:
|
|
3855
|
+
DefenderForServersGcpOfferingResponse.__key_warning(key)
|
|
3856
|
+
return super().__getitem__(key)
|
|
3857
|
+
|
|
3858
|
+
def get(self, key: str, default = None) -> Any:
|
|
3859
|
+
DefenderForServersGcpOfferingResponse.__key_warning(key)
|
|
3860
|
+
return super().get(key, default)
|
|
3861
|
+
|
|
3862
|
+
def __init__(__self__, *,
|
|
3863
|
+
description: str,
|
|
3864
|
+
offering_type: str,
|
|
3865
|
+
arc_auto_provisioning: Optional['outputs.DefenderForServersGcpOfferingResponseArcAutoProvisioning'] = None,
|
|
3866
|
+
defender_for_servers: Optional['outputs.DefenderForServersGcpOfferingResponseDefenderForServers'] = None,
|
|
3867
|
+
mde_auto_provisioning: Optional['outputs.DefenderForServersGcpOfferingResponseMdeAutoProvisioning'] = None,
|
|
3868
|
+
sub_plan: Optional['outputs.DefenderForServersGcpOfferingResponseSubPlan'] = None,
|
|
3869
|
+
va_auto_provisioning: Optional['outputs.DefenderForServersGcpOfferingResponseVaAutoProvisioning'] = None,
|
|
3870
|
+
vm_scanners: Optional['outputs.DefenderForServersGcpOfferingResponseVmScanners'] = None):
|
|
3871
|
+
"""
|
|
3872
|
+
The Defender for Servers GCP offering configurations
|
|
3873
|
+
:param str description: The offering description.
|
|
3874
|
+
:param str offering_type: The type of the security offering.
|
|
3875
|
+
Expected value is 'DefenderForServersGcp'.
|
|
3876
|
+
:param 'DefenderForServersGcpOfferingResponseArcAutoProvisioning' arc_auto_provisioning: The ARC autoprovisioning configuration
|
|
3877
|
+
:param 'DefenderForServersGcpOfferingResponseDefenderForServers' defender_for_servers: The Defender for servers connection configuration
|
|
3878
|
+
:param 'DefenderForServersGcpOfferingResponseMdeAutoProvisioning' mde_auto_provisioning: The Microsoft Defender for Endpoint autoprovisioning configuration
|
|
3879
|
+
:param 'DefenderForServersGcpOfferingResponseSubPlan' sub_plan: configuration for the servers offering subPlan
|
|
3880
|
+
:param 'DefenderForServersGcpOfferingResponseVaAutoProvisioning' va_auto_provisioning: The Vulnerability Assessment autoprovisioning configuration
|
|
3881
|
+
:param 'DefenderForServersGcpOfferingResponseVmScanners' vm_scanners: The Microsoft Defender for Server VM scanning configuration
|
|
3882
|
+
"""
|
|
3883
|
+
pulumi.set(__self__, "description", description)
|
|
3884
|
+
pulumi.set(__self__, "offering_type", 'DefenderForServersGcp')
|
|
3885
|
+
if arc_auto_provisioning is not None:
|
|
3886
|
+
pulumi.set(__self__, "arc_auto_provisioning", arc_auto_provisioning)
|
|
3887
|
+
if defender_for_servers is not None:
|
|
3888
|
+
pulumi.set(__self__, "defender_for_servers", defender_for_servers)
|
|
3889
|
+
if mde_auto_provisioning is not None:
|
|
3890
|
+
pulumi.set(__self__, "mde_auto_provisioning", mde_auto_provisioning)
|
|
3891
|
+
if sub_plan is not None:
|
|
3892
|
+
pulumi.set(__self__, "sub_plan", sub_plan)
|
|
3893
|
+
if va_auto_provisioning is not None:
|
|
3894
|
+
pulumi.set(__self__, "va_auto_provisioning", va_auto_provisioning)
|
|
3895
|
+
if vm_scanners is not None:
|
|
3896
|
+
pulumi.set(__self__, "vm_scanners", vm_scanners)
|
|
3897
|
+
|
|
3898
|
+
@property
|
|
3899
|
+
@pulumi.getter
|
|
3900
|
+
def description(self) -> str:
|
|
3901
|
+
"""
|
|
3902
|
+
The offering description.
|
|
3903
|
+
"""
|
|
3904
|
+
return pulumi.get(self, "description")
|
|
3905
|
+
|
|
3906
|
+
@property
|
|
3907
|
+
@pulumi.getter(name="offeringType")
|
|
3908
|
+
def offering_type(self) -> str:
|
|
3909
|
+
"""
|
|
3910
|
+
The type of the security offering.
|
|
3911
|
+
Expected value is 'DefenderForServersGcp'.
|
|
3912
|
+
"""
|
|
3913
|
+
return pulumi.get(self, "offering_type")
|
|
3914
|
+
|
|
3915
|
+
@property
|
|
3916
|
+
@pulumi.getter(name="arcAutoProvisioning")
|
|
3917
|
+
def arc_auto_provisioning(self) -> Optional['outputs.DefenderForServersGcpOfferingResponseArcAutoProvisioning']:
|
|
3918
|
+
"""
|
|
3919
|
+
The ARC autoprovisioning configuration
|
|
3920
|
+
"""
|
|
3921
|
+
return pulumi.get(self, "arc_auto_provisioning")
|
|
3922
|
+
|
|
3923
|
+
@property
|
|
3924
|
+
@pulumi.getter(name="defenderForServers")
|
|
3925
|
+
def defender_for_servers(self) -> Optional['outputs.DefenderForServersGcpOfferingResponseDefenderForServers']:
|
|
3926
|
+
"""
|
|
3927
|
+
The Defender for servers connection configuration
|
|
3928
|
+
"""
|
|
3929
|
+
return pulumi.get(self, "defender_for_servers")
|
|
3930
|
+
|
|
3931
|
+
@property
|
|
3932
|
+
@pulumi.getter(name="mdeAutoProvisioning")
|
|
3933
|
+
def mde_auto_provisioning(self) -> Optional['outputs.DefenderForServersGcpOfferingResponseMdeAutoProvisioning']:
|
|
3934
|
+
"""
|
|
3935
|
+
The Microsoft Defender for Endpoint autoprovisioning configuration
|
|
3936
|
+
"""
|
|
3937
|
+
return pulumi.get(self, "mde_auto_provisioning")
|
|
3938
|
+
|
|
3939
|
+
@property
|
|
3940
|
+
@pulumi.getter(name="subPlan")
|
|
3941
|
+
def sub_plan(self) -> Optional['outputs.DefenderForServersGcpOfferingResponseSubPlan']:
|
|
3942
|
+
"""
|
|
3943
|
+
configuration for the servers offering subPlan
|
|
3944
|
+
"""
|
|
3945
|
+
return pulumi.get(self, "sub_plan")
|
|
3946
|
+
|
|
3947
|
+
@property
|
|
3948
|
+
@pulumi.getter(name="vaAutoProvisioning")
|
|
3949
|
+
def va_auto_provisioning(self) -> Optional['outputs.DefenderForServersGcpOfferingResponseVaAutoProvisioning']:
|
|
3950
|
+
"""
|
|
3951
|
+
The Vulnerability Assessment autoprovisioning configuration
|
|
3952
|
+
"""
|
|
3953
|
+
return pulumi.get(self, "va_auto_provisioning")
|
|
3954
|
+
|
|
3955
|
+
@property
|
|
3956
|
+
@pulumi.getter(name="vmScanners")
|
|
3957
|
+
def vm_scanners(self) -> Optional['outputs.DefenderForServersGcpOfferingResponseVmScanners']:
|
|
3958
|
+
"""
|
|
3959
|
+
The Microsoft Defender for Server VM scanning configuration
|
|
3960
|
+
"""
|
|
3961
|
+
return pulumi.get(self, "vm_scanners")
|
|
3962
|
+
|
|
3963
|
+
|
|
3964
|
+
@pulumi.output_type
|
|
3965
|
+
class DefenderForServersGcpOfferingResponseArcAutoProvisioning(dict):
|
|
3966
|
+
"""
|
|
3967
|
+
The ARC autoprovisioning configuration
|
|
3968
|
+
"""
|
|
3969
|
+
def __init__(__self__, *,
|
|
3970
|
+
configuration: Optional['outputs.ArcAutoProvisioningResponseConfiguration'] = None,
|
|
3971
|
+
enabled: Optional[bool] = None):
|
|
3972
|
+
"""
|
|
3973
|
+
The ARC autoprovisioning configuration
|
|
3974
|
+
:param 'ArcAutoProvisioningResponseConfiguration' configuration: Configuration for servers Arc auto provisioning for a given environment
|
|
3975
|
+
:param bool enabled: Is arc auto provisioning enabled
|
|
3976
|
+
"""
|
|
3977
|
+
if configuration is not None:
|
|
3978
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
3979
|
+
if enabled is not None:
|
|
3980
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
3981
|
+
|
|
3982
|
+
@property
|
|
3983
|
+
@pulumi.getter
|
|
3984
|
+
def configuration(self) -> Optional['outputs.ArcAutoProvisioningResponseConfiguration']:
|
|
3985
|
+
"""
|
|
3986
|
+
Configuration for servers Arc auto provisioning for a given environment
|
|
3987
|
+
"""
|
|
3988
|
+
return pulumi.get(self, "configuration")
|
|
3989
|
+
|
|
3990
|
+
@property
|
|
3991
|
+
@pulumi.getter
|
|
3992
|
+
def enabled(self) -> Optional[bool]:
|
|
3993
|
+
"""
|
|
3994
|
+
Is arc auto provisioning enabled
|
|
3995
|
+
"""
|
|
3996
|
+
return pulumi.get(self, "enabled")
|
|
3997
|
+
|
|
3998
|
+
|
|
3999
|
+
@pulumi.output_type
|
|
4000
|
+
class DefenderForServersGcpOfferingResponseConfiguration(dict):
|
|
4001
|
+
"""
|
|
4002
|
+
configuration for Vulnerability Assessment autoprovisioning
|
|
4003
|
+
"""
|
|
4004
|
+
def __init__(__self__, *,
|
|
4005
|
+
type: Optional[str] = None):
|
|
4006
|
+
"""
|
|
4007
|
+
configuration for Vulnerability Assessment autoprovisioning
|
|
4008
|
+
:param str type: The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
|
|
4009
|
+
"""
|
|
4010
|
+
if type is not None:
|
|
4011
|
+
pulumi.set(__self__, "type", type)
|
|
4012
|
+
|
|
4013
|
+
@property
|
|
4014
|
+
@pulumi.getter
|
|
4015
|
+
def type(self) -> Optional[str]:
|
|
4016
|
+
"""
|
|
4017
|
+
The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
|
|
4018
|
+
"""
|
|
4019
|
+
return pulumi.get(self, "type")
|
|
4020
|
+
|
|
4021
|
+
|
|
4022
|
+
@pulumi.output_type
|
|
4023
|
+
class DefenderForServersGcpOfferingResponseDefenderForServers(dict):
|
|
4024
|
+
"""
|
|
4025
|
+
The Defender for servers connection configuration
|
|
4026
|
+
"""
|
|
4027
|
+
@staticmethod
|
|
4028
|
+
def __key_warning(key: str):
|
|
4029
|
+
suggest = None
|
|
4030
|
+
if key == "serviceAccountEmailAddress":
|
|
4031
|
+
suggest = "service_account_email_address"
|
|
4032
|
+
elif key == "workloadIdentityProviderId":
|
|
4033
|
+
suggest = "workload_identity_provider_id"
|
|
4034
|
+
|
|
4035
|
+
if suggest:
|
|
4036
|
+
pulumi.log.warn(f"Key '{key}' not found in DefenderForServersGcpOfferingResponseDefenderForServers. Access the value via the '{suggest}' property getter instead.")
|
|
4037
|
+
|
|
4038
|
+
def __getitem__(self, key: str) -> Any:
|
|
4039
|
+
DefenderForServersGcpOfferingResponseDefenderForServers.__key_warning(key)
|
|
4040
|
+
return super().__getitem__(key)
|
|
4041
|
+
|
|
4042
|
+
def get(self, key: str, default = None) -> Any:
|
|
4043
|
+
DefenderForServersGcpOfferingResponseDefenderForServers.__key_warning(key)
|
|
4044
|
+
return super().get(key, default)
|
|
4045
|
+
|
|
4046
|
+
def __init__(__self__, *,
|
|
4047
|
+
service_account_email_address: Optional[str] = None,
|
|
4048
|
+
workload_identity_provider_id: Optional[str] = None):
|
|
4049
|
+
"""
|
|
4050
|
+
The Defender for servers connection configuration
|
|
4051
|
+
:param str service_account_email_address: The service account email address in GCP for this feature
|
|
4052
|
+
:param str workload_identity_provider_id: The workload identity provider id in GCP for this feature
|
|
4053
|
+
"""
|
|
4054
|
+
if service_account_email_address is not None:
|
|
4055
|
+
pulumi.set(__self__, "service_account_email_address", service_account_email_address)
|
|
4056
|
+
if workload_identity_provider_id is not None:
|
|
4057
|
+
pulumi.set(__self__, "workload_identity_provider_id", workload_identity_provider_id)
|
|
4058
|
+
|
|
4059
|
+
@property
|
|
4060
|
+
@pulumi.getter(name="serviceAccountEmailAddress")
|
|
4061
|
+
def service_account_email_address(self) -> Optional[str]:
|
|
4062
|
+
"""
|
|
4063
|
+
The service account email address in GCP for this feature
|
|
4064
|
+
"""
|
|
4065
|
+
return pulumi.get(self, "service_account_email_address")
|
|
4066
|
+
|
|
4067
|
+
@property
|
|
4068
|
+
@pulumi.getter(name="workloadIdentityProviderId")
|
|
4069
|
+
def workload_identity_provider_id(self) -> Optional[str]:
|
|
4070
|
+
"""
|
|
4071
|
+
The workload identity provider id in GCP for this feature
|
|
4072
|
+
"""
|
|
4073
|
+
return pulumi.get(self, "workload_identity_provider_id")
|
|
4074
|
+
|
|
4075
|
+
|
|
4076
|
+
@pulumi.output_type
|
|
4077
|
+
class DefenderForServersGcpOfferingResponseMdeAutoProvisioning(dict):
|
|
4078
|
+
"""
|
|
4079
|
+
The Microsoft Defender for Endpoint autoprovisioning configuration
|
|
4080
|
+
"""
|
|
4081
|
+
def __init__(__self__, *,
|
|
4082
|
+
configuration: Optional[Any] = None,
|
|
4083
|
+
enabled: Optional[bool] = None):
|
|
4084
|
+
"""
|
|
4085
|
+
The Microsoft Defender for Endpoint autoprovisioning configuration
|
|
4086
|
+
:param Any configuration: configuration for Microsoft Defender for Endpoint autoprovisioning
|
|
4087
|
+
:param bool enabled: Is Microsoft Defender for Endpoint auto provisioning enabled
|
|
4088
|
+
"""
|
|
4089
|
+
if configuration is not None:
|
|
4090
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
4091
|
+
if enabled is not None:
|
|
4092
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
4093
|
+
|
|
4094
|
+
@property
|
|
4095
|
+
@pulumi.getter
|
|
4096
|
+
def configuration(self) -> Optional[Any]:
|
|
4097
|
+
"""
|
|
4098
|
+
configuration for Microsoft Defender for Endpoint autoprovisioning
|
|
4099
|
+
"""
|
|
4100
|
+
return pulumi.get(self, "configuration")
|
|
4101
|
+
|
|
4102
|
+
@property
|
|
4103
|
+
@pulumi.getter
|
|
4104
|
+
def enabled(self) -> Optional[bool]:
|
|
4105
|
+
"""
|
|
4106
|
+
Is Microsoft Defender for Endpoint auto provisioning enabled
|
|
4107
|
+
"""
|
|
4108
|
+
return pulumi.get(self, "enabled")
|
|
4109
|
+
|
|
4110
|
+
|
|
4111
|
+
@pulumi.output_type
|
|
4112
|
+
class DefenderForServersGcpOfferingResponseSubPlan(dict):
|
|
4113
|
+
"""
|
|
4114
|
+
configuration for the servers offering subPlan
|
|
4115
|
+
"""
|
|
4116
|
+
def __init__(__self__, *,
|
|
4117
|
+
type: Optional[str] = None):
|
|
4118
|
+
"""
|
|
4119
|
+
configuration for the servers offering subPlan
|
|
4120
|
+
:param str type: The available sub plans
|
|
4121
|
+
"""
|
|
4122
|
+
if type is not None:
|
|
4123
|
+
pulumi.set(__self__, "type", type)
|
|
4124
|
+
|
|
4125
|
+
@property
|
|
4126
|
+
@pulumi.getter
|
|
4127
|
+
def type(self) -> Optional[str]:
|
|
4128
|
+
"""
|
|
4129
|
+
The available sub plans
|
|
4130
|
+
"""
|
|
4131
|
+
return pulumi.get(self, "type")
|
|
4132
|
+
|
|
4133
|
+
|
|
4134
|
+
@pulumi.output_type
|
|
4135
|
+
class DefenderForServersGcpOfferingResponseVaAutoProvisioning(dict):
|
|
4136
|
+
"""
|
|
4137
|
+
The Vulnerability Assessment autoprovisioning configuration
|
|
4138
|
+
"""
|
|
4139
|
+
def __init__(__self__, *,
|
|
4140
|
+
configuration: Optional['outputs.DefenderForServersGcpOfferingResponseConfiguration'] = None,
|
|
4141
|
+
enabled: Optional[bool] = None):
|
|
4142
|
+
"""
|
|
4143
|
+
The Vulnerability Assessment autoprovisioning configuration
|
|
4144
|
+
:param 'DefenderForServersGcpOfferingResponseConfiguration' configuration: configuration for Vulnerability Assessment autoprovisioning
|
|
4145
|
+
:param bool enabled: Is Vulnerability Assessment auto provisioning enabled
|
|
4146
|
+
"""
|
|
4147
|
+
if configuration is not None:
|
|
4148
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
4149
|
+
if enabled is not None:
|
|
4150
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
4151
|
+
|
|
4152
|
+
@property
|
|
4153
|
+
@pulumi.getter
|
|
4154
|
+
def configuration(self) -> Optional['outputs.DefenderForServersGcpOfferingResponseConfiguration']:
|
|
4155
|
+
"""
|
|
4156
|
+
configuration for Vulnerability Assessment autoprovisioning
|
|
4157
|
+
"""
|
|
4158
|
+
return pulumi.get(self, "configuration")
|
|
4159
|
+
|
|
4160
|
+
@property
|
|
4161
|
+
@pulumi.getter
|
|
4162
|
+
def enabled(self) -> Optional[bool]:
|
|
4163
|
+
"""
|
|
4164
|
+
Is Vulnerability Assessment auto provisioning enabled
|
|
4165
|
+
"""
|
|
4166
|
+
return pulumi.get(self, "enabled")
|
|
4167
|
+
|
|
4168
|
+
|
|
4169
|
+
@pulumi.output_type
|
|
4170
|
+
class DefenderForServersGcpOfferingResponseVmScanners(dict):
|
|
4171
|
+
"""
|
|
4172
|
+
The Microsoft Defender for Server VM scanning configuration
|
|
4173
|
+
"""
|
|
4174
|
+
def __init__(__self__, *,
|
|
4175
|
+
configuration: Optional['outputs.VmScannersBaseResponseConfiguration'] = None,
|
|
4176
|
+
enabled: Optional[bool] = None):
|
|
4177
|
+
"""
|
|
4178
|
+
The Microsoft Defender for Server VM scanning configuration
|
|
4179
|
+
:param 'VmScannersBaseResponseConfiguration' configuration: Configuration for VM scanning
|
|
4180
|
+
:param bool enabled: Is VM scanning enabled
|
|
4181
|
+
"""
|
|
4182
|
+
if configuration is not None:
|
|
4183
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
4184
|
+
if enabled is not None:
|
|
4185
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
4186
|
+
|
|
4187
|
+
@property
|
|
4188
|
+
@pulumi.getter
|
|
4189
|
+
def configuration(self) -> Optional['outputs.VmScannersBaseResponseConfiguration']:
|
|
4190
|
+
"""
|
|
4191
|
+
Configuration for VM scanning
|
|
4192
|
+
"""
|
|
4193
|
+
return pulumi.get(self, "configuration")
|
|
4194
|
+
|
|
4195
|
+
@property
|
|
4196
|
+
@pulumi.getter
|
|
4197
|
+
def enabled(self) -> Optional[bool]:
|
|
4198
|
+
"""
|
|
4199
|
+
Is VM scanning enabled
|
|
4200
|
+
"""
|
|
4201
|
+
return pulumi.get(self, "enabled")
|
|
4202
|
+
|
|
4203
|
+
|
|
4204
|
+
@pulumi.output_type
|
|
4205
|
+
class DockerHubEnvironmentDataResponse(dict):
|
|
4206
|
+
"""
|
|
4207
|
+
The Docker Hub connector environment data
|
|
4208
|
+
"""
|
|
4209
|
+
@staticmethod
|
|
4210
|
+
def __key_warning(key: str):
|
|
4211
|
+
suggest = None
|
|
4212
|
+
if key == "environmentType":
|
|
4213
|
+
suggest = "environment_type"
|
|
4214
|
+
elif key == "scanInterval":
|
|
4215
|
+
suggest = "scan_interval"
|
|
4216
|
+
|
|
4217
|
+
if suggest:
|
|
4218
|
+
pulumi.log.warn(f"Key '{key}' not found in DockerHubEnvironmentDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4219
|
+
|
|
4220
|
+
def __getitem__(self, key: str) -> Any:
|
|
4221
|
+
DockerHubEnvironmentDataResponse.__key_warning(key)
|
|
4222
|
+
return super().__getitem__(key)
|
|
4223
|
+
|
|
4224
|
+
def get(self, key: str, default = None) -> Any:
|
|
4225
|
+
DockerHubEnvironmentDataResponse.__key_warning(key)
|
|
4226
|
+
return super().get(key, default)
|
|
4227
|
+
|
|
4228
|
+
def __init__(__self__, *,
|
|
4229
|
+
environment_type: str,
|
|
4230
|
+
authentication: Optional['outputs.AccessTokenAuthenticationResponse'] = None,
|
|
4231
|
+
scan_interval: Optional[float] = None):
|
|
4232
|
+
"""
|
|
4233
|
+
The Docker Hub connector environment data
|
|
4234
|
+
:param str environment_type: The type of the environment data.
|
|
4235
|
+
Expected value is 'DockerHubOrganization'.
|
|
4236
|
+
:param 'AccessTokenAuthenticationResponse' authentication: The Docker Hub organization authentication details
|
|
4237
|
+
:param float scan_interval: Scan interval in hours (value should be between 1-hour to 24-hours)
|
|
4238
|
+
"""
|
|
4239
|
+
pulumi.set(__self__, "environment_type", 'DockerHubOrganization')
|
|
4240
|
+
if authentication is not None:
|
|
4241
|
+
pulumi.set(__self__, "authentication", authentication)
|
|
4242
|
+
if scan_interval is not None:
|
|
4243
|
+
pulumi.set(__self__, "scan_interval", scan_interval)
|
|
4244
|
+
|
|
4245
|
+
@property
|
|
4246
|
+
@pulumi.getter(name="environmentType")
|
|
4247
|
+
def environment_type(self) -> str:
|
|
4248
|
+
"""
|
|
4249
|
+
The type of the environment data.
|
|
4250
|
+
Expected value is 'DockerHubOrganization'.
|
|
4251
|
+
"""
|
|
4252
|
+
return pulumi.get(self, "environment_type")
|
|
4253
|
+
|
|
4254
|
+
@property
|
|
4255
|
+
@pulumi.getter
|
|
4256
|
+
def authentication(self) -> Optional['outputs.AccessTokenAuthenticationResponse']:
|
|
4257
|
+
"""
|
|
4258
|
+
The Docker Hub organization authentication details
|
|
4259
|
+
"""
|
|
4260
|
+
return pulumi.get(self, "authentication")
|
|
4261
|
+
|
|
4262
|
+
@property
|
|
4263
|
+
@pulumi.getter(name="scanInterval")
|
|
4264
|
+
def scan_interval(self) -> Optional[float]:
|
|
4265
|
+
"""
|
|
4266
|
+
Scan interval in hours (value should be between 1-hour to 24-hours)
|
|
4267
|
+
"""
|
|
4268
|
+
return pulumi.get(self, "scan_interval")
|
|
4269
|
+
|
|
4270
|
+
|
|
4271
|
+
@pulumi.output_type
|
|
4272
|
+
class GcpOrganizationalDataMemberResponse(dict):
|
|
4273
|
+
"""
|
|
4274
|
+
The gcpOrganization data for the member account
|
|
4275
|
+
"""
|
|
4276
|
+
@staticmethod
|
|
4277
|
+
def __key_warning(key: str):
|
|
4278
|
+
suggest = None
|
|
4279
|
+
if key == "organizationMembershipType":
|
|
4280
|
+
suggest = "organization_membership_type"
|
|
4281
|
+
elif key == "managementProjectNumber":
|
|
4282
|
+
suggest = "management_project_number"
|
|
4283
|
+
elif key == "parentHierarchyId":
|
|
4284
|
+
suggest = "parent_hierarchy_id"
|
|
4285
|
+
|
|
4286
|
+
if suggest:
|
|
4287
|
+
pulumi.log.warn(f"Key '{key}' not found in GcpOrganizationalDataMemberResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4288
|
+
|
|
4289
|
+
def __getitem__(self, key: str) -> Any:
|
|
4290
|
+
GcpOrganizationalDataMemberResponse.__key_warning(key)
|
|
4291
|
+
return super().__getitem__(key)
|
|
4292
|
+
|
|
4293
|
+
def get(self, key: str, default = None) -> Any:
|
|
4294
|
+
GcpOrganizationalDataMemberResponse.__key_warning(key)
|
|
4295
|
+
return super().get(key, default)
|
|
4296
|
+
|
|
4297
|
+
def __init__(__self__, *,
|
|
4298
|
+
organization_membership_type: str,
|
|
4299
|
+
management_project_number: Optional[str] = None,
|
|
4300
|
+
parent_hierarchy_id: Optional[str] = None):
|
|
4301
|
+
"""
|
|
4302
|
+
The gcpOrganization data for the member account
|
|
4303
|
+
:param str organization_membership_type: The multi cloud account's membership type in the organization
|
|
4304
|
+
Expected value is 'Member'.
|
|
4305
|
+
:param str management_project_number: The GCP management project number from organizational onboarding
|
|
4306
|
+
:param str parent_hierarchy_id: If the multi cloud account is not of membership type organization, this will be the ID of the project's parent
|
|
4307
|
+
"""
|
|
4308
|
+
pulumi.set(__self__, "organization_membership_type", 'Member')
|
|
4309
|
+
if management_project_number is not None:
|
|
4310
|
+
pulumi.set(__self__, "management_project_number", management_project_number)
|
|
4311
|
+
if parent_hierarchy_id is not None:
|
|
4312
|
+
pulumi.set(__self__, "parent_hierarchy_id", parent_hierarchy_id)
|
|
4313
|
+
|
|
4314
|
+
@property
|
|
4315
|
+
@pulumi.getter(name="organizationMembershipType")
|
|
4316
|
+
def organization_membership_type(self) -> str:
|
|
4317
|
+
"""
|
|
4318
|
+
The multi cloud account's membership type in the organization
|
|
4319
|
+
Expected value is 'Member'.
|
|
4320
|
+
"""
|
|
4321
|
+
return pulumi.get(self, "organization_membership_type")
|
|
4322
|
+
|
|
4323
|
+
@property
|
|
4324
|
+
@pulumi.getter(name="managementProjectNumber")
|
|
4325
|
+
def management_project_number(self) -> Optional[str]:
|
|
4326
|
+
"""
|
|
4327
|
+
The GCP management project number from organizational onboarding
|
|
4328
|
+
"""
|
|
4329
|
+
return pulumi.get(self, "management_project_number")
|
|
4330
|
+
|
|
4331
|
+
@property
|
|
4332
|
+
@pulumi.getter(name="parentHierarchyId")
|
|
4333
|
+
def parent_hierarchy_id(self) -> Optional[str]:
|
|
4334
|
+
"""
|
|
4335
|
+
If the multi cloud account is not of membership type organization, this will be the ID of the project's parent
|
|
4336
|
+
"""
|
|
4337
|
+
return pulumi.get(self, "parent_hierarchy_id")
|
|
4338
|
+
|
|
4339
|
+
|
|
4340
|
+
@pulumi.output_type
|
|
4341
|
+
class GcpOrganizationalDataOrganizationResponse(dict):
|
|
4342
|
+
"""
|
|
4343
|
+
The gcpOrganization data for the parent account
|
|
4344
|
+
"""
|
|
4345
|
+
@staticmethod
|
|
4346
|
+
def __key_warning(key: str):
|
|
4347
|
+
suggest = None
|
|
4348
|
+
if key == "organizationMembershipType":
|
|
4349
|
+
suggest = "organization_membership_type"
|
|
4350
|
+
elif key == "organizationName":
|
|
4351
|
+
suggest = "organization_name"
|
|
4352
|
+
elif key == "excludedProjectNumbers":
|
|
4353
|
+
suggest = "excluded_project_numbers"
|
|
4354
|
+
elif key == "serviceAccountEmailAddress":
|
|
4355
|
+
suggest = "service_account_email_address"
|
|
4356
|
+
elif key == "workloadIdentityProviderId":
|
|
4357
|
+
suggest = "workload_identity_provider_id"
|
|
4358
|
+
|
|
4359
|
+
if suggest:
|
|
4360
|
+
pulumi.log.warn(f"Key '{key}' not found in GcpOrganizationalDataOrganizationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4361
|
+
|
|
4362
|
+
def __getitem__(self, key: str) -> Any:
|
|
4363
|
+
GcpOrganizationalDataOrganizationResponse.__key_warning(key)
|
|
4364
|
+
return super().__getitem__(key)
|
|
4365
|
+
|
|
4366
|
+
def get(self, key: str, default = None) -> Any:
|
|
4367
|
+
GcpOrganizationalDataOrganizationResponse.__key_warning(key)
|
|
4368
|
+
return super().get(key, default)
|
|
4369
|
+
|
|
4370
|
+
def __init__(__self__, *,
|
|
4371
|
+
organization_membership_type: str,
|
|
4372
|
+
organization_name: str,
|
|
4373
|
+
excluded_project_numbers: Optional[Sequence[str]] = None,
|
|
4374
|
+
service_account_email_address: Optional[str] = None,
|
|
4375
|
+
workload_identity_provider_id: Optional[str] = None):
|
|
4376
|
+
"""
|
|
4377
|
+
The gcpOrganization data for the parent account
|
|
4378
|
+
:param str organization_membership_type: The multi cloud account's membership type in the organization
|
|
4379
|
+
Expected value is 'Organization'.
|
|
4380
|
+
:param str organization_name: GCP organization name
|
|
4381
|
+
:param Sequence[str] excluded_project_numbers: If the multi cloud account is of membership type organization, list of accounts excluded from offering
|
|
4382
|
+
:param str service_account_email_address: The service account email address which represents the organization level permissions container.
|
|
4383
|
+
:param str workload_identity_provider_id: The GCP workload identity provider id which represents the permissions required to auto provision security connectors
|
|
4384
|
+
"""
|
|
4385
|
+
pulumi.set(__self__, "organization_membership_type", 'Organization')
|
|
4386
|
+
pulumi.set(__self__, "organization_name", organization_name)
|
|
4387
|
+
if excluded_project_numbers is not None:
|
|
4388
|
+
pulumi.set(__self__, "excluded_project_numbers", excluded_project_numbers)
|
|
4389
|
+
if service_account_email_address is not None:
|
|
4390
|
+
pulumi.set(__self__, "service_account_email_address", service_account_email_address)
|
|
4391
|
+
if workload_identity_provider_id is not None:
|
|
4392
|
+
pulumi.set(__self__, "workload_identity_provider_id", workload_identity_provider_id)
|
|
4393
|
+
|
|
4394
|
+
@property
|
|
4395
|
+
@pulumi.getter(name="organizationMembershipType")
|
|
4396
|
+
def organization_membership_type(self) -> str:
|
|
4397
|
+
"""
|
|
4398
|
+
The multi cloud account's membership type in the organization
|
|
4399
|
+
Expected value is 'Organization'.
|
|
4400
|
+
"""
|
|
4401
|
+
return pulumi.get(self, "organization_membership_type")
|
|
4402
|
+
|
|
4403
|
+
@property
|
|
4404
|
+
@pulumi.getter(name="organizationName")
|
|
4405
|
+
def organization_name(self) -> str:
|
|
4406
|
+
"""
|
|
4407
|
+
GCP organization name
|
|
4408
|
+
"""
|
|
4409
|
+
return pulumi.get(self, "organization_name")
|
|
4410
|
+
|
|
4411
|
+
@property
|
|
4412
|
+
@pulumi.getter(name="excludedProjectNumbers")
|
|
4413
|
+
def excluded_project_numbers(self) -> Optional[Sequence[str]]:
|
|
4414
|
+
"""
|
|
4415
|
+
If the multi cloud account is of membership type organization, list of accounts excluded from offering
|
|
4416
|
+
"""
|
|
4417
|
+
return pulumi.get(self, "excluded_project_numbers")
|
|
4418
|
+
|
|
4419
|
+
@property
|
|
4420
|
+
@pulumi.getter(name="serviceAccountEmailAddress")
|
|
4421
|
+
def service_account_email_address(self) -> Optional[str]:
|
|
4422
|
+
"""
|
|
4423
|
+
The service account email address which represents the organization level permissions container.
|
|
4424
|
+
"""
|
|
4425
|
+
return pulumi.get(self, "service_account_email_address")
|
|
4426
|
+
|
|
4427
|
+
@property
|
|
4428
|
+
@pulumi.getter(name="workloadIdentityProviderId")
|
|
4429
|
+
def workload_identity_provider_id(self) -> Optional[str]:
|
|
4430
|
+
"""
|
|
4431
|
+
The GCP workload identity provider id which represents the permissions required to auto provision security connectors
|
|
4432
|
+
"""
|
|
4433
|
+
return pulumi.get(self, "workload_identity_provider_id")
|
|
4434
|
+
|
|
4435
|
+
|
|
4436
|
+
@pulumi.output_type
|
|
4437
|
+
class GcpProjectDetailsResponse(dict):
|
|
4438
|
+
"""
|
|
4439
|
+
The details about the project represented by the security connector
|
|
4440
|
+
"""
|
|
4441
|
+
@staticmethod
|
|
4442
|
+
def __key_warning(key: str):
|
|
4443
|
+
suggest = None
|
|
4444
|
+
if key == "projectName":
|
|
4445
|
+
suggest = "project_name"
|
|
4446
|
+
elif key == "workloadIdentityPoolId":
|
|
4447
|
+
suggest = "workload_identity_pool_id"
|
|
4448
|
+
elif key == "projectId":
|
|
4449
|
+
suggest = "project_id"
|
|
4450
|
+
elif key == "projectNumber":
|
|
4451
|
+
suggest = "project_number"
|
|
4452
|
+
|
|
4453
|
+
if suggest:
|
|
4454
|
+
pulumi.log.warn(f"Key '{key}' not found in GcpProjectDetailsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4455
|
+
|
|
4456
|
+
def __getitem__(self, key: str) -> Any:
|
|
4457
|
+
GcpProjectDetailsResponse.__key_warning(key)
|
|
4458
|
+
return super().__getitem__(key)
|
|
4459
|
+
|
|
4460
|
+
def get(self, key: str, default = None) -> Any:
|
|
4461
|
+
GcpProjectDetailsResponse.__key_warning(key)
|
|
4462
|
+
return super().get(key, default)
|
|
4463
|
+
|
|
4464
|
+
def __init__(__self__, *,
|
|
4465
|
+
project_name: str,
|
|
4466
|
+
workload_identity_pool_id: str,
|
|
4467
|
+
project_id: Optional[str] = None,
|
|
4468
|
+
project_number: Optional[str] = None):
|
|
4469
|
+
"""
|
|
4470
|
+
The details about the project represented by the security connector
|
|
4471
|
+
:param str project_name: GCP project name
|
|
4472
|
+
:param str workload_identity_pool_id: The GCP workload identity federation pool id
|
|
4473
|
+
:param str project_id: The GCP Project id
|
|
4474
|
+
:param str project_number: The unique GCP Project number
|
|
4475
|
+
"""
|
|
4476
|
+
pulumi.set(__self__, "project_name", project_name)
|
|
4477
|
+
pulumi.set(__self__, "workload_identity_pool_id", workload_identity_pool_id)
|
|
4478
|
+
if project_id is not None:
|
|
4479
|
+
pulumi.set(__self__, "project_id", project_id)
|
|
4480
|
+
if project_number is not None:
|
|
4481
|
+
pulumi.set(__self__, "project_number", project_number)
|
|
4482
|
+
|
|
4483
|
+
@property
|
|
4484
|
+
@pulumi.getter(name="projectName")
|
|
4485
|
+
def project_name(self) -> str:
|
|
4486
|
+
"""
|
|
4487
|
+
GCP project name
|
|
4488
|
+
"""
|
|
4489
|
+
return pulumi.get(self, "project_name")
|
|
4490
|
+
|
|
4491
|
+
@property
|
|
4492
|
+
@pulumi.getter(name="workloadIdentityPoolId")
|
|
4493
|
+
def workload_identity_pool_id(self) -> str:
|
|
4494
|
+
"""
|
|
4495
|
+
The GCP workload identity federation pool id
|
|
4496
|
+
"""
|
|
4497
|
+
return pulumi.get(self, "workload_identity_pool_id")
|
|
4498
|
+
|
|
4499
|
+
@property
|
|
4500
|
+
@pulumi.getter(name="projectId")
|
|
4501
|
+
def project_id(self) -> Optional[str]:
|
|
4502
|
+
"""
|
|
4503
|
+
The GCP Project id
|
|
4504
|
+
"""
|
|
4505
|
+
return pulumi.get(self, "project_id")
|
|
4506
|
+
|
|
4507
|
+
@property
|
|
4508
|
+
@pulumi.getter(name="projectNumber")
|
|
4509
|
+
def project_number(self) -> Optional[str]:
|
|
4510
|
+
"""
|
|
4511
|
+
The unique GCP Project number
|
|
4512
|
+
"""
|
|
4513
|
+
return pulumi.get(self, "project_number")
|
|
4514
|
+
|
|
4515
|
+
|
|
4516
|
+
@pulumi.output_type
|
|
4517
|
+
class GcpProjectEnvironmentDataResponse(dict):
|
|
4518
|
+
"""
|
|
4519
|
+
The GCP project connector environment data
|
|
4520
|
+
"""
|
|
4521
|
+
@staticmethod
|
|
4522
|
+
def __key_warning(key: str):
|
|
4523
|
+
suggest = None
|
|
4524
|
+
if key == "environmentType":
|
|
4525
|
+
suggest = "environment_type"
|
|
4526
|
+
elif key == "organizationalData":
|
|
4527
|
+
suggest = "organizational_data"
|
|
4528
|
+
elif key == "projectDetails":
|
|
4529
|
+
suggest = "project_details"
|
|
4530
|
+
elif key == "scanInterval":
|
|
4531
|
+
suggest = "scan_interval"
|
|
4532
|
+
|
|
4533
|
+
if suggest:
|
|
4534
|
+
pulumi.log.warn(f"Key '{key}' not found in GcpProjectEnvironmentDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4535
|
+
|
|
4536
|
+
def __getitem__(self, key: str) -> Any:
|
|
4537
|
+
GcpProjectEnvironmentDataResponse.__key_warning(key)
|
|
4538
|
+
return super().__getitem__(key)
|
|
4539
|
+
|
|
4540
|
+
def get(self, key: str, default = None) -> Any:
|
|
4541
|
+
GcpProjectEnvironmentDataResponse.__key_warning(key)
|
|
4542
|
+
return super().get(key, default)
|
|
4543
|
+
|
|
4544
|
+
def __init__(__self__, *,
|
|
4545
|
+
environment_type: str,
|
|
4546
|
+
organizational_data: Optional[Any] = None,
|
|
4547
|
+
project_details: Optional['outputs.GcpProjectDetailsResponse'] = None,
|
|
4548
|
+
scan_interval: Optional[float] = None):
|
|
4549
|
+
"""
|
|
4550
|
+
The GCP project connector environment data
|
|
4551
|
+
:param str environment_type: The type of the environment data.
|
|
4552
|
+
Expected value is 'GcpProject'.
|
|
4553
|
+
:param Union['GcpOrganizationalDataMemberResponse', 'GcpOrganizationalDataOrganizationResponse'] organizational_data: The Gcp project's organizational data
|
|
4554
|
+
:param 'GcpProjectDetailsResponse' project_details: The Gcp project's details
|
|
4555
|
+
:param float scan_interval: Scan interval in hours (value should be between 1-hour to 24-hours)
|
|
4556
|
+
"""
|
|
4557
|
+
pulumi.set(__self__, "environment_type", 'GcpProject')
|
|
4558
|
+
if organizational_data is not None:
|
|
4559
|
+
pulumi.set(__self__, "organizational_data", organizational_data)
|
|
4560
|
+
if project_details is not None:
|
|
4561
|
+
pulumi.set(__self__, "project_details", project_details)
|
|
4562
|
+
if scan_interval is not None:
|
|
4563
|
+
pulumi.set(__self__, "scan_interval", scan_interval)
|
|
4564
|
+
|
|
4565
|
+
@property
|
|
4566
|
+
@pulumi.getter(name="environmentType")
|
|
4567
|
+
def environment_type(self) -> str:
|
|
4568
|
+
"""
|
|
4569
|
+
The type of the environment data.
|
|
4570
|
+
Expected value is 'GcpProject'.
|
|
4571
|
+
"""
|
|
4572
|
+
return pulumi.get(self, "environment_type")
|
|
4573
|
+
|
|
4574
|
+
@property
|
|
4575
|
+
@pulumi.getter(name="organizationalData")
|
|
4576
|
+
def organizational_data(self) -> Optional[Any]:
|
|
4577
|
+
"""
|
|
4578
|
+
The Gcp project's organizational data
|
|
4579
|
+
"""
|
|
4580
|
+
return pulumi.get(self, "organizational_data")
|
|
4581
|
+
|
|
4582
|
+
@property
|
|
4583
|
+
@pulumi.getter(name="projectDetails")
|
|
4584
|
+
def project_details(self) -> Optional['outputs.GcpProjectDetailsResponse']:
|
|
4585
|
+
"""
|
|
4586
|
+
The Gcp project's details
|
|
4587
|
+
"""
|
|
4588
|
+
return pulumi.get(self, "project_details")
|
|
4589
|
+
|
|
4590
|
+
@property
|
|
4591
|
+
@pulumi.getter(name="scanInterval")
|
|
4592
|
+
def scan_interval(self) -> Optional[float]:
|
|
4593
|
+
"""
|
|
4594
|
+
Scan interval in hours (value should be between 1-hour to 24-hours)
|
|
4595
|
+
"""
|
|
4596
|
+
return pulumi.get(self, "scan_interval")
|
|
4597
|
+
|
|
4598
|
+
|
|
4599
|
+
@pulumi.output_type
|
|
4600
|
+
class GithubScopeEnvironmentDataResponse(dict):
|
|
4601
|
+
"""
|
|
4602
|
+
The github scope connector's environment data
|
|
4603
|
+
"""
|
|
4604
|
+
@staticmethod
|
|
4605
|
+
def __key_warning(key: str):
|
|
4606
|
+
suggest = None
|
|
4607
|
+
if key == "environmentType":
|
|
4608
|
+
suggest = "environment_type"
|
|
4609
|
+
|
|
4610
|
+
if suggest:
|
|
4611
|
+
pulumi.log.warn(f"Key '{key}' not found in GithubScopeEnvironmentDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4612
|
+
|
|
4613
|
+
def __getitem__(self, key: str) -> Any:
|
|
4614
|
+
GithubScopeEnvironmentDataResponse.__key_warning(key)
|
|
4615
|
+
return super().__getitem__(key)
|
|
4616
|
+
|
|
4617
|
+
def get(self, key: str, default = None) -> Any:
|
|
4618
|
+
GithubScopeEnvironmentDataResponse.__key_warning(key)
|
|
4619
|
+
return super().get(key, default)
|
|
4620
|
+
|
|
4621
|
+
def __init__(__self__, *,
|
|
4622
|
+
environment_type: str):
|
|
4623
|
+
"""
|
|
4624
|
+
The github scope connector's environment data
|
|
4625
|
+
:param str environment_type: The type of the environment data.
|
|
4626
|
+
Expected value is 'GithubScope'.
|
|
4627
|
+
"""
|
|
4628
|
+
pulumi.set(__self__, "environment_type", 'GithubScope')
|
|
4629
|
+
|
|
4630
|
+
@property
|
|
4631
|
+
@pulumi.getter(name="environmentType")
|
|
4632
|
+
def environment_type(self) -> str:
|
|
4633
|
+
"""
|
|
4634
|
+
The type of the environment data.
|
|
4635
|
+
Expected value is 'GithubScope'.
|
|
4636
|
+
"""
|
|
4637
|
+
return pulumi.get(self, "environment_type")
|
|
4638
|
+
|
|
4639
|
+
|
|
4640
|
+
@pulumi.output_type
|
|
4641
|
+
class GitlabScopeEnvironmentDataResponse(dict):
|
|
4642
|
+
"""
|
|
4643
|
+
The GitLab scope connector's environment data
|
|
4644
|
+
"""
|
|
4645
|
+
@staticmethod
|
|
4646
|
+
def __key_warning(key: str):
|
|
4647
|
+
suggest = None
|
|
4648
|
+
if key == "environmentType":
|
|
4649
|
+
suggest = "environment_type"
|
|
4650
|
+
|
|
4651
|
+
if suggest:
|
|
4652
|
+
pulumi.log.warn(f"Key '{key}' not found in GitlabScopeEnvironmentDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4653
|
+
|
|
4654
|
+
def __getitem__(self, key: str) -> Any:
|
|
4655
|
+
GitlabScopeEnvironmentDataResponse.__key_warning(key)
|
|
4656
|
+
return super().__getitem__(key)
|
|
4657
|
+
|
|
4658
|
+
def get(self, key: str, default = None) -> Any:
|
|
4659
|
+
GitlabScopeEnvironmentDataResponse.__key_warning(key)
|
|
4660
|
+
return super().get(key, default)
|
|
4661
|
+
|
|
4662
|
+
def __init__(__self__, *,
|
|
4663
|
+
environment_type: str):
|
|
4664
|
+
"""
|
|
4665
|
+
The GitLab scope connector's environment data
|
|
4666
|
+
:param str environment_type: The type of the environment data.
|
|
4667
|
+
Expected value is 'GitlabScope'.
|
|
4668
|
+
"""
|
|
4669
|
+
pulumi.set(__self__, "environment_type", 'GitlabScope')
|
|
4670
|
+
|
|
4671
|
+
@property
|
|
4672
|
+
@pulumi.getter(name="environmentType")
|
|
4673
|
+
def environment_type(self) -> str:
|
|
4674
|
+
"""
|
|
4675
|
+
The type of the environment data.
|
|
4676
|
+
Expected value is 'GitlabScope'.
|
|
4677
|
+
"""
|
|
4678
|
+
return pulumi.get(self, "environment_type")
|
|
4679
|
+
|
|
4680
|
+
|
|
4681
|
+
@pulumi.output_type
|
|
4682
|
+
class SystemDataResponse(dict):
|
|
4683
|
+
"""
|
|
4684
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
4685
|
+
"""
|
|
4686
|
+
@staticmethod
|
|
4687
|
+
def __key_warning(key: str):
|
|
4688
|
+
suggest = None
|
|
4689
|
+
if key == "createdAt":
|
|
4690
|
+
suggest = "created_at"
|
|
4691
|
+
elif key == "createdBy":
|
|
4692
|
+
suggest = "created_by"
|
|
4693
|
+
elif key == "createdByType":
|
|
4694
|
+
suggest = "created_by_type"
|
|
4695
|
+
elif key == "lastModifiedAt":
|
|
4696
|
+
suggest = "last_modified_at"
|
|
4697
|
+
elif key == "lastModifiedBy":
|
|
4698
|
+
suggest = "last_modified_by"
|
|
4699
|
+
elif key == "lastModifiedByType":
|
|
4700
|
+
suggest = "last_modified_by_type"
|
|
4701
|
+
|
|
4702
|
+
if suggest:
|
|
4703
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4704
|
+
|
|
4705
|
+
def __getitem__(self, key: str) -> Any:
|
|
4706
|
+
SystemDataResponse.__key_warning(key)
|
|
4707
|
+
return super().__getitem__(key)
|
|
4708
|
+
|
|
4709
|
+
def get(self, key: str, default = None) -> Any:
|
|
4710
|
+
SystemDataResponse.__key_warning(key)
|
|
4711
|
+
return super().get(key, default)
|
|
4712
|
+
|
|
4713
|
+
def __init__(__self__, *,
|
|
4714
|
+
created_at: Optional[str] = None,
|
|
4715
|
+
created_by: Optional[str] = None,
|
|
4716
|
+
created_by_type: Optional[str] = None,
|
|
4717
|
+
last_modified_at: Optional[str] = None,
|
|
4718
|
+
last_modified_by: Optional[str] = None,
|
|
4719
|
+
last_modified_by_type: Optional[str] = None):
|
|
4720
|
+
"""
|
|
4721
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
4722
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
4723
|
+
:param str created_by: The identity that created the resource.
|
|
4724
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
4725
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
4726
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
4727
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
4728
|
+
"""
|
|
4729
|
+
if created_at is not None:
|
|
4730
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
4731
|
+
if created_by is not None:
|
|
4732
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
4733
|
+
if created_by_type is not None:
|
|
4734
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
4735
|
+
if last_modified_at is not None:
|
|
4736
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
4737
|
+
if last_modified_by is not None:
|
|
4738
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
4739
|
+
if last_modified_by_type is not None:
|
|
4740
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
4741
|
+
|
|
4742
|
+
@property
|
|
4743
|
+
@pulumi.getter(name="createdAt")
|
|
4744
|
+
def created_at(self) -> Optional[str]:
|
|
4745
|
+
"""
|
|
4746
|
+
The timestamp of resource creation (UTC).
|
|
4747
|
+
"""
|
|
4748
|
+
return pulumi.get(self, "created_at")
|
|
4749
|
+
|
|
4750
|
+
@property
|
|
4751
|
+
@pulumi.getter(name="createdBy")
|
|
4752
|
+
def created_by(self) -> Optional[str]:
|
|
4753
|
+
"""
|
|
4754
|
+
The identity that created the resource.
|
|
4755
|
+
"""
|
|
4756
|
+
return pulumi.get(self, "created_by")
|
|
4757
|
+
|
|
4758
|
+
@property
|
|
4759
|
+
@pulumi.getter(name="createdByType")
|
|
4760
|
+
def created_by_type(self) -> Optional[str]:
|
|
4761
|
+
"""
|
|
4762
|
+
The type of identity that created the resource.
|
|
4763
|
+
"""
|
|
4764
|
+
return pulumi.get(self, "created_by_type")
|
|
4765
|
+
|
|
4766
|
+
@property
|
|
4767
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
4768
|
+
def last_modified_at(self) -> Optional[str]:
|
|
4769
|
+
"""
|
|
4770
|
+
The timestamp of resource last modification (UTC)
|
|
4771
|
+
"""
|
|
4772
|
+
return pulumi.get(self, "last_modified_at")
|
|
4773
|
+
|
|
4774
|
+
@property
|
|
4775
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
4776
|
+
def last_modified_by(self) -> Optional[str]:
|
|
4777
|
+
"""
|
|
4778
|
+
The identity that last modified the resource.
|
|
4779
|
+
"""
|
|
4780
|
+
return pulumi.get(self, "last_modified_by")
|
|
4781
|
+
|
|
4782
|
+
@property
|
|
4783
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
4784
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
4785
|
+
"""
|
|
4786
|
+
The type of identity that last modified the resource.
|
|
4787
|
+
"""
|
|
4788
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
4789
|
+
|
|
4790
|
+
|
|
4791
|
+
@pulumi.output_type
|
|
4792
|
+
class VmScannersBaseResponseConfiguration(dict):
|
|
4793
|
+
"""
|
|
4794
|
+
Configuration for VM scanning
|
|
4795
|
+
"""
|
|
4796
|
+
@staticmethod
|
|
4797
|
+
def __key_warning(key: str):
|
|
4798
|
+
suggest = None
|
|
4799
|
+
if key == "exclusionTags":
|
|
4800
|
+
suggest = "exclusion_tags"
|
|
4801
|
+
elif key == "scanningMode":
|
|
4802
|
+
suggest = "scanning_mode"
|
|
4803
|
+
|
|
4804
|
+
if suggest:
|
|
4805
|
+
pulumi.log.warn(f"Key '{key}' not found in VmScannersBaseResponseConfiguration. Access the value via the '{suggest}' property getter instead.")
|
|
4806
|
+
|
|
4807
|
+
def __getitem__(self, key: str) -> Any:
|
|
4808
|
+
VmScannersBaseResponseConfiguration.__key_warning(key)
|
|
4809
|
+
return super().__getitem__(key)
|
|
4810
|
+
|
|
4811
|
+
def get(self, key: str, default = None) -> Any:
|
|
4812
|
+
VmScannersBaseResponseConfiguration.__key_warning(key)
|
|
4813
|
+
return super().get(key, default)
|
|
4814
|
+
|
|
4815
|
+
def __init__(__self__, *,
|
|
4816
|
+
exclusion_tags: Optional[Mapping[str, str]] = None,
|
|
4817
|
+
scanning_mode: Optional[str] = None):
|
|
4818
|
+
"""
|
|
4819
|
+
Configuration for VM scanning
|
|
4820
|
+
:param Mapping[str, str] exclusion_tags: Tags that indicates that a resource should not be scanned
|
|
4821
|
+
:param str scanning_mode: The scanning mode for the VM scan.
|
|
4822
|
+
"""
|
|
4823
|
+
if exclusion_tags is not None:
|
|
4824
|
+
pulumi.set(__self__, "exclusion_tags", exclusion_tags)
|
|
4825
|
+
if scanning_mode is not None:
|
|
4826
|
+
pulumi.set(__self__, "scanning_mode", scanning_mode)
|
|
4827
|
+
|
|
4828
|
+
@property
|
|
4829
|
+
@pulumi.getter(name="exclusionTags")
|
|
4830
|
+
def exclusion_tags(self) -> Optional[Mapping[str, str]]:
|
|
4831
|
+
"""
|
|
4832
|
+
Tags that indicates that a resource should not be scanned
|
|
4833
|
+
"""
|
|
4834
|
+
return pulumi.get(self, "exclusion_tags")
|
|
4835
|
+
|
|
4836
|
+
@property
|
|
4837
|
+
@pulumi.getter(name="scanningMode")
|
|
4838
|
+
def scanning_mode(self) -> Optional[str]:
|
|
4839
|
+
"""
|
|
4840
|
+
The scanning mode for the VM scan.
|
|
4841
|
+
"""
|
|
4842
|
+
return pulumi.get(self, "scanning_mode")
|
|
4843
|
+
|
|
4844
|
+
|