pulumi-azure-native 2.45.0a1717765148__py3-none-any.whl → 2.45.0a1718005516__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 +154 -0
- pulumi_azure_native/apimanagement/__init__.py +17 -0
- pulumi_azure_native/apimanagement/_enums.py +15 -0
- pulumi_azure_native/apimanagement/_inputs.py +398 -0
- pulumi_azure_native/apimanagement/api.py +3 -3
- pulumi_azure_native/apimanagement/api_diagnostic.py +3 -3
- pulumi_azure_native/apimanagement/api_gateway.py +374 -0
- pulumi_azure_native/apimanagement/api_gateway_config_connection.py +264 -0
- pulumi_azure_native/apimanagement/api_issue.py +3 -3
- pulumi_azure_native/apimanagement/api_issue_attachment.py +3 -3
- pulumi_azure_native/apimanagement/api_issue_comment.py +3 -3
- pulumi_azure_native/apimanagement/api_management_service.py +3 -3
- pulumi_azure_native/apimanagement/api_operation.py +3 -3
- pulumi_azure_native/apimanagement/api_operation_policy.py +3 -3
- pulumi_azure_native/apimanagement/api_policy.py +3 -3
- pulumi_azure_native/apimanagement/api_release.py +3 -3
- pulumi_azure_native/apimanagement/api_schema.py +3 -3
- pulumi_azure_native/apimanagement/api_tag_description.py +3 -3
- pulumi_azure_native/apimanagement/api_version_set.py +3 -3
- pulumi_azure_native/apimanagement/api_wiki.py +3 -3
- pulumi_azure_native/apimanagement/authorization.py +3 -3
- pulumi_azure_native/apimanagement/authorization_access_policy.py +3 -3
- pulumi_azure_native/apimanagement/authorization_provider.py +3 -3
- pulumi_azure_native/apimanagement/authorization_server.py +3 -3
- pulumi_azure_native/apimanagement/backend.py +3 -3
- pulumi_azure_native/apimanagement/cache.py +3 -3
- pulumi_azure_native/apimanagement/certificate.py +3 -3
- pulumi_azure_native/apimanagement/content_item.py +3 -3
- pulumi_azure_native/apimanagement/content_type.py +3 -3
- pulumi_azure_native/apimanagement/diagnostic.py +3 -3
- pulumi_azure_native/apimanagement/documentation.py +3 -3
- pulumi_azure_native/apimanagement/email_template.py +3 -3
- pulumi_azure_native/apimanagement/gateway.py +3 -3
- pulumi_azure_native/apimanagement/gateway_api_entity_tag.py +3 -3
- pulumi_azure_native/apimanagement/gateway_certificate_authority.py +3 -3
- pulumi_azure_native/apimanagement/gateway_hostname_configuration.py +3 -3
- pulumi_azure_native/apimanagement/get_api.py +2 -2
- pulumi_azure_native/apimanagement/get_api_diagnostic.py +2 -2
- pulumi_azure_native/apimanagement/get_api_gateway.py +263 -0
- pulumi_azure_native/apimanagement/get_api_gateway_config_connection.py +176 -0
- pulumi_azure_native/apimanagement/get_api_issue.py +2 -2
- pulumi_azure_native/apimanagement/get_api_issue_attachment.py +2 -2
- pulumi_azure_native/apimanagement/get_api_issue_comment.py +2 -2
- pulumi_azure_native/apimanagement/get_api_management_service.py +2 -2
- pulumi_azure_native/apimanagement/get_api_management_service_domain_ownership_identifier.py +2 -2
- pulumi_azure_native/apimanagement/get_api_management_service_sso_token.py +2 -2
- pulumi_azure_native/apimanagement/get_api_operation.py +2 -2
- pulumi_azure_native/apimanagement/get_api_operation_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_api_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_api_release.py +2 -2
- pulumi_azure_native/apimanagement/get_api_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_api_tag_description.py +2 -2
- pulumi_azure_native/apimanagement/get_api_version_set.py +2 -2
- pulumi_azure_native/apimanagement/get_api_wiki.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_access_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_login_link_post.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_provider.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_server.py +2 -2
- pulumi_azure_native/apimanagement/get_backend.py +2 -2
- pulumi_azure_native/apimanagement/get_cache.py +2 -2
- pulumi_azure_native/apimanagement/get_certificate.py +2 -2
- pulumi_azure_native/apimanagement/get_content_item.py +2 -2
- pulumi_azure_native/apimanagement/get_content_type.py +2 -2
- pulumi_azure_native/apimanagement/get_diagnostic.py +2 -2
- pulumi_azure_native/apimanagement/get_documentation.py +2 -2
- pulumi_azure_native/apimanagement/get_email_template.py +2 -2
- pulumi_azure_native/apimanagement/get_gateway.py +2 -2
- pulumi_azure_native/apimanagement/get_gateway_certificate_authority.py +2 -2
- pulumi_azure_native/apimanagement/get_gateway_hostname_configuration.py +2 -2
- pulumi_azure_native/apimanagement/get_global_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_graph_ql_api_resolver.py +2 -2
- pulumi_azure_native/apimanagement/get_graph_ql_api_resolver_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_group.py +2 -2
- pulumi_azure_native/apimanagement/get_identity_provider.py +2 -2
- pulumi_azure_native/apimanagement/get_logger.py +2 -2
- pulumi_azure_native/apimanagement/get_named_value.py +2 -2
- pulumi_azure_native/apimanagement/get_open_id_connect_provider.py +2 -2
- pulumi_azure_native/apimanagement/get_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_policy_fragment.py +2 -2
- pulumi_azure_native/apimanagement/get_policy_restriction.py +4 -0
- pulumi_azure_native/apimanagement/get_private_endpoint_connection_by_name.py +2 -2
- pulumi_azure_native/apimanagement/get_product.py +2 -2
- pulumi_azure_native/apimanagement/get_product_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_product_group_link.py +2 -2
- pulumi_azure_native/apimanagement/get_product_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_product_wiki.py +2 -2
- pulumi_azure_native/apimanagement/get_subscription.py +2 -2
- pulumi_azure_native/apimanagement/get_tag.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_by_api.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_by_operation.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_by_product.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_operation_link.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_product_link.py +2 -2
- pulumi_azure_native/apimanagement/get_user.py +2 -2
- pulumi_azure_native/apimanagement/get_user_shared_access_token.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_diagnostic.py +252 -0
- pulumi_azure_native/apimanagement/get_workspace_api_operation.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_operation_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_release.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_version_set.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_backend.py +257 -0
- pulumi_azure_native/apimanagement/get_workspace_certificate.py +169 -0
- pulumi_azure_native/apimanagement/get_workspace_diagnostic.py +247 -0
- pulumi_azure_native/apimanagement/get_workspace_global_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_group.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_logger.py +182 -0
- pulumi_azure_native/apimanagement/get_workspace_named_value.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_policy_fragment.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product_group_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_subscription.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag_operation_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag_product_link.py +2 -2
- pulumi_azure_native/apimanagement/global_schema.py +3 -3
- pulumi_azure_native/apimanagement/graph_ql_api_resolver.py +3 -3
- pulumi_azure_native/apimanagement/graph_ql_api_resolver_policy.py +3 -3
- pulumi_azure_native/apimanagement/group.py +3 -3
- pulumi_azure_native/apimanagement/group_user.py +3 -3
- pulumi_azure_native/apimanagement/identity_provider.py +3 -3
- pulumi_azure_native/apimanagement/list_authorization_server_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_gateway_debug_credentials.py +2 -2
- pulumi_azure_native/apimanagement/list_gateway_keys.py +2 -2
- pulumi_azure_native/apimanagement/list_identity_provider_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_named_value.py +2 -2
- pulumi_azure_native/apimanagement/list_open_id_connect_provider_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_policy_fragment_references.py +2 -2
- pulumi_azure_native/apimanagement/list_subscription_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_tenant_access_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_workspace_named_value.py +2 -2
- pulumi_azure_native/apimanagement/list_workspace_policy_fragment_references.py +2 -2
- pulumi_azure_native/apimanagement/list_workspace_subscription_secrets.py +2 -2
- pulumi_azure_native/apimanagement/logger.py +3 -3
- pulumi_azure_native/apimanagement/named_value.py +3 -3
- pulumi_azure_native/apimanagement/notification_recipient_email.py +3 -3
- pulumi_azure_native/apimanagement/notification_recipient_user.py +3 -3
- pulumi_azure_native/apimanagement/open_id_connect_provider.py +3 -3
- pulumi_azure_native/apimanagement/outputs.py +445 -0
- pulumi_azure_native/apimanagement/policy.py +3 -3
- pulumi_azure_native/apimanagement/policy_fragment.py +3 -3
- pulumi_azure_native/apimanagement/policy_restriction.py +5 -1
- pulumi_azure_native/apimanagement/private_endpoint_connection_by_name.py +3 -3
- pulumi_azure_native/apimanagement/product.py +3 -3
- pulumi_azure_native/apimanagement/product_api.py +3 -3
- pulumi_azure_native/apimanagement/product_api_link.py +3 -3
- pulumi_azure_native/apimanagement/product_group.py +3 -3
- pulumi_azure_native/apimanagement/product_group_link.py +3 -3
- pulumi_azure_native/apimanagement/product_policy.py +3 -3
- pulumi_azure_native/apimanagement/product_wiki.py +3 -3
- pulumi_azure_native/apimanagement/schema.py +1 -1
- pulumi_azure_native/apimanagement/subscription.py +3 -3
- pulumi_azure_native/apimanagement/tag.py +3 -3
- pulumi_azure_native/apimanagement/tag_api_link.py +3 -3
- pulumi_azure_native/apimanagement/tag_by_api.py +3 -3
- pulumi_azure_native/apimanagement/tag_by_operation.py +3 -3
- pulumi_azure_native/apimanagement/tag_by_product.py +3 -3
- pulumi_azure_native/apimanagement/tag_operation_link.py +3 -3
- pulumi_azure_native/apimanagement/tag_product_link.py +3 -3
- pulumi_azure_native/apimanagement/user.py +3 -3
- pulumi_azure_native/apimanagement/v20161010/api_management_service.py +1 -1
- pulumi_azure_native/apimanagement/v20170301/api.py +1 -1
- pulumi_azure_native/apimanagement/v20170301/api_management_service.py +1 -1
- pulumi_azure_native/apimanagement/v20170301/group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20170301/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20170301/product_api.py +1 -1
- pulumi_azure_native/apimanagement/v20170301/user.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/api_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/backend.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/user.py +1 -1
- pulumi_azure_native/apimanagement/v20180601preview/api.py +1 -1
- pulumi_azure_native/apimanagement/v20180601preview/api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20180601preview/api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20180601preview/policy.py +1 -1
- pulumi_azure_native/apimanagement/v20180601preview/product_api.py +1 -1
- pulumi_azure_native/apimanagement/v20180601preview/product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20180601preview/tag_description.py +1 -1
- pulumi_azure_native/apimanagement/v20190101/api_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20190101/api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20190101/api_tag_description.py +1 -1
- pulumi_azure_native/apimanagement/v20190101/diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20190101/identity_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20190101/subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20191201preview/cache.py +1 -1
- pulumi_azure_native/apimanagement/v20191201preview/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20201201/api.py +1 -1
- pulumi_azure_native/apimanagement/v20210401preview/schema.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_issue.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_issue_attachment.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_issue_comment.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_management_service.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_tag_description.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/authorization.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/authorization_access_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/authorization_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/authorization_server.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/backend.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/cache.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/certificate.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/content_item.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/content_type.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/documentation.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/email_template.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/gateway.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/gateway_api_entity_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/gateway_certificate_authority.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/gateway_hostname_configuration.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/graph_ql_api_resolver.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/graph_ql_api_resolver_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/group.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/identity_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/open_id_connect_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/private_endpoint_connection_by_name.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/product.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/product_api.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/product_group.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/product_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/tag.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/tag_by_api.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/tag_by_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/tag_by_product.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/user.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_issue.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_issue_attachment.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_issue_comment.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_management_service.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_tag_description.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/authorization.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/authorization_access_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/authorization_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/authorization_server.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/backend.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/cache.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/certificate.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/content_item.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/content_type.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/documentation.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/email_template.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/gateway.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/gateway_api_entity_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/gateway_certificate_authority.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/gateway_hostname_configuration.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/graph_ql_api_resolver.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/graph_ql_api_resolver_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/group.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/identity_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/open_id_connect_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/private_endpoint_connection_by_name.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/product.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/product_api.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/product_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/product_group.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/product_group_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/product_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/tag.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/tag_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/tag_by_api.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/tag_by_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/tag_by_product.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/tag_operation_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/tag_product_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/user.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_api.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_group.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_product.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_product_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_product_group_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_operation_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_product_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_issue.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_issue_attachment.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_issue_comment.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_management_service.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_tag_description.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/authorization.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/authorization_access_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/authorization_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/authorization_server.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/backend.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/cache.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/certificate.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/content_item.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/content_type.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/documentation.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/email_template.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/gateway.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/gateway_api_entity_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/gateway_certificate_authority.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/gateway_hostname_configuration.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/graph_ql_api_resolver.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/graph_ql_api_resolver_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/group.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/identity_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/open_id_connect_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/private_endpoint_connection_by_name.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/product.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/product_api.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/product_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/product_group.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/product_group_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/product_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/tag.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/tag_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/tag_by_api.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/tag_by_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/tag_by_product.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/tag_operation_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/tag_product_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/user.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_api.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_group.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_product.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_product_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_product_group_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_operation_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_product_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_issue.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_issue_attachment.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_issue_comment.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_management_service.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_tag_description.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/authorization.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/authorization_access_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/authorization_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/authorization_server.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/backend.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/cache.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/certificate.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/content_item.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/content_type.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/documentation.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/email_template.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/gateway.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/gateway_api_entity_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/gateway_certificate_authority.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/gateway_hostname_configuration.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/group.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/identity_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/open_id_connect_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/policy_restriction.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/private_endpoint_connection_by_name.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/product.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/product_api.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/product_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/product_group.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/product_group_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/product_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/tag.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/tag_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/tag_by_api.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/tag_by_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/tag_by_product.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/tag_operation_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/tag_product_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/user.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_group.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_product.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_product_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_product_group_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_operation_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_product_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230901preview/__init__.py +203 -0
- pulumi_azure_native/apimanagement/v20230901preview/_enums.py +817 -0
- pulumi_azure_native/apimanagement/v20230901preview/_inputs.py +3143 -0
- pulumi_azure_native/apimanagement/v20230901preview/api.py +893 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_diagnostic.py +489 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_gateway.py +372 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_gateway_config_connection.py +262 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_issue.py +353 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_issue_attachment.py +306 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_issue_comment.py +305 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_management_service.py +1062 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_operation.py +432 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_operation_policy.py +280 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_policy.py +259 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_release.py +253 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_schema.py +322 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_tag_description.py +302 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_version_set.py +322 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_wiki.py +206 -0
- pulumi_azure_native/apimanagement/v20230901preview/authorization.py +343 -0
- pulumi_azure_native/apimanagement/v20230901preview/authorization_access_policy.py +303 -0
- pulumi_azure_native/apimanagement/v20230901preview/authorization_provider.py +263 -0
- pulumi_azure_native/apimanagement/v20230901preview/authorization_server.py +704 -0
- pulumi_azure_native/apimanagement/v20230901preview/backend.py +509 -0
- pulumi_azure_native/apimanagement/v20230901preview/cache.py +292 -0
- pulumi_azure_native/apimanagement/v20230901preview/certificate.py +275 -0
- pulumi_azure_native/apimanagement/v20230901preview/content_item.py +224 -0
- pulumi_azure_native/apimanagement/v20230901preview/content_type.py +300 -0
- pulumi_azure_native/apimanagement/v20230901preview/diagnostic.py +468 -0
- pulumi_azure_native/apimanagement/v20230901preview/documentation.py +232 -0
- pulumi_azure_native/apimanagement/v20230901preview/email_template.py +331 -0
- pulumi_azure_native/apimanagement/v20230901preview/gateway.py +234 -0
- pulumi_azure_native/apimanagement/v20230901preview/gateway_api_entity_tag.py +436 -0
- pulumi_azure_native/apimanagement/v20230901preview/gateway_certificate_authority.py +224 -0
- pulumi_azure_native/apimanagement/v20230901preview/gateway_hostname_configuration.py +369 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api.py +396 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_diagnostic.py +245 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_gateway.py +261 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_gateway_config_connection.py +174 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_issue.py +197 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_issue_attachment.py +158 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_issue_comment.py +158 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_management_service.py +625 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_management_service_domain_ownership_identifier.py +64 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_management_service_sso_token.py +78 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_operation.py +219 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_operation_policy.py +150 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_policy.py +145 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_release.py +166 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_schema.py +179 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_tag_description.py +179 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_version_set.py +174 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_wiki.py +123 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_authorization.py +180 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_authorization_access_policy.py +158 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_authorization_login_link_post.py +93 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_authorization_provider.py +149 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_authorization_server.py +344 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_backend.py +250 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_cache.py +161 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_certificate.py +162 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_content_item.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_content_type.py +148 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_diagnostic.py +240 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_documentation.py +135 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_email_template.py +188 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_gateway.py +136 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_gateway_certificate_authority.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_gateway_hostname_configuration.py +192 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_global_schema.py +161 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_graph_ql_api_resolver.py +153 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_graph_ql_api_resolver_policy.py +150 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_group.py +161 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_identity_provider.py +239 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_logger.py +175 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_named_value.py +188 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_open_id_connect_provider.py +200 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_policy.py +140 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_policy_fragment.py +166 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_policy_restriction.py +135 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_private_endpoint_connection_by_name.py +149 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_product.py +200 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_product_api_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_product_group_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_product_policy.py +145 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_product_wiki.py +123 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_subscription.py +278 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_tag.py +122 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_tag_api_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_tag_by_api.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_tag_by_operation.py +132 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_tag_by_product.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_tag_operation_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_tag_product_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_user.py +214 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_user_shared_access_token.py +94 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace.py +135 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api.py +401 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_diagnostic.py +250 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_operation.py +224 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_operation_policy.py +155 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_policy.py +150 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_release.py +171 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_schema.py +184 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_version_set.py +179 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_backend.py +255 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_certificate.py +167 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_diagnostic.py +245 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_global_schema.py +166 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_group.py +166 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_logger.py +180 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_named_value.py +193 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_policy.py +145 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_policy_fragment.py +171 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product.py +205 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product_api_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product_group_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product_policy.py +150 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_subscription.py +283 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag_api_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag_operation_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag_product_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230901preview/global_schema.py +273 -0
- pulumi_azure_native/apimanagement/v20230901preview/graph_ql_api_resolver.py +282 -0
- pulumi_azure_native/apimanagement/v20230901preview/graph_ql_api_resolver_policy.py +280 -0
- pulumi_azure_native/apimanagement/v20230901preview/group.py +292 -0
- pulumi_azure_native/apimanagement/v20230901preview/group_user.py +276 -0
- pulumi_azure_native/apimanagement/v20230901preview/identity_provider.py +486 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_authorization_server_secrets.py +109 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_gateway_debug_credentials.py +99 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_gateway_keys.py +96 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_identity_provider_secrets.py +83 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_named_value.py +83 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_open_id_connect_provider_secrets.py +83 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_policy_fragment_references.py +120 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_subscription_secrets.py +96 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_tenant_access_secrets.py +135 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_workspace_named_value.py +88 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_workspace_policy_fragment_references.py +125 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_workspace_subscription_secrets.py +101 -0
- pulumi_azure_native/apimanagement/v20230901preview/logger.py +325 -0
- pulumi_azure_native/apimanagement/v20230901preview/named_value.py +332 -0
- pulumi_azure_native/apimanagement/v20230901preview/notification_recipient_email.py +204 -0
- pulumi_azure_native/apimanagement/v20230901preview/notification_recipient_user.py +204 -0
- pulumi_azure_native/apimanagement/v20230901preview/open_id_connect_provider.py +380 -0
- pulumi_azure_native/apimanagement/v20230901preview/outputs.py +3817 -0
- pulumi_azure_native/apimanagement/v20230901preview/policy.py +238 -0
- pulumi_azure_native/apimanagement/v20230901preview/policy_fragment.py +277 -0
- pulumi_azure_native/apimanagement/v20230901preview/policy_restriction.py +237 -0
- pulumi_azure_native/apimanagement/v20230901preview/private_endpoint_connection_by_name.py +247 -0
- pulumi_azure_native/apimanagement/v20230901preview/product.py +379 -0
- pulumi_azure_native/apimanagement/v20230901preview/product_api.py +416 -0
- pulumi_azure_native/apimanagement/v20230901preview/product_api_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/product_group.py +235 -0
- pulumi_azure_native/apimanagement/v20230901preview/product_group_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/product_policy.py +259 -0
- pulumi_azure_native/apimanagement/v20230901preview/product_wiki.py +206 -0
- pulumi_azure_native/apimanagement/v20230901preview/subscription.py +486 -0
- pulumi_azure_native/apimanagement/v20230901preview/tag.py +204 -0
- pulumi_azure_native/apimanagement/v20230901preview/tag_api_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/tag_by_api.py +205 -0
- pulumi_azure_native/apimanagement/v20230901preview/tag_by_operation.py +226 -0
- pulumi_azure_native/apimanagement/v20230901preview/tag_by_product.py +205 -0
- pulumi_azure_native/apimanagement/v20230901preview/tag_operation_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/tag_product_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/user.py +458 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace.py +233 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api.py +914 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api_diagnostic.py +510 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api_operation.py +453 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api_operation_policy.py +301 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api_policy.py +280 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api_release.py +274 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api_schema.py +343 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api_version_set.py +343 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_backend.py +530 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_certificate.py +296 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_diagnostic.py +489 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_global_schema.py +294 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_group.py +313 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_group_user.py +297 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_logger.py +346 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_named_value.py +353 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_notification_recipient_email.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_notification_recipient_user.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_policy.py +259 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_policy_fragment.py +298 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_product.py +400 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_product_api_link.py +246 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_product_group_link.py +246 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_product_policy.py +280 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_subscription.py +507 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_tag.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_api_link.py +246 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_operation_link.py +246 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_product_link.py +246 -0
- pulumi_azure_native/apimanagement/workspace.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_diagnostic.py +512 -0
- pulumi_azure_native/apimanagement/workspace_api_operation.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_operation_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_release.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_schema.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_version_set.py +3 -3
- pulumi_azure_native/apimanagement/workspace_backend.py +532 -0
- pulumi_azure_native/apimanagement/workspace_certificate.py +298 -0
- pulumi_azure_native/apimanagement/workspace_diagnostic.py +491 -0
- pulumi_azure_native/apimanagement/workspace_global_schema.py +3 -3
- pulumi_azure_native/apimanagement/workspace_group.py +3 -3
- pulumi_azure_native/apimanagement/workspace_group_user.py +3 -3
- pulumi_azure_native/apimanagement/workspace_logger.py +348 -0
- pulumi_azure_native/apimanagement/workspace_named_value.py +3 -3
- pulumi_azure_native/apimanagement/workspace_notification_recipient_email.py +3 -3
- pulumi_azure_native/apimanagement/workspace_notification_recipient_user.py +3 -3
- pulumi_azure_native/apimanagement/workspace_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_policy_fragment.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product_api_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product_group_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_subscription.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag_api_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag_operation_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag_product_link.py +3 -3
- pulumi_azure_native/azurestackhci/__init__.py +10 -0
- pulumi_azure_native/azurestackhci/_enums.py +53 -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_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 +211 -0
- pulumi_azure_native/azurestackhci/get_security_rule.py +268 -0
- 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/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 +295 -0
- pulumi_azure_native/azurestackhci/outputs.py +48 -0
- pulumi_azure_native/azurestackhci/security_rule.py +493 -0
- 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/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20240201preview/_enums.py +306 -0
- pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +1561 -0
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +477 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_gallery_image.py +274 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_guest_agent.py +165 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_logical_network.py +222 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_marketplace_gallery_image.py +261 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_network_interface.py +235 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_network_security_group.py +209 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_security_rule.py +266 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_storage_container.py +196 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_virtual_hard_disk.py +287 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_virtual_machine_instance.py +295 -0
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +224 -0
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +360 -0
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +448 -0
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +389 -0
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +293 -0
- pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +3536 -0
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +491 -0
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +303 -0
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +505 -0
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +457 -0
- 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/__init__.py +28 -0
- pulumi_azure_native/azurestackhci/v20240401/_enums.py +196 -0
- pulumi_azure_native/azurestackhci/v20240401/_inputs.py +2371 -0
- pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +401 -0
- pulumi_azure_native/azurestackhci/v20240401/cluster.py +646 -0
- pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +330 -0
- pulumi_azure_native/azurestackhci/v20240401/extension.py +468 -0
- pulumi_azure_native/azurestackhci/v20240401/get_arc_setting.py +253 -0
- pulumi_azure_native/azurestackhci/v20240401/get_cluster.py +469 -0
- pulumi_azure_native/azurestackhci/v20240401/get_deployment_setting.py +201 -0
- pulumi_azure_native/azurestackhci/v20240401/get_extension.py +271 -0
- pulumi_azure_native/azurestackhci/v20240401/get_hci_edge_device.py +145 -0
- pulumi_azure_native/azurestackhci/v20240401/get_security_setting.py +188 -0
- pulumi_azure_native/azurestackhci/v20240401/get_update.py +370 -0
- pulumi_azure_native/azurestackhci/v20240401/get_update_run.py +310 -0
- pulumi_azure_native/azurestackhci/v20240401/get_update_summary.py +261 -0
- pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +228 -0
- pulumi_azure_native/azurestackhci/v20240401/outputs.py +5469 -0
- pulumi_azure_native/azurestackhci/v20240401/security_setting.py +305 -0
- pulumi_azure_native/azurestackhci/v20240401/update.py +719 -0
- pulumi_azure_native/azurestackhci/v20240401/update_run.py +614 -0
- pulumi_azure_native/azurestackhci/v20240401/update_summary.py +466 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/compute/v20240301/_inputs.py +34 -252
- pulumi_azure_native/compute/v20240301/outputs.py +29 -16
- pulumi_azure_native/compute/v20240301/virtual_machine_extension.py +7 -7
- pulumi_azure_native/containerservice/v20240302preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240302preview/outputs.py +4 -4
- pulumi_azure_native/documentdb/v20240515preview/_enums.py +9 -0
- pulumi_azure_native/documentdb/v20240515preview/_inputs.py +248 -0
- pulumi_azure_native/documentdb/v20240515preview/service.py +16 -57
- pulumi_azure_native/elasticsan/__init__.py +3 -0
- pulumi_azure_native/elasticsan/elastic_san.py +3 -3
- pulumi_azure_native/elasticsan/get_elastic_san.py +2 -2
- pulumi_azure_native/elasticsan/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/elasticsan/get_volume.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_group.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_snapshot.py +4 -0
- pulumi_azure_native/elasticsan/private_endpoint_connection.py +3 -3
- pulumi_azure_native/elasticsan/v20211120preview/elastic_san.py +1 -1
- pulumi_azure_native/elasticsan/v20211120preview/volume.py +1 -1
- pulumi_azure_native/elasticsan/v20211120preview/volume_group.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/elastic_san.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/volume.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/volume_group.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/elastic_san.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/volume.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/volume_group.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/volume_snapshot.py +1 -1
- pulumi_azure_native/elasticsan/v20240501/__init__.py +20 -0
- pulumi_azure_native/elasticsan/v20240501/_enums.py +108 -0
- pulumi_azure_native/elasticsan/v20240501/_inputs.py +432 -0
- pulumi_azure_native/elasticsan/v20240501/elastic_san.py +442 -0
- pulumi_azure_native/elasticsan/v20240501/get_elastic_san.py +300 -0
- pulumi_azure_native/elasticsan/v20240501/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/elasticsan/v20240501/get_volume.py +206 -0
- pulumi_azure_native/elasticsan/v20240501/get_volume_group.py +227 -0
- pulumi_azure_native/elasticsan/v20240501/get_volume_snapshot.py +180 -0
- pulumi_azure_native/elasticsan/v20240501/outputs.py +1034 -0
- pulumi_azure_native/elasticsan/v20240501/private_endpoint_connection.py +266 -0
- pulumi_azure_native/elasticsan/v20240501/volume.py +326 -0
- pulumi_azure_native/elasticsan/v20240501/volume_group.py +381 -0
- pulumi_azure_native/elasticsan/v20240501/volume_snapshot.py +267 -0
- pulumi_azure_native/elasticsan/volume.py +3 -3
- pulumi_azure_native/elasticsan/volume_group.py +3 -3
- pulumi_azure_native/elasticsan/volume_snapshot.py +5 -1
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/storage/_inputs.py +34 -32
- pulumi_azure_native/storage/get_storage_task_assignment.py +2 -15
- pulumi_azure_native/storage/outputs.py +24 -22
- pulumi_azure_native/storage/storage_task_assignment.py +17 -26
- pulumi_azure_native/storage/v20230501/_inputs.py +34 -32
- pulumi_azure_native/storage/v20230501/get_storage_task_assignment.py +2 -15
- pulumi_azure_native/storage/v20230501/outputs.py +24 -22
- pulumi_azure_native/storage/v20230501/storage_task_assignment.py +17 -26
- pulumi_azure_native/web/v20231201/_enums.py +10 -4
- pulumi_azure_native/web/v20231201/_inputs.py +4 -4
- {pulumi_azure_native-2.45.0a1717765148.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.45.0a1717765148.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/RECORD +981 -706
- {pulumi_azure_native-2.45.0a1717765148.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.45.0a1717765148.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,3143 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from ._enums import *
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'AdditionalLocationArgs',
|
|
15
|
+
'ApiContactInformationArgs',
|
|
16
|
+
'ApiCreateOrUpdatePropertiesWsdlSelectorArgs',
|
|
17
|
+
'ApiLicenseInformationArgs',
|
|
18
|
+
'ApiManagementGatewaySkuPropertiesArgs',
|
|
19
|
+
'ApiManagementServiceIdentityArgs',
|
|
20
|
+
'ApiManagementServiceSkuPropertiesArgs',
|
|
21
|
+
'ApiVersionConstraintArgs',
|
|
22
|
+
'ApiVersionSetContractDetailsArgs',
|
|
23
|
+
'AuthenticationSettingsContractArgs',
|
|
24
|
+
'AuthorizationErrorArgs',
|
|
25
|
+
'AuthorizationProviderOAuth2GrantTypesArgs',
|
|
26
|
+
'AuthorizationProviderOAuth2SettingsArgs',
|
|
27
|
+
'BackendAuthorizationHeaderCredentialsArgs',
|
|
28
|
+
'BackendBaseParametersPoolArgs',
|
|
29
|
+
'BackendCircuitBreakerArgs',
|
|
30
|
+
'BackendConfigurationArgs',
|
|
31
|
+
'BackendCredentialsContractArgs',
|
|
32
|
+
'BackendPoolItemArgs',
|
|
33
|
+
'BackendPropertiesArgs',
|
|
34
|
+
'BackendProxyContractArgs',
|
|
35
|
+
'BackendServiceFabricClusterPropertiesArgs',
|
|
36
|
+
'BackendSubnetConfigurationArgs',
|
|
37
|
+
'BackendTlsPropertiesArgs',
|
|
38
|
+
'BodyDiagnosticSettingsArgs',
|
|
39
|
+
'CertificateConfigurationArgs',
|
|
40
|
+
'CertificateInformationArgs',
|
|
41
|
+
'CircuitBreakerFailureConditionArgs',
|
|
42
|
+
'CircuitBreakerRuleArgs',
|
|
43
|
+
'ConfigurationApiArgs',
|
|
44
|
+
'DataMaskingEntityArgs',
|
|
45
|
+
'DataMaskingArgs',
|
|
46
|
+
'EmailTemplateParametersContractPropertiesArgs',
|
|
47
|
+
'FailureStatusCodeRangeArgs',
|
|
48
|
+
'HostnameConfigurationArgs',
|
|
49
|
+
'HttpMessageDiagnosticArgs',
|
|
50
|
+
'KeyVaultContractCreatePropertiesArgs',
|
|
51
|
+
'OAuth2AuthenticationSettingsContractArgs',
|
|
52
|
+
'OpenIdAuthenticationSettingsContractArgs',
|
|
53
|
+
'ParameterContractArgs',
|
|
54
|
+
'ParameterExampleContractArgs',
|
|
55
|
+
'PipelineDiagnosticSettingsArgs',
|
|
56
|
+
'PrivateEndpointConnectionRequestPropertiesArgs',
|
|
57
|
+
'PrivateLinkServiceConnectionStateArgs',
|
|
58
|
+
'RemotePrivateEndpointConnectionWrapperArgs',
|
|
59
|
+
'RepresentationContractArgs',
|
|
60
|
+
'RequestContractArgs',
|
|
61
|
+
'ResourceLocationDataContractArgs',
|
|
62
|
+
'ResponseContractArgs',
|
|
63
|
+
'SamplingSettingsArgs',
|
|
64
|
+
'SubscriptionKeyParameterNamesContractArgs',
|
|
65
|
+
'TokenBodyParameterContractArgs',
|
|
66
|
+
'UserIdentityContractArgs',
|
|
67
|
+
'UserIdentityPropertiesArgs',
|
|
68
|
+
'VirtualNetworkConfigurationArgs',
|
|
69
|
+
'WikiDocumentationContractArgs',
|
|
70
|
+
'X509CertificateNameArgs',
|
|
71
|
+
]
|
|
72
|
+
|
|
73
|
+
@pulumi.input_type
|
|
74
|
+
class AdditionalLocationArgs:
|
|
75
|
+
def __init__(__self__, *,
|
|
76
|
+
location: pulumi.Input[str],
|
|
77
|
+
sku: pulumi.Input['ApiManagementServiceSkuPropertiesArgs'],
|
|
78
|
+
disable_gateway: Optional[pulumi.Input[bool]] = None,
|
|
79
|
+
nat_gateway_state: Optional[pulumi.Input[Union[str, 'NatGatewayState']]] = None,
|
|
80
|
+
public_ip_address_id: Optional[pulumi.Input[str]] = None,
|
|
81
|
+
virtual_network_configuration: Optional[pulumi.Input['VirtualNetworkConfigurationArgs']] = None,
|
|
82
|
+
zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
83
|
+
"""
|
|
84
|
+
Description of an additional API Management resource location.
|
|
85
|
+
:param pulumi.Input[str] location: The location name of the additional region among Azure Data center regions.
|
|
86
|
+
:param pulumi.Input['ApiManagementServiceSkuPropertiesArgs'] sku: SKU properties of the API Management service.
|
|
87
|
+
:param pulumi.Input[bool] disable_gateway: Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in this additional location.
|
|
88
|
+
:param pulumi.Input[Union[str, 'NatGatewayState']] nat_gateway_state: Property can be used to enable NAT Gateway for this API Management service.
|
|
89
|
+
:param pulumi.Input[str] public_ip_address_id: Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the location. Supported only for Premium SKU being deployed in Virtual Network.
|
|
90
|
+
:param pulumi.Input['VirtualNetworkConfigurationArgs'] virtual_network_configuration: Virtual network configuration for the location.
|
|
91
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] zones: A list of availability zones denoting where the resource needs to come from.
|
|
92
|
+
"""
|
|
93
|
+
pulumi.set(__self__, "location", location)
|
|
94
|
+
pulumi.set(__self__, "sku", sku)
|
|
95
|
+
if disable_gateway is None:
|
|
96
|
+
disable_gateway = False
|
|
97
|
+
if disable_gateway is not None:
|
|
98
|
+
pulumi.set(__self__, "disable_gateway", disable_gateway)
|
|
99
|
+
if nat_gateway_state is None:
|
|
100
|
+
nat_gateway_state = 'Disabled'
|
|
101
|
+
if nat_gateway_state is not None:
|
|
102
|
+
pulumi.set(__self__, "nat_gateway_state", nat_gateway_state)
|
|
103
|
+
if public_ip_address_id is not None:
|
|
104
|
+
pulumi.set(__self__, "public_ip_address_id", public_ip_address_id)
|
|
105
|
+
if virtual_network_configuration is not None:
|
|
106
|
+
pulumi.set(__self__, "virtual_network_configuration", virtual_network_configuration)
|
|
107
|
+
if zones is not None:
|
|
108
|
+
pulumi.set(__self__, "zones", zones)
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter
|
|
112
|
+
def location(self) -> pulumi.Input[str]:
|
|
113
|
+
"""
|
|
114
|
+
The location name of the additional region among Azure Data center regions.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "location")
|
|
117
|
+
|
|
118
|
+
@location.setter
|
|
119
|
+
def location(self, value: pulumi.Input[str]):
|
|
120
|
+
pulumi.set(self, "location", value)
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
@pulumi.getter
|
|
124
|
+
def sku(self) -> pulumi.Input['ApiManagementServiceSkuPropertiesArgs']:
|
|
125
|
+
"""
|
|
126
|
+
SKU properties of the API Management service.
|
|
127
|
+
"""
|
|
128
|
+
return pulumi.get(self, "sku")
|
|
129
|
+
|
|
130
|
+
@sku.setter
|
|
131
|
+
def sku(self, value: pulumi.Input['ApiManagementServiceSkuPropertiesArgs']):
|
|
132
|
+
pulumi.set(self, "sku", value)
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter(name="disableGateway")
|
|
136
|
+
def disable_gateway(self) -> Optional[pulumi.Input[bool]]:
|
|
137
|
+
"""
|
|
138
|
+
Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in this additional location.
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "disable_gateway")
|
|
141
|
+
|
|
142
|
+
@disable_gateway.setter
|
|
143
|
+
def disable_gateway(self, value: Optional[pulumi.Input[bool]]):
|
|
144
|
+
pulumi.set(self, "disable_gateway", value)
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter(name="natGatewayState")
|
|
148
|
+
def nat_gateway_state(self) -> Optional[pulumi.Input[Union[str, 'NatGatewayState']]]:
|
|
149
|
+
"""
|
|
150
|
+
Property can be used to enable NAT Gateway for this API Management service.
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "nat_gateway_state")
|
|
153
|
+
|
|
154
|
+
@nat_gateway_state.setter
|
|
155
|
+
def nat_gateway_state(self, value: Optional[pulumi.Input[Union[str, 'NatGatewayState']]]):
|
|
156
|
+
pulumi.set(self, "nat_gateway_state", value)
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
@pulumi.getter(name="publicIpAddressId")
|
|
160
|
+
def public_ip_address_id(self) -> Optional[pulumi.Input[str]]:
|
|
161
|
+
"""
|
|
162
|
+
Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the location. Supported only for Premium SKU being deployed in Virtual Network.
|
|
163
|
+
"""
|
|
164
|
+
return pulumi.get(self, "public_ip_address_id")
|
|
165
|
+
|
|
166
|
+
@public_ip_address_id.setter
|
|
167
|
+
def public_ip_address_id(self, value: Optional[pulumi.Input[str]]):
|
|
168
|
+
pulumi.set(self, "public_ip_address_id", value)
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter(name="virtualNetworkConfiguration")
|
|
172
|
+
def virtual_network_configuration(self) -> Optional[pulumi.Input['VirtualNetworkConfigurationArgs']]:
|
|
173
|
+
"""
|
|
174
|
+
Virtual network configuration for the location.
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "virtual_network_configuration")
|
|
177
|
+
|
|
178
|
+
@virtual_network_configuration.setter
|
|
179
|
+
def virtual_network_configuration(self, value: Optional[pulumi.Input['VirtualNetworkConfigurationArgs']]):
|
|
180
|
+
pulumi.set(self, "virtual_network_configuration", value)
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter
|
|
184
|
+
def zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
185
|
+
"""
|
|
186
|
+
A list of availability zones denoting where the resource needs to come from.
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "zones")
|
|
189
|
+
|
|
190
|
+
@zones.setter
|
|
191
|
+
def zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
192
|
+
pulumi.set(self, "zones", value)
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
@pulumi.input_type
|
|
196
|
+
class ApiContactInformationArgs:
|
|
197
|
+
def __init__(__self__, *,
|
|
198
|
+
email: Optional[pulumi.Input[str]] = None,
|
|
199
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
200
|
+
url: Optional[pulumi.Input[str]] = None):
|
|
201
|
+
"""
|
|
202
|
+
API contact information
|
|
203
|
+
:param pulumi.Input[str] email: The email address of the contact person/organization. MUST be in the format of an email address
|
|
204
|
+
:param pulumi.Input[str] name: The identifying name of the contact person/organization
|
|
205
|
+
:param pulumi.Input[str] url: The URL pointing to the contact information. MUST be in the format of a URL
|
|
206
|
+
"""
|
|
207
|
+
if email is not None:
|
|
208
|
+
pulumi.set(__self__, "email", email)
|
|
209
|
+
if name is not None:
|
|
210
|
+
pulumi.set(__self__, "name", name)
|
|
211
|
+
if url is not None:
|
|
212
|
+
pulumi.set(__self__, "url", url)
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter
|
|
216
|
+
def email(self) -> Optional[pulumi.Input[str]]:
|
|
217
|
+
"""
|
|
218
|
+
The email address of the contact person/organization. MUST be in the format of an email address
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "email")
|
|
221
|
+
|
|
222
|
+
@email.setter
|
|
223
|
+
def email(self, value: Optional[pulumi.Input[str]]):
|
|
224
|
+
pulumi.set(self, "email", value)
|
|
225
|
+
|
|
226
|
+
@property
|
|
227
|
+
@pulumi.getter
|
|
228
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
229
|
+
"""
|
|
230
|
+
The identifying name of the contact person/organization
|
|
231
|
+
"""
|
|
232
|
+
return pulumi.get(self, "name")
|
|
233
|
+
|
|
234
|
+
@name.setter
|
|
235
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
236
|
+
pulumi.set(self, "name", value)
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter
|
|
240
|
+
def url(self) -> Optional[pulumi.Input[str]]:
|
|
241
|
+
"""
|
|
242
|
+
The URL pointing to the contact information. MUST be in the format of a URL
|
|
243
|
+
"""
|
|
244
|
+
return pulumi.get(self, "url")
|
|
245
|
+
|
|
246
|
+
@url.setter
|
|
247
|
+
def url(self, value: Optional[pulumi.Input[str]]):
|
|
248
|
+
pulumi.set(self, "url", value)
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
@pulumi.input_type
|
|
252
|
+
class ApiCreateOrUpdatePropertiesWsdlSelectorArgs:
|
|
253
|
+
def __init__(__self__, *,
|
|
254
|
+
wsdl_endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
255
|
+
wsdl_service_name: Optional[pulumi.Input[str]] = None):
|
|
256
|
+
"""
|
|
257
|
+
Criteria to limit import of WSDL to a subset of the document.
|
|
258
|
+
:param pulumi.Input[str] wsdl_endpoint_name: Name of endpoint(port) to import from WSDL
|
|
259
|
+
:param pulumi.Input[str] wsdl_service_name: Name of service to import from WSDL
|
|
260
|
+
"""
|
|
261
|
+
if wsdl_endpoint_name is not None:
|
|
262
|
+
pulumi.set(__self__, "wsdl_endpoint_name", wsdl_endpoint_name)
|
|
263
|
+
if wsdl_service_name is not None:
|
|
264
|
+
pulumi.set(__self__, "wsdl_service_name", wsdl_service_name)
|
|
265
|
+
|
|
266
|
+
@property
|
|
267
|
+
@pulumi.getter(name="wsdlEndpointName")
|
|
268
|
+
def wsdl_endpoint_name(self) -> Optional[pulumi.Input[str]]:
|
|
269
|
+
"""
|
|
270
|
+
Name of endpoint(port) to import from WSDL
|
|
271
|
+
"""
|
|
272
|
+
return pulumi.get(self, "wsdl_endpoint_name")
|
|
273
|
+
|
|
274
|
+
@wsdl_endpoint_name.setter
|
|
275
|
+
def wsdl_endpoint_name(self, value: Optional[pulumi.Input[str]]):
|
|
276
|
+
pulumi.set(self, "wsdl_endpoint_name", value)
|
|
277
|
+
|
|
278
|
+
@property
|
|
279
|
+
@pulumi.getter(name="wsdlServiceName")
|
|
280
|
+
def wsdl_service_name(self) -> Optional[pulumi.Input[str]]:
|
|
281
|
+
"""
|
|
282
|
+
Name of service to import from WSDL
|
|
283
|
+
"""
|
|
284
|
+
return pulumi.get(self, "wsdl_service_name")
|
|
285
|
+
|
|
286
|
+
@wsdl_service_name.setter
|
|
287
|
+
def wsdl_service_name(self, value: Optional[pulumi.Input[str]]):
|
|
288
|
+
pulumi.set(self, "wsdl_service_name", value)
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
@pulumi.input_type
|
|
292
|
+
class ApiLicenseInformationArgs:
|
|
293
|
+
def __init__(__self__, *,
|
|
294
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
295
|
+
url: Optional[pulumi.Input[str]] = None):
|
|
296
|
+
"""
|
|
297
|
+
API license information
|
|
298
|
+
:param pulumi.Input[str] name: The license name used for the API
|
|
299
|
+
:param pulumi.Input[str] url: A URL to the license used for the API. MUST be in the format of a URL
|
|
300
|
+
"""
|
|
301
|
+
if name is not None:
|
|
302
|
+
pulumi.set(__self__, "name", name)
|
|
303
|
+
if url is not None:
|
|
304
|
+
pulumi.set(__self__, "url", url)
|
|
305
|
+
|
|
306
|
+
@property
|
|
307
|
+
@pulumi.getter
|
|
308
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
309
|
+
"""
|
|
310
|
+
The license name used for the API
|
|
311
|
+
"""
|
|
312
|
+
return pulumi.get(self, "name")
|
|
313
|
+
|
|
314
|
+
@name.setter
|
|
315
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
316
|
+
pulumi.set(self, "name", value)
|
|
317
|
+
|
|
318
|
+
@property
|
|
319
|
+
@pulumi.getter
|
|
320
|
+
def url(self) -> Optional[pulumi.Input[str]]:
|
|
321
|
+
"""
|
|
322
|
+
A URL to the license used for the API. MUST be in the format of a URL
|
|
323
|
+
"""
|
|
324
|
+
return pulumi.get(self, "url")
|
|
325
|
+
|
|
326
|
+
@url.setter
|
|
327
|
+
def url(self, value: Optional[pulumi.Input[str]]):
|
|
328
|
+
pulumi.set(self, "url", value)
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
@pulumi.input_type
|
|
332
|
+
class ApiManagementGatewaySkuPropertiesArgs:
|
|
333
|
+
def __init__(__self__, *,
|
|
334
|
+
name: pulumi.Input[Union[str, 'SkuType']],
|
|
335
|
+
capacity: Optional[pulumi.Input[int]] = None):
|
|
336
|
+
"""
|
|
337
|
+
API Management gateway resource SKU properties.
|
|
338
|
+
:param pulumi.Input[Union[str, 'SkuType']] name: Name of the Sku.
|
|
339
|
+
:param pulumi.Input[int] capacity: Capacity of the SKU (number of deployed units of the SKU)
|
|
340
|
+
"""
|
|
341
|
+
pulumi.set(__self__, "name", name)
|
|
342
|
+
if capacity is not None:
|
|
343
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
344
|
+
|
|
345
|
+
@property
|
|
346
|
+
@pulumi.getter
|
|
347
|
+
def name(self) -> pulumi.Input[Union[str, 'SkuType']]:
|
|
348
|
+
"""
|
|
349
|
+
Name of the Sku.
|
|
350
|
+
"""
|
|
351
|
+
return pulumi.get(self, "name")
|
|
352
|
+
|
|
353
|
+
@name.setter
|
|
354
|
+
def name(self, value: pulumi.Input[Union[str, 'SkuType']]):
|
|
355
|
+
pulumi.set(self, "name", value)
|
|
356
|
+
|
|
357
|
+
@property
|
|
358
|
+
@pulumi.getter
|
|
359
|
+
def capacity(self) -> Optional[pulumi.Input[int]]:
|
|
360
|
+
"""
|
|
361
|
+
Capacity of the SKU (number of deployed units of the SKU)
|
|
362
|
+
"""
|
|
363
|
+
return pulumi.get(self, "capacity")
|
|
364
|
+
|
|
365
|
+
@capacity.setter
|
|
366
|
+
def capacity(self, value: Optional[pulumi.Input[int]]):
|
|
367
|
+
pulumi.set(self, "capacity", value)
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
@pulumi.input_type
|
|
371
|
+
class ApiManagementServiceIdentityArgs:
|
|
372
|
+
def __init__(__self__, *,
|
|
373
|
+
type: pulumi.Input[Union[str, 'ApimIdentityType']],
|
|
374
|
+
user_assigned_identities: Optional[pulumi.Input[Mapping[str, pulumi.Input['UserIdentityPropertiesArgs']]]] = None):
|
|
375
|
+
"""
|
|
376
|
+
Identity properties of the Api Management service resource.
|
|
377
|
+
:param pulumi.Input[Union[str, 'ApimIdentityType']] type: The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
|
|
378
|
+
:param pulumi.Input[Mapping[str, pulumi.Input['UserIdentityPropertiesArgs']]] user_assigned_identities: The list of user identities associated with the resource. The user identity
|
|
379
|
+
dictionary key references will be ARM resource ids in the form:
|
|
380
|
+
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
|
|
381
|
+
providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
382
|
+
"""
|
|
383
|
+
pulumi.set(__self__, "type", type)
|
|
384
|
+
if user_assigned_identities is not None:
|
|
385
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
386
|
+
|
|
387
|
+
@property
|
|
388
|
+
@pulumi.getter
|
|
389
|
+
def type(self) -> pulumi.Input[Union[str, 'ApimIdentityType']]:
|
|
390
|
+
"""
|
|
391
|
+
The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
|
|
392
|
+
"""
|
|
393
|
+
return pulumi.get(self, "type")
|
|
394
|
+
|
|
395
|
+
@type.setter
|
|
396
|
+
def type(self, value: pulumi.Input[Union[str, 'ApimIdentityType']]):
|
|
397
|
+
pulumi.set(self, "type", value)
|
|
398
|
+
|
|
399
|
+
@property
|
|
400
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
401
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['UserIdentityPropertiesArgs']]]]:
|
|
402
|
+
"""
|
|
403
|
+
The list of user identities associated with the resource. The user identity
|
|
404
|
+
dictionary key references will be ARM resource ids in the form:
|
|
405
|
+
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
|
|
406
|
+
providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
407
|
+
"""
|
|
408
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
409
|
+
|
|
410
|
+
@user_assigned_identities.setter
|
|
411
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['UserIdentityPropertiesArgs']]]]):
|
|
412
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
@pulumi.input_type
|
|
416
|
+
class ApiManagementServiceSkuPropertiesArgs:
|
|
417
|
+
def __init__(__self__, *,
|
|
418
|
+
capacity: pulumi.Input[int],
|
|
419
|
+
name: pulumi.Input[Union[str, 'SkuType']]):
|
|
420
|
+
"""
|
|
421
|
+
API Management service resource SKU properties.
|
|
422
|
+
:param pulumi.Input[int] capacity: Capacity of the SKU (number of deployed units of the SKU). For Consumption SKU capacity must be specified as 0.
|
|
423
|
+
:param pulumi.Input[Union[str, 'SkuType']] name: Name of the Sku.
|
|
424
|
+
"""
|
|
425
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
426
|
+
pulumi.set(__self__, "name", name)
|
|
427
|
+
|
|
428
|
+
@property
|
|
429
|
+
@pulumi.getter
|
|
430
|
+
def capacity(self) -> pulumi.Input[int]:
|
|
431
|
+
"""
|
|
432
|
+
Capacity of the SKU (number of deployed units of the SKU). For Consumption SKU capacity must be specified as 0.
|
|
433
|
+
"""
|
|
434
|
+
return pulumi.get(self, "capacity")
|
|
435
|
+
|
|
436
|
+
@capacity.setter
|
|
437
|
+
def capacity(self, value: pulumi.Input[int]):
|
|
438
|
+
pulumi.set(self, "capacity", value)
|
|
439
|
+
|
|
440
|
+
@property
|
|
441
|
+
@pulumi.getter
|
|
442
|
+
def name(self) -> pulumi.Input[Union[str, 'SkuType']]:
|
|
443
|
+
"""
|
|
444
|
+
Name of the Sku.
|
|
445
|
+
"""
|
|
446
|
+
return pulumi.get(self, "name")
|
|
447
|
+
|
|
448
|
+
@name.setter
|
|
449
|
+
def name(self, value: pulumi.Input[Union[str, 'SkuType']]):
|
|
450
|
+
pulumi.set(self, "name", value)
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
@pulumi.input_type
|
|
454
|
+
class ApiVersionConstraintArgs:
|
|
455
|
+
def __init__(__self__, *,
|
|
456
|
+
min_api_version: Optional[pulumi.Input[str]] = None):
|
|
457
|
+
"""
|
|
458
|
+
Control Plane Apis version constraint for the API Management service.
|
|
459
|
+
:param pulumi.Input[str] min_api_version: Limit control plane API calls to API Management service with version equal to or newer than this value.
|
|
460
|
+
"""
|
|
461
|
+
if min_api_version is not None:
|
|
462
|
+
pulumi.set(__self__, "min_api_version", min_api_version)
|
|
463
|
+
|
|
464
|
+
@property
|
|
465
|
+
@pulumi.getter(name="minApiVersion")
|
|
466
|
+
def min_api_version(self) -> Optional[pulumi.Input[str]]:
|
|
467
|
+
"""
|
|
468
|
+
Limit control plane API calls to API Management service with version equal to or newer than this value.
|
|
469
|
+
"""
|
|
470
|
+
return pulumi.get(self, "min_api_version")
|
|
471
|
+
|
|
472
|
+
@min_api_version.setter
|
|
473
|
+
def min_api_version(self, value: Optional[pulumi.Input[str]]):
|
|
474
|
+
pulumi.set(self, "min_api_version", value)
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
@pulumi.input_type
|
|
478
|
+
class ApiVersionSetContractDetailsArgs:
|
|
479
|
+
def __init__(__self__, *,
|
|
480
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
481
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
482
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
483
|
+
version_header_name: Optional[pulumi.Input[str]] = None,
|
|
484
|
+
version_query_name: Optional[pulumi.Input[str]] = None,
|
|
485
|
+
versioning_scheme: Optional[pulumi.Input[Union[str, 'VersioningScheme']]] = None):
|
|
486
|
+
"""
|
|
487
|
+
An API Version Set contains the common configuration for a set of API Versions relating
|
|
488
|
+
:param pulumi.Input[str] description: Description of API Version Set.
|
|
489
|
+
:param pulumi.Input[str] id: Identifier for existing API Version Set. Omit this value to create a new Version Set.
|
|
490
|
+
:param pulumi.Input[str] name: The display Name of the API Version Set.
|
|
491
|
+
:param pulumi.Input[str] version_header_name: Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.
|
|
492
|
+
:param pulumi.Input[str] version_query_name: Name of query parameter that indicates the API Version if versioningScheme is set to `query`.
|
|
493
|
+
:param pulumi.Input[Union[str, 'VersioningScheme']] versioning_scheme: An value that determines where the API Version identifier will be located in a HTTP request.
|
|
494
|
+
"""
|
|
495
|
+
if description is not None:
|
|
496
|
+
pulumi.set(__self__, "description", description)
|
|
497
|
+
if id is not None:
|
|
498
|
+
pulumi.set(__self__, "id", id)
|
|
499
|
+
if name is not None:
|
|
500
|
+
pulumi.set(__self__, "name", name)
|
|
501
|
+
if version_header_name is not None:
|
|
502
|
+
pulumi.set(__self__, "version_header_name", version_header_name)
|
|
503
|
+
if version_query_name is not None:
|
|
504
|
+
pulumi.set(__self__, "version_query_name", version_query_name)
|
|
505
|
+
if versioning_scheme is not None:
|
|
506
|
+
pulumi.set(__self__, "versioning_scheme", versioning_scheme)
|
|
507
|
+
|
|
508
|
+
@property
|
|
509
|
+
@pulumi.getter
|
|
510
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
511
|
+
"""
|
|
512
|
+
Description of API Version Set.
|
|
513
|
+
"""
|
|
514
|
+
return pulumi.get(self, "description")
|
|
515
|
+
|
|
516
|
+
@description.setter
|
|
517
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
518
|
+
pulumi.set(self, "description", value)
|
|
519
|
+
|
|
520
|
+
@property
|
|
521
|
+
@pulumi.getter
|
|
522
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
523
|
+
"""
|
|
524
|
+
Identifier for existing API Version Set. Omit this value to create a new Version Set.
|
|
525
|
+
"""
|
|
526
|
+
return pulumi.get(self, "id")
|
|
527
|
+
|
|
528
|
+
@id.setter
|
|
529
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
530
|
+
pulumi.set(self, "id", value)
|
|
531
|
+
|
|
532
|
+
@property
|
|
533
|
+
@pulumi.getter
|
|
534
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
535
|
+
"""
|
|
536
|
+
The display Name of the API Version Set.
|
|
537
|
+
"""
|
|
538
|
+
return pulumi.get(self, "name")
|
|
539
|
+
|
|
540
|
+
@name.setter
|
|
541
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
542
|
+
pulumi.set(self, "name", value)
|
|
543
|
+
|
|
544
|
+
@property
|
|
545
|
+
@pulumi.getter(name="versionHeaderName")
|
|
546
|
+
def version_header_name(self) -> Optional[pulumi.Input[str]]:
|
|
547
|
+
"""
|
|
548
|
+
Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.
|
|
549
|
+
"""
|
|
550
|
+
return pulumi.get(self, "version_header_name")
|
|
551
|
+
|
|
552
|
+
@version_header_name.setter
|
|
553
|
+
def version_header_name(self, value: Optional[pulumi.Input[str]]):
|
|
554
|
+
pulumi.set(self, "version_header_name", value)
|
|
555
|
+
|
|
556
|
+
@property
|
|
557
|
+
@pulumi.getter(name="versionQueryName")
|
|
558
|
+
def version_query_name(self) -> Optional[pulumi.Input[str]]:
|
|
559
|
+
"""
|
|
560
|
+
Name of query parameter that indicates the API Version if versioningScheme is set to `query`.
|
|
561
|
+
"""
|
|
562
|
+
return pulumi.get(self, "version_query_name")
|
|
563
|
+
|
|
564
|
+
@version_query_name.setter
|
|
565
|
+
def version_query_name(self, value: Optional[pulumi.Input[str]]):
|
|
566
|
+
pulumi.set(self, "version_query_name", value)
|
|
567
|
+
|
|
568
|
+
@property
|
|
569
|
+
@pulumi.getter(name="versioningScheme")
|
|
570
|
+
def versioning_scheme(self) -> Optional[pulumi.Input[Union[str, 'VersioningScheme']]]:
|
|
571
|
+
"""
|
|
572
|
+
An value that determines where the API Version identifier will be located in a HTTP request.
|
|
573
|
+
"""
|
|
574
|
+
return pulumi.get(self, "versioning_scheme")
|
|
575
|
+
|
|
576
|
+
@versioning_scheme.setter
|
|
577
|
+
def versioning_scheme(self, value: Optional[pulumi.Input[Union[str, 'VersioningScheme']]]):
|
|
578
|
+
pulumi.set(self, "versioning_scheme", value)
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
@pulumi.input_type
|
|
582
|
+
class AuthenticationSettingsContractArgs:
|
|
583
|
+
def __init__(__self__, *,
|
|
584
|
+
o_auth2: Optional[pulumi.Input['OAuth2AuthenticationSettingsContractArgs']] = None,
|
|
585
|
+
o_auth2_authentication_settings: Optional[pulumi.Input[Sequence[pulumi.Input['OAuth2AuthenticationSettingsContractArgs']]]] = None,
|
|
586
|
+
openid: Optional[pulumi.Input['OpenIdAuthenticationSettingsContractArgs']] = None,
|
|
587
|
+
openid_authentication_settings: Optional[pulumi.Input[Sequence[pulumi.Input['OpenIdAuthenticationSettingsContractArgs']]]] = None):
|
|
588
|
+
"""
|
|
589
|
+
API Authentication Settings.
|
|
590
|
+
:param pulumi.Input['OAuth2AuthenticationSettingsContractArgs'] o_auth2: OAuth2 Authentication settings
|
|
591
|
+
:param pulumi.Input[Sequence[pulumi.Input['OAuth2AuthenticationSettingsContractArgs']]] o_auth2_authentication_settings: Collection of OAuth2 authentication settings included into this API.
|
|
592
|
+
:param pulumi.Input['OpenIdAuthenticationSettingsContractArgs'] openid: OpenID Connect Authentication Settings
|
|
593
|
+
:param pulumi.Input[Sequence[pulumi.Input['OpenIdAuthenticationSettingsContractArgs']]] openid_authentication_settings: Collection of Open ID Connect authentication settings included into this API.
|
|
594
|
+
"""
|
|
595
|
+
if o_auth2 is not None:
|
|
596
|
+
pulumi.set(__self__, "o_auth2", o_auth2)
|
|
597
|
+
if o_auth2_authentication_settings is not None:
|
|
598
|
+
pulumi.set(__self__, "o_auth2_authentication_settings", o_auth2_authentication_settings)
|
|
599
|
+
if openid is not None:
|
|
600
|
+
pulumi.set(__self__, "openid", openid)
|
|
601
|
+
if openid_authentication_settings is not None:
|
|
602
|
+
pulumi.set(__self__, "openid_authentication_settings", openid_authentication_settings)
|
|
603
|
+
|
|
604
|
+
@property
|
|
605
|
+
@pulumi.getter(name="oAuth2")
|
|
606
|
+
def o_auth2(self) -> Optional[pulumi.Input['OAuth2AuthenticationSettingsContractArgs']]:
|
|
607
|
+
"""
|
|
608
|
+
OAuth2 Authentication settings
|
|
609
|
+
"""
|
|
610
|
+
return pulumi.get(self, "o_auth2")
|
|
611
|
+
|
|
612
|
+
@o_auth2.setter
|
|
613
|
+
def o_auth2(self, value: Optional[pulumi.Input['OAuth2AuthenticationSettingsContractArgs']]):
|
|
614
|
+
pulumi.set(self, "o_auth2", value)
|
|
615
|
+
|
|
616
|
+
@property
|
|
617
|
+
@pulumi.getter(name="oAuth2AuthenticationSettings")
|
|
618
|
+
def o_auth2_authentication_settings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OAuth2AuthenticationSettingsContractArgs']]]]:
|
|
619
|
+
"""
|
|
620
|
+
Collection of OAuth2 authentication settings included into this API.
|
|
621
|
+
"""
|
|
622
|
+
return pulumi.get(self, "o_auth2_authentication_settings")
|
|
623
|
+
|
|
624
|
+
@o_auth2_authentication_settings.setter
|
|
625
|
+
def o_auth2_authentication_settings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OAuth2AuthenticationSettingsContractArgs']]]]):
|
|
626
|
+
pulumi.set(self, "o_auth2_authentication_settings", value)
|
|
627
|
+
|
|
628
|
+
@property
|
|
629
|
+
@pulumi.getter
|
|
630
|
+
def openid(self) -> Optional[pulumi.Input['OpenIdAuthenticationSettingsContractArgs']]:
|
|
631
|
+
"""
|
|
632
|
+
OpenID Connect Authentication Settings
|
|
633
|
+
"""
|
|
634
|
+
return pulumi.get(self, "openid")
|
|
635
|
+
|
|
636
|
+
@openid.setter
|
|
637
|
+
def openid(self, value: Optional[pulumi.Input['OpenIdAuthenticationSettingsContractArgs']]):
|
|
638
|
+
pulumi.set(self, "openid", value)
|
|
639
|
+
|
|
640
|
+
@property
|
|
641
|
+
@pulumi.getter(name="openidAuthenticationSettings")
|
|
642
|
+
def openid_authentication_settings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OpenIdAuthenticationSettingsContractArgs']]]]:
|
|
643
|
+
"""
|
|
644
|
+
Collection of Open ID Connect authentication settings included into this API.
|
|
645
|
+
"""
|
|
646
|
+
return pulumi.get(self, "openid_authentication_settings")
|
|
647
|
+
|
|
648
|
+
@openid_authentication_settings.setter
|
|
649
|
+
def openid_authentication_settings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OpenIdAuthenticationSettingsContractArgs']]]]):
|
|
650
|
+
pulumi.set(self, "openid_authentication_settings", value)
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
@pulumi.input_type
|
|
654
|
+
class AuthorizationErrorArgs:
|
|
655
|
+
def __init__(__self__, *,
|
|
656
|
+
code: Optional[pulumi.Input[str]] = None,
|
|
657
|
+
message: Optional[pulumi.Input[str]] = None):
|
|
658
|
+
"""
|
|
659
|
+
Authorization error details.
|
|
660
|
+
:param pulumi.Input[str] code: Error code
|
|
661
|
+
:param pulumi.Input[str] message: Error message
|
|
662
|
+
"""
|
|
663
|
+
if code is not None:
|
|
664
|
+
pulumi.set(__self__, "code", code)
|
|
665
|
+
if message is not None:
|
|
666
|
+
pulumi.set(__self__, "message", message)
|
|
667
|
+
|
|
668
|
+
@property
|
|
669
|
+
@pulumi.getter
|
|
670
|
+
def code(self) -> Optional[pulumi.Input[str]]:
|
|
671
|
+
"""
|
|
672
|
+
Error code
|
|
673
|
+
"""
|
|
674
|
+
return pulumi.get(self, "code")
|
|
675
|
+
|
|
676
|
+
@code.setter
|
|
677
|
+
def code(self, value: Optional[pulumi.Input[str]]):
|
|
678
|
+
pulumi.set(self, "code", value)
|
|
679
|
+
|
|
680
|
+
@property
|
|
681
|
+
@pulumi.getter
|
|
682
|
+
def message(self) -> Optional[pulumi.Input[str]]:
|
|
683
|
+
"""
|
|
684
|
+
Error message
|
|
685
|
+
"""
|
|
686
|
+
return pulumi.get(self, "message")
|
|
687
|
+
|
|
688
|
+
@message.setter
|
|
689
|
+
def message(self, value: Optional[pulumi.Input[str]]):
|
|
690
|
+
pulumi.set(self, "message", value)
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
@pulumi.input_type
|
|
694
|
+
class AuthorizationProviderOAuth2GrantTypesArgs:
|
|
695
|
+
def __init__(__self__, *,
|
|
696
|
+
authorization_code: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
697
|
+
client_credentials: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
698
|
+
"""
|
|
699
|
+
Authorization Provider oauth2 grant types settings
|
|
700
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] authorization_code: OAuth2 authorization code grant parameters
|
|
701
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] client_credentials: OAuth2 client credential grant parameters
|
|
702
|
+
"""
|
|
703
|
+
if authorization_code is not None:
|
|
704
|
+
pulumi.set(__self__, "authorization_code", authorization_code)
|
|
705
|
+
if client_credentials is not None:
|
|
706
|
+
pulumi.set(__self__, "client_credentials", client_credentials)
|
|
707
|
+
|
|
708
|
+
@property
|
|
709
|
+
@pulumi.getter(name="authorizationCode")
|
|
710
|
+
def authorization_code(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
711
|
+
"""
|
|
712
|
+
OAuth2 authorization code grant parameters
|
|
713
|
+
"""
|
|
714
|
+
return pulumi.get(self, "authorization_code")
|
|
715
|
+
|
|
716
|
+
@authorization_code.setter
|
|
717
|
+
def authorization_code(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
718
|
+
pulumi.set(self, "authorization_code", value)
|
|
719
|
+
|
|
720
|
+
@property
|
|
721
|
+
@pulumi.getter(name="clientCredentials")
|
|
722
|
+
def client_credentials(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
723
|
+
"""
|
|
724
|
+
OAuth2 client credential grant parameters
|
|
725
|
+
"""
|
|
726
|
+
return pulumi.get(self, "client_credentials")
|
|
727
|
+
|
|
728
|
+
@client_credentials.setter
|
|
729
|
+
def client_credentials(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
730
|
+
pulumi.set(self, "client_credentials", value)
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
@pulumi.input_type
|
|
734
|
+
class AuthorizationProviderOAuth2SettingsArgs:
|
|
735
|
+
def __init__(__self__, *,
|
|
736
|
+
grant_types: Optional[pulumi.Input['AuthorizationProviderOAuth2GrantTypesArgs']] = None,
|
|
737
|
+
redirect_url: Optional[pulumi.Input[str]] = None):
|
|
738
|
+
"""
|
|
739
|
+
OAuth2 settings details
|
|
740
|
+
:param pulumi.Input['AuthorizationProviderOAuth2GrantTypesArgs'] grant_types: OAuth2 settings
|
|
741
|
+
:param pulumi.Input[str] redirect_url: Redirect URL to be set in the OAuth application.
|
|
742
|
+
"""
|
|
743
|
+
if grant_types is not None:
|
|
744
|
+
pulumi.set(__self__, "grant_types", grant_types)
|
|
745
|
+
if redirect_url is not None:
|
|
746
|
+
pulumi.set(__self__, "redirect_url", redirect_url)
|
|
747
|
+
|
|
748
|
+
@property
|
|
749
|
+
@pulumi.getter(name="grantTypes")
|
|
750
|
+
def grant_types(self) -> Optional[pulumi.Input['AuthorizationProviderOAuth2GrantTypesArgs']]:
|
|
751
|
+
"""
|
|
752
|
+
OAuth2 settings
|
|
753
|
+
"""
|
|
754
|
+
return pulumi.get(self, "grant_types")
|
|
755
|
+
|
|
756
|
+
@grant_types.setter
|
|
757
|
+
def grant_types(self, value: Optional[pulumi.Input['AuthorizationProviderOAuth2GrantTypesArgs']]):
|
|
758
|
+
pulumi.set(self, "grant_types", value)
|
|
759
|
+
|
|
760
|
+
@property
|
|
761
|
+
@pulumi.getter(name="redirectUrl")
|
|
762
|
+
def redirect_url(self) -> Optional[pulumi.Input[str]]:
|
|
763
|
+
"""
|
|
764
|
+
Redirect URL to be set in the OAuth application.
|
|
765
|
+
"""
|
|
766
|
+
return pulumi.get(self, "redirect_url")
|
|
767
|
+
|
|
768
|
+
@redirect_url.setter
|
|
769
|
+
def redirect_url(self, value: Optional[pulumi.Input[str]]):
|
|
770
|
+
pulumi.set(self, "redirect_url", value)
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
@pulumi.input_type
|
|
774
|
+
class BackendAuthorizationHeaderCredentialsArgs:
|
|
775
|
+
def __init__(__self__, *,
|
|
776
|
+
parameter: pulumi.Input[str],
|
|
777
|
+
scheme: pulumi.Input[str]):
|
|
778
|
+
"""
|
|
779
|
+
Authorization header information.
|
|
780
|
+
:param pulumi.Input[str] parameter: Authentication Parameter value.
|
|
781
|
+
:param pulumi.Input[str] scheme: Authentication Scheme name.
|
|
782
|
+
"""
|
|
783
|
+
pulumi.set(__self__, "parameter", parameter)
|
|
784
|
+
pulumi.set(__self__, "scheme", scheme)
|
|
785
|
+
|
|
786
|
+
@property
|
|
787
|
+
@pulumi.getter
|
|
788
|
+
def parameter(self) -> pulumi.Input[str]:
|
|
789
|
+
"""
|
|
790
|
+
Authentication Parameter value.
|
|
791
|
+
"""
|
|
792
|
+
return pulumi.get(self, "parameter")
|
|
793
|
+
|
|
794
|
+
@parameter.setter
|
|
795
|
+
def parameter(self, value: pulumi.Input[str]):
|
|
796
|
+
pulumi.set(self, "parameter", value)
|
|
797
|
+
|
|
798
|
+
@property
|
|
799
|
+
@pulumi.getter
|
|
800
|
+
def scheme(self) -> pulumi.Input[str]:
|
|
801
|
+
"""
|
|
802
|
+
Authentication Scheme name.
|
|
803
|
+
"""
|
|
804
|
+
return pulumi.get(self, "scheme")
|
|
805
|
+
|
|
806
|
+
@scheme.setter
|
|
807
|
+
def scheme(self, value: pulumi.Input[str]):
|
|
808
|
+
pulumi.set(self, "scheme", value)
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
@pulumi.input_type
|
|
812
|
+
class BackendBaseParametersPoolArgs:
|
|
813
|
+
def __init__(__self__, *,
|
|
814
|
+
services: Optional[pulumi.Input[Sequence[pulumi.Input['BackendPoolItemArgs']]]] = None):
|
|
815
|
+
"""
|
|
816
|
+
:param pulumi.Input[Sequence[pulumi.Input['BackendPoolItemArgs']]] services: The list of backend entities belonging to a pool.
|
|
817
|
+
"""
|
|
818
|
+
if services is not None:
|
|
819
|
+
pulumi.set(__self__, "services", services)
|
|
820
|
+
|
|
821
|
+
@property
|
|
822
|
+
@pulumi.getter
|
|
823
|
+
def services(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BackendPoolItemArgs']]]]:
|
|
824
|
+
"""
|
|
825
|
+
The list of backend entities belonging to a pool.
|
|
826
|
+
"""
|
|
827
|
+
return pulumi.get(self, "services")
|
|
828
|
+
|
|
829
|
+
@services.setter
|
|
830
|
+
def services(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BackendPoolItemArgs']]]]):
|
|
831
|
+
pulumi.set(self, "services", value)
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
@pulumi.input_type
|
|
835
|
+
class BackendCircuitBreakerArgs:
|
|
836
|
+
def __init__(__self__, *,
|
|
837
|
+
rules: Optional[pulumi.Input[Sequence[pulumi.Input['CircuitBreakerRuleArgs']]]] = None):
|
|
838
|
+
"""
|
|
839
|
+
The configuration of the backend circuit breaker
|
|
840
|
+
:param pulumi.Input[Sequence[pulumi.Input['CircuitBreakerRuleArgs']]] rules: The rules for tripping the backend.
|
|
841
|
+
"""
|
|
842
|
+
if rules is not None:
|
|
843
|
+
pulumi.set(__self__, "rules", rules)
|
|
844
|
+
|
|
845
|
+
@property
|
|
846
|
+
@pulumi.getter
|
|
847
|
+
def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CircuitBreakerRuleArgs']]]]:
|
|
848
|
+
"""
|
|
849
|
+
The rules for tripping the backend.
|
|
850
|
+
"""
|
|
851
|
+
return pulumi.get(self, "rules")
|
|
852
|
+
|
|
853
|
+
@rules.setter
|
|
854
|
+
def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CircuitBreakerRuleArgs']]]]):
|
|
855
|
+
pulumi.set(self, "rules", value)
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
@pulumi.input_type
|
|
859
|
+
class BackendConfigurationArgs:
|
|
860
|
+
def __init__(__self__, *,
|
|
861
|
+
subnet: Optional[pulumi.Input['BackendSubnetConfigurationArgs']] = None):
|
|
862
|
+
"""
|
|
863
|
+
Information regarding how the gateway should integrate with backend systems.
|
|
864
|
+
:param pulumi.Input['BackendSubnetConfigurationArgs'] subnet: The default hostname of the data-plane gateway to which requests can be sent.
|
|
865
|
+
"""
|
|
866
|
+
if subnet is not None:
|
|
867
|
+
pulumi.set(__self__, "subnet", subnet)
|
|
868
|
+
|
|
869
|
+
@property
|
|
870
|
+
@pulumi.getter
|
|
871
|
+
def subnet(self) -> Optional[pulumi.Input['BackendSubnetConfigurationArgs']]:
|
|
872
|
+
"""
|
|
873
|
+
The default hostname of the data-plane gateway to which requests can be sent.
|
|
874
|
+
"""
|
|
875
|
+
return pulumi.get(self, "subnet")
|
|
876
|
+
|
|
877
|
+
@subnet.setter
|
|
878
|
+
def subnet(self, value: Optional[pulumi.Input['BackendSubnetConfigurationArgs']]):
|
|
879
|
+
pulumi.set(self, "subnet", value)
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
@pulumi.input_type
|
|
883
|
+
class BackendCredentialsContractArgs:
|
|
884
|
+
def __init__(__self__, *,
|
|
885
|
+
authorization: Optional[pulumi.Input['BackendAuthorizationHeaderCredentialsArgs']] = None,
|
|
886
|
+
certificate: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
887
|
+
certificate_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
888
|
+
header: Optional[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]]] = None,
|
|
889
|
+
query: Optional[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]]] = None):
|
|
890
|
+
"""
|
|
891
|
+
Details of the Credentials used to connect to Backend.
|
|
892
|
+
:param pulumi.Input['BackendAuthorizationHeaderCredentialsArgs'] authorization: Authorization header authentication
|
|
893
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] certificate: List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided.
|
|
894
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] certificate_ids: List of Client Certificate Ids.
|
|
895
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]] header: Header Parameter description.
|
|
896
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]] query: Query Parameter description.
|
|
897
|
+
"""
|
|
898
|
+
if authorization is not None:
|
|
899
|
+
pulumi.set(__self__, "authorization", authorization)
|
|
900
|
+
if certificate is not None:
|
|
901
|
+
pulumi.set(__self__, "certificate", certificate)
|
|
902
|
+
if certificate_ids is not None:
|
|
903
|
+
pulumi.set(__self__, "certificate_ids", certificate_ids)
|
|
904
|
+
if header is not None:
|
|
905
|
+
pulumi.set(__self__, "header", header)
|
|
906
|
+
if query is not None:
|
|
907
|
+
pulumi.set(__self__, "query", query)
|
|
908
|
+
|
|
909
|
+
@property
|
|
910
|
+
@pulumi.getter
|
|
911
|
+
def authorization(self) -> Optional[pulumi.Input['BackendAuthorizationHeaderCredentialsArgs']]:
|
|
912
|
+
"""
|
|
913
|
+
Authorization header authentication
|
|
914
|
+
"""
|
|
915
|
+
return pulumi.get(self, "authorization")
|
|
916
|
+
|
|
917
|
+
@authorization.setter
|
|
918
|
+
def authorization(self, value: Optional[pulumi.Input['BackendAuthorizationHeaderCredentialsArgs']]):
|
|
919
|
+
pulumi.set(self, "authorization", value)
|
|
920
|
+
|
|
921
|
+
@property
|
|
922
|
+
@pulumi.getter
|
|
923
|
+
def certificate(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
924
|
+
"""
|
|
925
|
+
List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided.
|
|
926
|
+
"""
|
|
927
|
+
return pulumi.get(self, "certificate")
|
|
928
|
+
|
|
929
|
+
@certificate.setter
|
|
930
|
+
def certificate(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
931
|
+
pulumi.set(self, "certificate", value)
|
|
932
|
+
|
|
933
|
+
@property
|
|
934
|
+
@pulumi.getter(name="certificateIds")
|
|
935
|
+
def certificate_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
936
|
+
"""
|
|
937
|
+
List of Client Certificate Ids.
|
|
938
|
+
"""
|
|
939
|
+
return pulumi.get(self, "certificate_ids")
|
|
940
|
+
|
|
941
|
+
@certificate_ids.setter
|
|
942
|
+
def certificate_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
943
|
+
pulumi.set(self, "certificate_ids", value)
|
|
944
|
+
|
|
945
|
+
@property
|
|
946
|
+
@pulumi.getter
|
|
947
|
+
def header(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]]]:
|
|
948
|
+
"""
|
|
949
|
+
Header Parameter description.
|
|
950
|
+
"""
|
|
951
|
+
return pulumi.get(self, "header")
|
|
952
|
+
|
|
953
|
+
@header.setter
|
|
954
|
+
def header(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]]]):
|
|
955
|
+
pulumi.set(self, "header", value)
|
|
956
|
+
|
|
957
|
+
@property
|
|
958
|
+
@pulumi.getter
|
|
959
|
+
def query(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]]]:
|
|
960
|
+
"""
|
|
961
|
+
Query Parameter description.
|
|
962
|
+
"""
|
|
963
|
+
return pulumi.get(self, "query")
|
|
964
|
+
|
|
965
|
+
@query.setter
|
|
966
|
+
def query(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]]]):
|
|
967
|
+
pulumi.set(self, "query", value)
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
@pulumi.input_type
|
|
971
|
+
class BackendPoolItemArgs:
|
|
972
|
+
def __init__(__self__, *,
|
|
973
|
+
id: pulumi.Input[str],
|
|
974
|
+
priority: Optional[pulumi.Input[int]] = None,
|
|
975
|
+
weight: Optional[pulumi.Input[int]] = None):
|
|
976
|
+
"""
|
|
977
|
+
Backend pool service information
|
|
978
|
+
:param pulumi.Input[str] id: The unique ARM id of the backend entity. The ARM id should refer to an already existing backend entity.
|
|
979
|
+
:param pulumi.Input[int] priority: The priority of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
|
|
980
|
+
:param pulumi.Input[int] weight: The weight of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
|
|
981
|
+
"""
|
|
982
|
+
pulumi.set(__self__, "id", id)
|
|
983
|
+
if priority is not None:
|
|
984
|
+
pulumi.set(__self__, "priority", priority)
|
|
985
|
+
if weight is not None:
|
|
986
|
+
pulumi.set(__self__, "weight", weight)
|
|
987
|
+
|
|
988
|
+
@property
|
|
989
|
+
@pulumi.getter
|
|
990
|
+
def id(self) -> pulumi.Input[str]:
|
|
991
|
+
"""
|
|
992
|
+
The unique ARM id of the backend entity. The ARM id should refer to an already existing backend entity.
|
|
993
|
+
"""
|
|
994
|
+
return pulumi.get(self, "id")
|
|
995
|
+
|
|
996
|
+
@id.setter
|
|
997
|
+
def id(self, value: pulumi.Input[str]):
|
|
998
|
+
pulumi.set(self, "id", value)
|
|
999
|
+
|
|
1000
|
+
@property
|
|
1001
|
+
@pulumi.getter
|
|
1002
|
+
def priority(self) -> Optional[pulumi.Input[int]]:
|
|
1003
|
+
"""
|
|
1004
|
+
The priority of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
|
|
1005
|
+
"""
|
|
1006
|
+
return pulumi.get(self, "priority")
|
|
1007
|
+
|
|
1008
|
+
@priority.setter
|
|
1009
|
+
def priority(self, value: Optional[pulumi.Input[int]]):
|
|
1010
|
+
pulumi.set(self, "priority", value)
|
|
1011
|
+
|
|
1012
|
+
@property
|
|
1013
|
+
@pulumi.getter
|
|
1014
|
+
def weight(self) -> Optional[pulumi.Input[int]]:
|
|
1015
|
+
"""
|
|
1016
|
+
The weight of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
|
|
1017
|
+
"""
|
|
1018
|
+
return pulumi.get(self, "weight")
|
|
1019
|
+
|
|
1020
|
+
@weight.setter
|
|
1021
|
+
def weight(self, value: Optional[pulumi.Input[int]]):
|
|
1022
|
+
pulumi.set(self, "weight", value)
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
@pulumi.input_type
|
|
1026
|
+
class BackendPropertiesArgs:
|
|
1027
|
+
def __init__(__self__, *,
|
|
1028
|
+
service_fabric_cluster: Optional[pulumi.Input['BackendServiceFabricClusterPropertiesArgs']] = None):
|
|
1029
|
+
"""
|
|
1030
|
+
Properties specific to the Backend Type.
|
|
1031
|
+
:param pulumi.Input['BackendServiceFabricClusterPropertiesArgs'] service_fabric_cluster: Backend Service Fabric Cluster Properties
|
|
1032
|
+
"""
|
|
1033
|
+
if service_fabric_cluster is not None:
|
|
1034
|
+
pulumi.set(__self__, "service_fabric_cluster", service_fabric_cluster)
|
|
1035
|
+
|
|
1036
|
+
@property
|
|
1037
|
+
@pulumi.getter(name="serviceFabricCluster")
|
|
1038
|
+
def service_fabric_cluster(self) -> Optional[pulumi.Input['BackendServiceFabricClusterPropertiesArgs']]:
|
|
1039
|
+
"""
|
|
1040
|
+
Backend Service Fabric Cluster Properties
|
|
1041
|
+
"""
|
|
1042
|
+
return pulumi.get(self, "service_fabric_cluster")
|
|
1043
|
+
|
|
1044
|
+
@service_fabric_cluster.setter
|
|
1045
|
+
def service_fabric_cluster(self, value: Optional[pulumi.Input['BackendServiceFabricClusterPropertiesArgs']]):
|
|
1046
|
+
pulumi.set(self, "service_fabric_cluster", value)
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
@pulumi.input_type
|
|
1050
|
+
class BackendProxyContractArgs:
|
|
1051
|
+
def __init__(__self__, *,
|
|
1052
|
+
url: pulumi.Input[str],
|
|
1053
|
+
password: Optional[pulumi.Input[str]] = None,
|
|
1054
|
+
username: Optional[pulumi.Input[str]] = None):
|
|
1055
|
+
"""
|
|
1056
|
+
Details of the Backend WebProxy Server to use in the Request to Backend.
|
|
1057
|
+
:param pulumi.Input[str] url: WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.
|
|
1058
|
+
:param pulumi.Input[str] password: Password to connect to the WebProxy Server
|
|
1059
|
+
:param pulumi.Input[str] username: Username to connect to the WebProxy server
|
|
1060
|
+
"""
|
|
1061
|
+
pulumi.set(__self__, "url", url)
|
|
1062
|
+
if password is not None:
|
|
1063
|
+
pulumi.set(__self__, "password", password)
|
|
1064
|
+
if username is not None:
|
|
1065
|
+
pulumi.set(__self__, "username", username)
|
|
1066
|
+
|
|
1067
|
+
@property
|
|
1068
|
+
@pulumi.getter
|
|
1069
|
+
def url(self) -> pulumi.Input[str]:
|
|
1070
|
+
"""
|
|
1071
|
+
WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.
|
|
1072
|
+
"""
|
|
1073
|
+
return pulumi.get(self, "url")
|
|
1074
|
+
|
|
1075
|
+
@url.setter
|
|
1076
|
+
def url(self, value: pulumi.Input[str]):
|
|
1077
|
+
pulumi.set(self, "url", value)
|
|
1078
|
+
|
|
1079
|
+
@property
|
|
1080
|
+
@pulumi.getter
|
|
1081
|
+
def password(self) -> Optional[pulumi.Input[str]]:
|
|
1082
|
+
"""
|
|
1083
|
+
Password to connect to the WebProxy Server
|
|
1084
|
+
"""
|
|
1085
|
+
return pulumi.get(self, "password")
|
|
1086
|
+
|
|
1087
|
+
@password.setter
|
|
1088
|
+
def password(self, value: Optional[pulumi.Input[str]]):
|
|
1089
|
+
pulumi.set(self, "password", value)
|
|
1090
|
+
|
|
1091
|
+
@property
|
|
1092
|
+
@pulumi.getter
|
|
1093
|
+
def username(self) -> Optional[pulumi.Input[str]]:
|
|
1094
|
+
"""
|
|
1095
|
+
Username to connect to the WebProxy server
|
|
1096
|
+
"""
|
|
1097
|
+
return pulumi.get(self, "username")
|
|
1098
|
+
|
|
1099
|
+
@username.setter
|
|
1100
|
+
def username(self, value: Optional[pulumi.Input[str]]):
|
|
1101
|
+
pulumi.set(self, "username", value)
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
@pulumi.input_type
|
|
1105
|
+
class BackendServiceFabricClusterPropertiesArgs:
|
|
1106
|
+
def __init__(__self__, *,
|
|
1107
|
+
management_endpoints: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
1108
|
+
client_certificate_id: Optional[pulumi.Input[str]] = None,
|
|
1109
|
+
client_certificatethumbprint: Optional[pulumi.Input[str]] = None,
|
|
1110
|
+
max_partition_resolution_retries: Optional[pulumi.Input[int]] = None,
|
|
1111
|
+
server_certificate_thumbprints: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1112
|
+
server_x509_names: Optional[pulumi.Input[Sequence[pulumi.Input['X509CertificateNameArgs']]]] = None):
|
|
1113
|
+
"""
|
|
1114
|
+
Properties of the Service Fabric Type Backend.
|
|
1115
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] management_endpoints: The cluster management endpoint.
|
|
1116
|
+
:param pulumi.Input[str] client_certificate_id: The client certificate id for the management endpoint.
|
|
1117
|
+
:param pulumi.Input[str] client_certificatethumbprint: The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided
|
|
1118
|
+
:param pulumi.Input[int] max_partition_resolution_retries: Maximum number of retries while attempting resolve the partition.
|
|
1119
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] server_certificate_thumbprints: Thumbprints of certificates cluster management service uses for tls communication
|
|
1120
|
+
:param pulumi.Input[Sequence[pulumi.Input['X509CertificateNameArgs']]] server_x509_names: Server X509 Certificate Names Collection
|
|
1121
|
+
"""
|
|
1122
|
+
pulumi.set(__self__, "management_endpoints", management_endpoints)
|
|
1123
|
+
if client_certificate_id is not None:
|
|
1124
|
+
pulumi.set(__self__, "client_certificate_id", client_certificate_id)
|
|
1125
|
+
if client_certificatethumbprint is not None:
|
|
1126
|
+
pulumi.set(__self__, "client_certificatethumbprint", client_certificatethumbprint)
|
|
1127
|
+
if max_partition_resolution_retries is not None:
|
|
1128
|
+
pulumi.set(__self__, "max_partition_resolution_retries", max_partition_resolution_retries)
|
|
1129
|
+
if server_certificate_thumbprints is not None:
|
|
1130
|
+
pulumi.set(__self__, "server_certificate_thumbprints", server_certificate_thumbprints)
|
|
1131
|
+
if server_x509_names is not None:
|
|
1132
|
+
pulumi.set(__self__, "server_x509_names", server_x509_names)
|
|
1133
|
+
|
|
1134
|
+
@property
|
|
1135
|
+
@pulumi.getter(name="managementEndpoints")
|
|
1136
|
+
def management_endpoints(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
1137
|
+
"""
|
|
1138
|
+
The cluster management endpoint.
|
|
1139
|
+
"""
|
|
1140
|
+
return pulumi.get(self, "management_endpoints")
|
|
1141
|
+
|
|
1142
|
+
@management_endpoints.setter
|
|
1143
|
+
def management_endpoints(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1144
|
+
pulumi.set(self, "management_endpoints", value)
|
|
1145
|
+
|
|
1146
|
+
@property
|
|
1147
|
+
@pulumi.getter(name="clientCertificateId")
|
|
1148
|
+
def client_certificate_id(self) -> Optional[pulumi.Input[str]]:
|
|
1149
|
+
"""
|
|
1150
|
+
The client certificate id for the management endpoint.
|
|
1151
|
+
"""
|
|
1152
|
+
return pulumi.get(self, "client_certificate_id")
|
|
1153
|
+
|
|
1154
|
+
@client_certificate_id.setter
|
|
1155
|
+
def client_certificate_id(self, value: Optional[pulumi.Input[str]]):
|
|
1156
|
+
pulumi.set(self, "client_certificate_id", value)
|
|
1157
|
+
|
|
1158
|
+
@property
|
|
1159
|
+
@pulumi.getter(name="clientCertificatethumbprint")
|
|
1160
|
+
def client_certificatethumbprint(self) -> Optional[pulumi.Input[str]]:
|
|
1161
|
+
"""
|
|
1162
|
+
The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided
|
|
1163
|
+
"""
|
|
1164
|
+
return pulumi.get(self, "client_certificatethumbprint")
|
|
1165
|
+
|
|
1166
|
+
@client_certificatethumbprint.setter
|
|
1167
|
+
def client_certificatethumbprint(self, value: Optional[pulumi.Input[str]]):
|
|
1168
|
+
pulumi.set(self, "client_certificatethumbprint", value)
|
|
1169
|
+
|
|
1170
|
+
@property
|
|
1171
|
+
@pulumi.getter(name="maxPartitionResolutionRetries")
|
|
1172
|
+
def max_partition_resolution_retries(self) -> Optional[pulumi.Input[int]]:
|
|
1173
|
+
"""
|
|
1174
|
+
Maximum number of retries while attempting resolve the partition.
|
|
1175
|
+
"""
|
|
1176
|
+
return pulumi.get(self, "max_partition_resolution_retries")
|
|
1177
|
+
|
|
1178
|
+
@max_partition_resolution_retries.setter
|
|
1179
|
+
def max_partition_resolution_retries(self, value: Optional[pulumi.Input[int]]):
|
|
1180
|
+
pulumi.set(self, "max_partition_resolution_retries", value)
|
|
1181
|
+
|
|
1182
|
+
@property
|
|
1183
|
+
@pulumi.getter(name="serverCertificateThumbprints")
|
|
1184
|
+
def server_certificate_thumbprints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1185
|
+
"""
|
|
1186
|
+
Thumbprints of certificates cluster management service uses for tls communication
|
|
1187
|
+
"""
|
|
1188
|
+
return pulumi.get(self, "server_certificate_thumbprints")
|
|
1189
|
+
|
|
1190
|
+
@server_certificate_thumbprints.setter
|
|
1191
|
+
def server_certificate_thumbprints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1192
|
+
pulumi.set(self, "server_certificate_thumbprints", value)
|
|
1193
|
+
|
|
1194
|
+
@property
|
|
1195
|
+
@pulumi.getter(name="serverX509Names")
|
|
1196
|
+
def server_x509_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['X509CertificateNameArgs']]]]:
|
|
1197
|
+
"""
|
|
1198
|
+
Server X509 Certificate Names Collection
|
|
1199
|
+
"""
|
|
1200
|
+
return pulumi.get(self, "server_x509_names")
|
|
1201
|
+
|
|
1202
|
+
@server_x509_names.setter
|
|
1203
|
+
def server_x509_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['X509CertificateNameArgs']]]]):
|
|
1204
|
+
pulumi.set(self, "server_x509_names", value)
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
@pulumi.input_type
|
|
1208
|
+
class BackendSubnetConfigurationArgs:
|
|
1209
|
+
def __init__(__self__, *,
|
|
1210
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1211
|
+
"""
|
|
1212
|
+
Information regarding how the subnet to which the gateway should be injected.
|
|
1213
|
+
:param pulumi.Input[str] id: The ARM ID of the subnet in which the backend systems are hosted.
|
|
1214
|
+
"""
|
|
1215
|
+
if id is not None:
|
|
1216
|
+
pulumi.set(__self__, "id", id)
|
|
1217
|
+
|
|
1218
|
+
@property
|
|
1219
|
+
@pulumi.getter
|
|
1220
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1221
|
+
"""
|
|
1222
|
+
The ARM ID of the subnet in which the backend systems are hosted.
|
|
1223
|
+
"""
|
|
1224
|
+
return pulumi.get(self, "id")
|
|
1225
|
+
|
|
1226
|
+
@id.setter
|
|
1227
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1228
|
+
pulumi.set(self, "id", value)
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
@pulumi.input_type
|
|
1232
|
+
class BackendTlsPropertiesArgs:
|
|
1233
|
+
def __init__(__self__, *,
|
|
1234
|
+
validate_certificate_chain: Optional[pulumi.Input[bool]] = None,
|
|
1235
|
+
validate_certificate_name: Optional[pulumi.Input[bool]] = None):
|
|
1236
|
+
"""
|
|
1237
|
+
Properties controlling TLS Certificate Validation.
|
|
1238
|
+
:param pulumi.Input[bool] validate_certificate_chain: Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
|
|
1239
|
+
:param pulumi.Input[bool] validate_certificate_name: Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
|
|
1240
|
+
"""
|
|
1241
|
+
if validate_certificate_chain is None:
|
|
1242
|
+
validate_certificate_chain = True
|
|
1243
|
+
if validate_certificate_chain is not None:
|
|
1244
|
+
pulumi.set(__self__, "validate_certificate_chain", validate_certificate_chain)
|
|
1245
|
+
if validate_certificate_name is None:
|
|
1246
|
+
validate_certificate_name = True
|
|
1247
|
+
if validate_certificate_name is not None:
|
|
1248
|
+
pulumi.set(__self__, "validate_certificate_name", validate_certificate_name)
|
|
1249
|
+
|
|
1250
|
+
@property
|
|
1251
|
+
@pulumi.getter(name="validateCertificateChain")
|
|
1252
|
+
def validate_certificate_chain(self) -> Optional[pulumi.Input[bool]]:
|
|
1253
|
+
"""
|
|
1254
|
+
Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
|
|
1255
|
+
"""
|
|
1256
|
+
return pulumi.get(self, "validate_certificate_chain")
|
|
1257
|
+
|
|
1258
|
+
@validate_certificate_chain.setter
|
|
1259
|
+
def validate_certificate_chain(self, value: Optional[pulumi.Input[bool]]):
|
|
1260
|
+
pulumi.set(self, "validate_certificate_chain", value)
|
|
1261
|
+
|
|
1262
|
+
@property
|
|
1263
|
+
@pulumi.getter(name="validateCertificateName")
|
|
1264
|
+
def validate_certificate_name(self) -> Optional[pulumi.Input[bool]]:
|
|
1265
|
+
"""
|
|
1266
|
+
Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
|
|
1267
|
+
"""
|
|
1268
|
+
return pulumi.get(self, "validate_certificate_name")
|
|
1269
|
+
|
|
1270
|
+
@validate_certificate_name.setter
|
|
1271
|
+
def validate_certificate_name(self, value: Optional[pulumi.Input[bool]]):
|
|
1272
|
+
pulumi.set(self, "validate_certificate_name", value)
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
@pulumi.input_type
|
|
1276
|
+
class BodyDiagnosticSettingsArgs:
|
|
1277
|
+
def __init__(__self__, *,
|
|
1278
|
+
bytes: Optional[pulumi.Input[int]] = None):
|
|
1279
|
+
"""
|
|
1280
|
+
Body logging settings.
|
|
1281
|
+
:param pulumi.Input[int] bytes: Number of request body bytes to log.
|
|
1282
|
+
"""
|
|
1283
|
+
if bytes is not None:
|
|
1284
|
+
pulumi.set(__self__, "bytes", bytes)
|
|
1285
|
+
|
|
1286
|
+
@property
|
|
1287
|
+
@pulumi.getter
|
|
1288
|
+
def bytes(self) -> Optional[pulumi.Input[int]]:
|
|
1289
|
+
"""
|
|
1290
|
+
Number of request body bytes to log.
|
|
1291
|
+
"""
|
|
1292
|
+
return pulumi.get(self, "bytes")
|
|
1293
|
+
|
|
1294
|
+
@bytes.setter
|
|
1295
|
+
def bytes(self, value: Optional[pulumi.Input[int]]):
|
|
1296
|
+
pulumi.set(self, "bytes", value)
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
@pulumi.input_type
|
|
1300
|
+
class CertificateConfigurationArgs:
|
|
1301
|
+
def __init__(__self__, *,
|
|
1302
|
+
store_name: pulumi.Input[str],
|
|
1303
|
+
certificate: Optional[pulumi.Input['CertificateInformationArgs']] = None,
|
|
1304
|
+
certificate_password: Optional[pulumi.Input[str]] = None,
|
|
1305
|
+
encoded_certificate: Optional[pulumi.Input[str]] = None):
|
|
1306
|
+
"""
|
|
1307
|
+
Certificate configuration which consist of non-trusted intermediates and root certificates.
|
|
1308
|
+
:param pulumi.Input[str] store_name: The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.
|
|
1309
|
+
:param pulumi.Input['CertificateInformationArgs'] certificate: Certificate information.
|
|
1310
|
+
:param pulumi.Input[str] certificate_password: Certificate Password.
|
|
1311
|
+
:param pulumi.Input[str] encoded_certificate: Base64 Encoded certificate.
|
|
1312
|
+
"""
|
|
1313
|
+
pulumi.set(__self__, "store_name", store_name)
|
|
1314
|
+
if certificate is not None:
|
|
1315
|
+
pulumi.set(__self__, "certificate", certificate)
|
|
1316
|
+
if certificate_password is not None:
|
|
1317
|
+
pulumi.set(__self__, "certificate_password", certificate_password)
|
|
1318
|
+
if encoded_certificate is not None:
|
|
1319
|
+
pulumi.set(__self__, "encoded_certificate", encoded_certificate)
|
|
1320
|
+
|
|
1321
|
+
@property
|
|
1322
|
+
@pulumi.getter(name="storeName")
|
|
1323
|
+
def store_name(self) -> pulumi.Input[str]:
|
|
1324
|
+
"""
|
|
1325
|
+
The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.
|
|
1326
|
+
"""
|
|
1327
|
+
return pulumi.get(self, "store_name")
|
|
1328
|
+
|
|
1329
|
+
@store_name.setter
|
|
1330
|
+
def store_name(self, value: pulumi.Input[str]):
|
|
1331
|
+
pulumi.set(self, "store_name", value)
|
|
1332
|
+
|
|
1333
|
+
@property
|
|
1334
|
+
@pulumi.getter
|
|
1335
|
+
def certificate(self) -> Optional[pulumi.Input['CertificateInformationArgs']]:
|
|
1336
|
+
"""
|
|
1337
|
+
Certificate information.
|
|
1338
|
+
"""
|
|
1339
|
+
return pulumi.get(self, "certificate")
|
|
1340
|
+
|
|
1341
|
+
@certificate.setter
|
|
1342
|
+
def certificate(self, value: Optional[pulumi.Input['CertificateInformationArgs']]):
|
|
1343
|
+
pulumi.set(self, "certificate", value)
|
|
1344
|
+
|
|
1345
|
+
@property
|
|
1346
|
+
@pulumi.getter(name="certificatePassword")
|
|
1347
|
+
def certificate_password(self) -> Optional[pulumi.Input[str]]:
|
|
1348
|
+
"""
|
|
1349
|
+
Certificate Password.
|
|
1350
|
+
"""
|
|
1351
|
+
return pulumi.get(self, "certificate_password")
|
|
1352
|
+
|
|
1353
|
+
@certificate_password.setter
|
|
1354
|
+
def certificate_password(self, value: Optional[pulumi.Input[str]]):
|
|
1355
|
+
pulumi.set(self, "certificate_password", value)
|
|
1356
|
+
|
|
1357
|
+
@property
|
|
1358
|
+
@pulumi.getter(name="encodedCertificate")
|
|
1359
|
+
def encoded_certificate(self) -> Optional[pulumi.Input[str]]:
|
|
1360
|
+
"""
|
|
1361
|
+
Base64 Encoded certificate.
|
|
1362
|
+
"""
|
|
1363
|
+
return pulumi.get(self, "encoded_certificate")
|
|
1364
|
+
|
|
1365
|
+
@encoded_certificate.setter
|
|
1366
|
+
def encoded_certificate(self, value: Optional[pulumi.Input[str]]):
|
|
1367
|
+
pulumi.set(self, "encoded_certificate", value)
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
@pulumi.input_type
|
|
1371
|
+
class CertificateInformationArgs:
|
|
1372
|
+
def __init__(__self__, *,
|
|
1373
|
+
expiry: pulumi.Input[str],
|
|
1374
|
+
subject: pulumi.Input[str],
|
|
1375
|
+
thumbprint: pulumi.Input[str]):
|
|
1376
|
+
"""
|
|
1377
|
+
SSL certificate information.
|
|
1378
|
+
:param pulumi.Input[str] expiry: Expiration date of the certificate. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
|
|
1379
|
+
:param pulumi.Input[str] subject: Subject of the certificate.
|
|
1380
|
+
:param pulumi.Input[str] thumbprint: Thumbprint of the certificate.
|
|
1381
|
+
"""
|
|
1382
|
+
pulumi.set(__self__, "expiry", expiry)
|
|
1383
|
+
pulumi.set(__self__, "subject", subject)
|
|
1384
|
+
pulumi.set(__self__, "thumbprint", thumbprint)
|
|
1385
|
+
|
|
1386
|
+
@property
|
|
1387
|
+
@pulumi.getter
|
|
1388
|
+
def expiry(self) -> pulumi.Input[str]:
|
|
1389
|
+
"""
|
|
1390
|
+
Expiration date of the certificate. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
|
|
1391
|
+
"""
|
|
1392
|
+
return pulumi.get(self, "expiry")
|
|
1393
|
+
|
|
1394
|
+
@expiry.setter
|
|
1395
|
+
def expiry(self, value: pulumi.Input[str]):
|
|
1396
|
+
pulumi.set(self, "expiry", value)
|
|
1397
|
+
|
|
1398
|
+
@property
|
|
1399
|
+
@pulumi.getter
|
|
1400
|
+
def subject(self) -> pulumi.Input[str]:
|
|
1401
|
+
"""
|
|
1402
|
+
Subject of the certificate.
|
|
1403
|
+
"""
|
|
1404
|
+
return pulumi.get(self, "subject")
|
|
1405
|
+
|
|
1406
|
+
@subject.setter
|
|
1407
|
+
def subject(self, value: pulumi.Input[str]):
|
|
1408
|
+
pulumi.set(self, "subject", value)
|
|
1409
|
+
|
|
1410
|
+
@property
|
|
1411
|
+
@pulumi.getter
|
|
1412
|
+
def thumbprint(self) -> pulumi.Input[str]:
|
|
1413
|
+
"""
|
|
1414
|
+
Thumbprint of the certificate.
|
|
1415
|
+
"""
|
|
1416
|
+
return pulumi.get(self, "thumbprint")
|
|
1417
|
+
|
|
1418
|
+
@thumbprint.setter
|
|
1419
|
+
def thumbprint(self, value: pulumi.Input[str]):
|
|
1420
|
+
pulumi.set(self, "thumbprint", value)
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
@pulumi.input_type
|
|
1424
|
+
class CircuitBreakerFailureConditionArgs:
|
|
1425
|
+
def __init__(__self__, *,
|
|
1426
|
+
count: Optional[pulumi.Input[float]] = None,
|
|
1427
|
+
error_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1428
|
+
interval: Optional[pulumi.Input[str]] = None,
|
|
1429
|
+
percentage: Optional[pulumi.Input[float]] = None,
|
|
1430
|
+
status_code_ranges: Optional[pulumi.Input[Sequence[pulumi.Input['FailureStatusCodeRangeArgs']]]] = None):
|
|
1431
|
+
"""
|
|
1432
|
+
The trip conditions of the circuit breaker
|
|
1433
|
+
:param pulumi.Input[float] count: The threshold for opening the circuit.
|
|
1434
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] error_reasons: The error reasons which are considered as failure.
|
|
1435
|
+
:param pulumi.Input[str] interval: The interval during which the failures are counted.
|
|
1436
|
+
:param pulumi.Input[float] percentage: The threshold for opening the circuit.
|
|
1437
|
+
:param pulumi.Input[Sequence[pulumi.Input['FailureStatusCodeRangeArgs']]] status_code_ranges: The status code ranges which are considered as failure.
|
|
1438
|
+
"""
|
|
1439
|
+
if count is not None:
|
|
1440
|
+
pulumi.set(__self__, "count", count)
|
|
1441
|
+
if error_reasons is not None:
|
|
1442
|
+
pulumi.set(__self__, "error_reasons", error_reasons)
|
|
1443
|
+
if interval is not None:
|
|
1444
|
+
pulumi.set(__self__, "interval", interval)
|
|
1445
|
+
if percentage is not None:
|
|
1446
|
+
pulumi.set(__self__, "percentage", percentage)
|
|
1447
|
+
if status_code_ranges is not None:
|
|
1448
|
+
pulumi.set(__self__, "status_code_ranges", status_code_ranges)
|
|
1449
|
+
|
|
1450
|
+
@property
|
|
1451
|
+
@pulumi.getter
|
|
1452
|
+
def count(self) -> Optional[pulumi.Input[float]]:
|
|
1453
|
+
"""
|
|
1454
|
+
The threshold for opening the circuit.
|
|
1455
|
+
"""
|
|
1456
|
+
return pulumi.get(self, "count")
|
|
1457
|
+
|
|
1458
|
+
@count.setter
|
|
1459
|
+
def count(self, value: Optional[pulumi.Input[float]]):
|
|
1460
|
+
pulumi.set(self, "count", value)
|
|
1461
|
+
|
|
1462
|
+
@property
|
|
1463
|
+
@pulumi.getter(name="errorReasons")
|
|
1464
|
+
def error_reasons(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1465
|
+
"""
|
|
1466
|
+
The error reasons which are considered as failure.
|
|
1467
|
+
"""
|
|
1468
|
+
return pulumi.get(self, "error_reasons")
|
|
1469
|
+
|
|
1470
|
+
@error_reasons.setter
|
|
1471
|
+
def error_reasons(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1472
|
+
pulumi.set(self, "error_reasons", value)
|
|
1473
|
+
|
|
1474
|
+
@property
|
|
1475
|
+
@pulumi.getter
|
|
1476
|
+
def interval(self) -> Optional[pulumi.Input[str]]:
|
|
1477
|
+
"""
|
|
1478
|
+
The interval during which the failures are counted.
|
|
1479
|
+
"""
|
|
1480
|
+
return pulumi.get(self, "interval")
|
|
1481
|
+
|
|
1482
|
+
@interval.setter
|
|
1483
|
+
def interval(self, value: Optional[pulumi.Input[str]]):
|
|
1484
|
+
pulumi.set(self, "interval", value)
|
|
1485
|
+
|
|
1486
|
+
@property
|
|
1487
|
+
@pulumi.getter
|
|
1488
|
+
def percentage(self) -> Optional[pulumi.Input[float]]:
|
|
1489
|
+
"""
|
|
1490
|
+
The threshold for opening the circuit.
|
|
1491
|
+
"""
|
|
1492
|
+
return pulumi.get(self, "percentage")
|
|
1493
|
+
|
|
1494
|
+
@percentage.setter
|
|
1495
|
+
def percentage(self, value: Optional[pulumi.Input[float]]):
|
|
1496
|
+
pulumi.set(self, "percentage", value)
|
|
1497
|
+
|
|
1498
|
+
@property
|
|
1499
|
+
@pulumi.getter(name="statusCodeRanges")
|
|
1500
|
+
def status_code_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FailureStatusCodeRangeArgs']]]]:
|
|
1501
|
+
"""
|
|
1502
|
+
The status code ranges which are considered as failure.
|
|
1503
|
+
"""
|
|
1504
|
+
return pulumi.get(self, "status_code_ranges")
|
|
1505
|
+
|
|
1506
|
+
@status_code_ranges.setter
|
|
1507
|
+
def status_code_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FailureStatusCodeRangeArgs']]]]):
|
|
1508
|
+
pulumi.set(self, "status_code_ranges", value)
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
@pulumi.input_type
|
|
1512
|
+
class CircuitBreakerRuleArgs:
|
|
1513
|
+
def __init__(__self__, *,
|
|
1514
|
+
accept_retry_after: Optional[pulumi.Input[bool]] = None,
|
|
1515
|
+
failure_condition: Optional[pulumi.Input['CircuitBreakerFailureConditionArgs']] = None,
|
|
1516
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1517
|
+
trip_duration: Optional[pulumi.Input[str]] = None):
|
|
1518
|
+
"""
|
|
1519
|
+
Rule configuration to trip the backend.
|
|
1520
|
+
:param pulumi.Input[bool] accept_retry_after: flag to accept Retry-After header from the backend.
|
|
1521
|
+
:param pulumi.Input['CircuitBreakerFailureConditionArgs'] failure_condition: The conditions for tripping the circuit breaker.
|
|
1522
|
+
:param pulumi.Input[str] name: The rule name.
|
|
1523
|
+
:param pulumi.Input[str] trip_duration: The duration for which the circuit will be tripped.
|
|
1524
|
+
"""
|
|
1525
|
+
if accept_retry_after is not None:
|
|
1526
|
+
pulumi.set(__self__, "accept_retry_after", accept_retry_after)
|
|
1527
|
+
if failure_condition is not None:
|
|
1528
|
+
pulumi.set(__self__, "failure_condition", failure_condition)
|
|
1529
|
+
if name is not None:
|
|
1530
|
+
pulumi.set(__self__, "name", name)
|
|
1531
|
+
if trip_duration is not None:
|
|
1532
|
+
pulumi.set(__self__, "trip_duration", trip_duration)
|
|
1533
|
+
|
|
1534
|
+
@property
|
|
1535
|
+
@pulumi.getter(name="acceptRetryAfter")
|
|
1536
|
+
def accept_retry_after(self) -> Optional[pulumi.Input[bool]]:
|
|
1537
|
+
"""
|
|
1538
|
+
flag to accept Retry-After header from the backend.
|
|
1539
|
+
"""
|
|
1540
|
+
return pulumi.get(self, "accept_retry_after")
|
|
1541
|
+
|
|
1542
|
+
@accept_retry_after.setter
|
|
1543
|
+
def accept_retry_after(self, value: Optional[pulumi.Input[bool]]):
|
|
1544
|
+
pulumi.set(self, "accept_retry_after", value)
|
|
1545
|
+
|
|
1546
|
+
@property
|
|
1547
|
+
@pulumi.getter(name="failureCondition")
|
|
1548
|
+
def failure_condition(self) -> Optional[pulumi.Input['CircuitBreakerFailureConditionArgs']]:
|
|
1549
|
+
"""
|
|
1550
|
+
The conditions for tripping the circuit breaker.
|
|
1551
|
+
"""
|
|
1552
|
+
return pulumi.get(self, "failure_condition")
|
|
1553
|
+
|
|
1554
|
+
@failure_condition.setter
|
|
1555
|
+
def failure_condition(self, value: Optional[pulumi.Input['CircuitBreakerFailureConditionArgs']]):
|
|
1556
|
+
pulumi.set(self, "failure_condition", value)
|
|
1557
|
+
|
|
1558
|
+
@property
|
|
1559
|
+
@pulumi.getter
|
|
1560
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1561
|
+
"""
|
|
1562
|
+
The rule name.
|
|
1563
|
+
"""
|
|
1564
|
+
return pulumi.get(self, "name")
|
|
1565
|
+
|
|
1566
|
+
@name.setter
|
|
1567
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1568
|
+
pulumi.set(self, "name", value)
|
|
1569
|
+
|
|
1570
|
+
@property
|
|
1571
|
+
@pulumi.getter(name="tripDuration")
|
|
1572
|
+
def trip_duration(self) -> Optional[pulumi.Input[str]]:
|
|
1573
|
+
"""
|
|
1574
|
+
The duration for which the circuit will be tripped.
|
|
1575
|
+
"""
|
|
1576
|
+
return pulumi.get(self, "trip_duration")
|
|
1577
|
+
|
|
1578
|
+
@trip_duration.setter
|
|
1579
|
+
def trip_duration(self, value: Optional[pulumi.Input[str]]):
|
|
1580
|
+
pulumi.set(self, "trip_duration", value)
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
@pulumi.input_type
|
|
1584
|
+
class ConfigurationApiArgs:
|
|
1585
|
+
def __init__(__self__, *,
|
|
1586
|
+
legacy_api: Optional[pulumi.Input[Union[str, 'LegacyApiState']]] = None):
|
|
1587
|
+
"""
|
|
1588
|
+
Information regarding the Configuration API of the API Management service.
|
|
1589
|
+
:param pulumi.Input[Union[str, 'LegacyApiState']] legacy_api: Indication whether or not the legacy Configuration API (v1) should be exposed on the API Management service. Value is optional but must be 'Enabled' or 'Disabled'. If 'Disabled', legacy Configuration API (v1) will not be available for self-hosted gateways. Default value is 'Enabled'
|
|
1590
|
+
"""
|
|
1591
|
+
if legacy_api is None:
|
|
1592
|
+
legacy_api = 'Enabled'
|
|
1593
|
+
if legacy_api is not None:
|
|
1594
|
+
pulumi.set(__self__, "legacy_api", legacy_api)
|
|
1595
|
+
|
|
1596
|
+
@property
|
|
1597
|
+
@pulumi.getter(name="legacyApi")
|
|
1598
|
+
def legacy_api(self) -> Optional[pulumi.Input[Union[str, 'LegacyApiState']]]:
|
|
1599
|
+
"""
|
|
1600
|
+
Indication whether or not the legacy Configuration API (v1) should be exposed on the API Management service. Value is optional but must be 'Enabled' or 'Disabled'. If 'Disabled', legacy Configuration API (v1) will not be available for self-hosted gateways. Default value is 'Enabled'
|
|
1601
|
+
"""
|
|
1602
|
+
return pulumi.get(self, "legacy_api")
|
|
1603
|
+
|
|
1604
|
+
@legacy_api.setter
|
|
1605
|
+
def legacy_api(self, value: Optional[pulumi.Input[Union[str, 'LegacyApiState']]]):
|
|
1606
|
+
pulumi.set(self, "legacy_api", value)
|
|
1607
|
+
|
|
1608
|
+
|
|
1609
|
+
@pulumi.input_type
|
|
1610
|
+
class DataMaskingEntityArgs:
|
|
1611
|
+
def __init__(__self__, *,
|
|
1612
|
+
mode: Optional[pulumi.Input[Union[str, 'DataMaskingMode']]] = None,
|
|
1613
|
+
value: Optional[pulumi.Input[str]] = None):
|
|
1614
|
+
"""
|
|
1615
|
+
:param pulumi.Input[Union[str, 'DataMaskingMode']] mode: Data masking mode.
|
|
1616
|
+
:param pulumi.Input[str] value: The name of an entity to mask (e.g. a name of a header or a query parameter).
|
|
1617
|
+
"""
|
|
1618
|
+
if mode is not None:
|
|
1619
|
+
pulumi.set(__self__, "mode", mode)
|
|
1620
|
+
if value is not None:
|
|
1621
|
+
pulumi.set(__self__, "value", value)
|
|
1622
|
+
|
|
1623
|
+
@property
|
|
1624
|
+
@pulumi.getter
|
|
1625
|
+
def mode(self) -> Optional[pulumi.Input[Union[str, 'DataMaskingMode']]]:
|
|
1626
|
+
"""
|
|
1627
|
+
Data masking mode.
|
|
1628
|
+
"""
|
|
1629
|
+
return pulumi.get(self, "mode")
|
|
1630
|
+
|
|
1631
|
+
@mode.setter
|
|
1632
|
+
def mode(self, value: Optional[pulumi.Input[Union[str, 'DataMaskingMode']]]):
|
|
1633
|
+
pulumi.set(self, "mode", value)
|
|
1634
|
+
|
|
1635
|
+
@property
|
|
1636
|
+
@pulumi.getter
|
|
1637
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
1638
|
+
"""
|
|
1639
|
+
The name of an entity to mask (e.g. a name of a header or a query parameter).
|
|
1640
|
+
"""
|
|
1641
|
+
return pulumi.get(self, "value")
|
|
1642
|
+
|
|
1643
|
+
@value.setter
|
|
1644
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
1645
|
+
pulumi.set(self, "value", value)
|
|
1646
|
+
|
|
1647
|
+
|
|
1648
|
+
@pulumi.input_type
|
|
1649
|
+
class DataMaskingArgs:
|
|
1650
|
+
def __init__(__self__, *,
|
|
1651
|
+
headers: Optional[pulumi.Input[Sequence[pulumi.Input['DataMaskingEntityArgs']]]] = None,
|
|
1652
|
+
query_params: Optional[pulumi.Input[Sequence[pulumi.Input['DataMaskingEntityArgs']]]] = None):
|
|
1653
|
+
"""
|
|
1654
|
+
:param pulumi.Input[Sequence[pulumi.Input['DataMaskingEntityArgs']]] headers: Masking settings for headers
|
|
1655
|
+
:param pulumi.Input[Sequence[pulumi.Input['DataMaskingEntityArgs']]] query_params: Masking settings for Url query parameters
|
|
1656
|
+
"""
|
|
1657
|
+
if headers is not None:
|
|
1658
|
+
pulumi.set(__self__, "headers", headers)
|
|
1659
|
+
if query_params is not None:
|
|
1660
|
+
pulumi.set(__self__, "query_params", query_params)
|
|
1661
|
+
|
|
1662
|
+
@property
|
|
1663
|
+
@pulumi.getter
|
|
1664
|
+
def headers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DataMaskingEntityArgs']]]]:
|
|
1665
|
+
"""
|
|
1666
|
+
Masking settings for headers
|
|
1667
|
+
"""
|
|
1668
|
+
return pulumi.get(self, "headers")
|
|
1669
|
+
|
|
1670
|
+
@headers.setter
|
|
1671
|
+
def headers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DataMaskingEntityArgs']]]]):
|
|
1672
|
+
pulumi.set(self, "headers", value)
|
|
1673
|
+
|
|
1674
|
+
@property
|
|
1675
|
+
@pulumi.getter(name="queryParams")
|
|
1676
|
+
def query_params(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DataMaskingEntityArgs']]]]:
|
|
1677
|
+
"""
|
|
1678
|
+
Masking settings for Url query parameters
|
|
1679
|
+
"""
|
|
1680
|
+
return pulumi.get(self, "query_params")
|
|
1681
|
+
|
|
1682
|
+
@query_params.setter
|
|
1683
|
+
def query_params(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DataMaskingEntityArgs']]]]):
|
|
1684
|
+
pulumi.set(self, "query_params", value)
|
|
1685
|
+
|
|
1686
|
+
|
|
1687
|
+
@pulumi.input_type
|
|
1688
|
+
class EmailTemplateParametersContractPropertiesArgs:
|
|
1689
|
+
def __init__(__self__, *,
|
|
1690
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
1691
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1692
|
+
title: Optional[pulumi.Input[str]] = None):
|
|
1693
|
+
"""
|
|
1694
|
+
Email Template Parameter contract.
|
|
1695
|
+
:param pulumi.Input[str] description: Template parameter description.
|
|
1696
|
+
:param pulumi.Input[str] name: Template parameter name.
|
|
1697
|
+
:param pulumi.Input[str] title: Template parameter title.
|
|
1698
|
+
"""
|
|
1699
|
+
if description is not None:
|
|
1700
|
+
pulumi.set(__self__, "description", description)
|
|
1701
|
+
if name is not None:
|
|
1702
|
+
pulumi.set(__self__, "name", name)
|
|
1703
|
+
if title is not None:
|
|
1704
|
+
pulumi.set(__self__, "title", title)
|
|
1705
|
+
|
|
1706
|
+
@property
|
|
1707
|
+
@pulumi.getter
|
|
1708
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
1709
|
+
"""
|
|
1710
|
+
Template parameter description.
|
|
1711
|
+
"""
|
|
1712
|
+
return pulumi.get(self, "description")
|
|
1713
|
+
|
|
1714
|
+
@description.setter
|
|
1715
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
1716
|
+
pulumi.set(self, "description", value)
|
|
1717
|
+
|
|
1718
|
+
@property
|
|
1719
|
+
@pulumi.getter
|
|
1720
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1721
|
+
"""
|
|
1722
|
+
Template parameter name.
|
|
1723
|
+
"""
|
|
1724
|
+
return pulumi.get(self, "name")
|
|
1725
|
+
|
|
1726
|
+
@name.setter
|
|
1727
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1728
|
+
pulumi.set(self, "name", value)
|
|
1729
|
+
|
|
1730
|
+
@property
|
|
1731
|
+
@pulumi.getter
|
|
1732
|
+
def title(self) -> Optional[pulumi.Input[str]]:
|
|
1733
|
+
"""
|
|
1734
|
+
Template parameter title.
|
|
1735
|
+
"""
|
|
1736
|
+
return pulumi.get(self, "title")
|
|
1737
|
+
|
|
1738
|
+
@title.setter
|
|
1739
|
+
def title(self, value: Optional[pulumi.Input[str]]):
|
|
1740
|
+
pulumi.set(self, "title", value)
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
@pulumi.input_type
|
|
1744
|
+
class FailureStatusCodeRangeArgs:
|
|
1745
|
+
def __init__(__self__, *,
|
|
1746
|
+
max: Optional[pulumi.Input[int]] = None,
|
|
1747
|
+
min: Optional[pulumi.Input[int]] = None):
|
|
1748
|
+
"""
|
|
1749
|
+
The failure http status code range
|
|
1750
|
+
:param pulumi.Input[int] max: The maximum http status code.
|
|
1751
|
+
:param pulumi.Input[int] min: The minimum http status code.
|
|
1752
|
+
"""
|
|
1753
|
+
if max is not None:
|
|
1754
|
+
pulumi.set(__self__, "max", max)
|
|
1755
|
+
if min is not None:
|
|
1756
|
+
pulumi.set(__self__, "min", min)
|
|
1757
|
+
|
|
1758
|
+
@property
|
|
1759
|
+
@pulumi.getter
|
|
1760
|
+
def max(self) -> Optional[pulumi.Input[int]]:
|
|
1761
|
+
"""
|
|
1762
|
+
The maximum http status code.
|
|
1763
|
+
"""
|
|
1764
|
+
return pulumi.get(self, "max")
|
|
1765
|
+
|
|
1766
|
+
@max.setter
|
|
1767
|
+
def max(self, value: Optional[pulumi.Input[int]]):
|
|
1768
|
+
pulumi.set(self, "max", value)
|
|
1769
|
+
|
|
1770
|
+
@property
|
|
1771
|
+
@pulumi.getter
|
|
1772
|
+
def min(self) -> Optional[pulumi.Input[int]]:
|
|
1773
|
+
"""
|
|
1774
|
+
The minimum http status code.
|
|
1775
|
+
"""
|
|
1776
|
+
return pulumi.get(self, "min")
|
|
1777
|
+
|
|
1778
|
+
@min.setter
|
|
1779
|
+
def min(self, value: Optional[pulumi.Input[int]]):
|
|
1780
|
+
pulumi.set(self, "min", value)
|
|
1781
|
+
|
|
1782
|
+
|
|
1783
|
+
@pulumi.input_type
|
|
1784
|
+
class HostnameConfigurationArgs:
|
|
1785
|
+
def __init__(__self__, *,
|
|
1786
|
+
host_name: pulumi.Input[str],
|
|
1787
|
+
type: pulumi.Input[Union[str, 'HostnameType']],
|
|
1788
|
+
certificate: Optional[pulumi.Input['CertificateInformationArgs']] = None,
|
|
1789
|
+
certificate_password: Optional[pulumi.Input[str]] = None,
|
|
1790
|
+
certificate_source: Optional[pulumi.Input[Union[str, 'CertificateSource']]] = None,
|
|
1791
|
+
certificate_status: Optional[pulumi.Input[Union[str, 'CertificateStatus']]] = None,
|
|
1792
|
+
default_ssl_binding: Optional[pulumi.Input[bool]] = None,
|
|
1793
|
+
encoded_certificate: Optional[pulumi.Input[str]] = None,
|
|
1794
|
+
identity_client_id: Optional[pulumi.Input[str]] = None,
|
|
1795
|
+
key_vault_id: Optional[pulumi.Input[str]] = None,
|
|
1796
|
+
negotiate_client_certificate: Optional[pulumi.Input[bool]] = None):
|
|
1797
|
+
"""
|
|
1798
|
+
Custom hostname configuration.
|
|
1799
|
+
:param pulumi.Input[str] host_name: Hostname to configure on the Api Management service.
|
|
1800
|
+
:param pulumi.Input[Union[str, 'HostnameType']] type: Hostname type.
|
|
1801
|
+
:param pulumi.Input['CertificateInformationArgs'] certificate: Certificate information.
|
|
1802
|
+
:param pulumi.Input[str] certificate_password: Certificate Password.
|
|
1803
|
+
:param pulumi.Input[Union[str, 'CertificateSource']] certificate_source: Certificate Source.
|
|
1804
|
+
:param pulumi.Input[Union[str, 'CertificateStatus']] certificate_status: Certificate Status.
|
|
1805
|
+
:param pulumi.Input[bool] default_ssl_binding: Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to gateway Hostname Type.
|
|
1806
|
+
:param pulumi.Input[str] encoded_certificate: Base64 Encoded certificate.
|
|
1807
|
+
:param pulumi.Input[str] identity_client_id: System or User Assigned Managed identity clientId as generated by Azure AD, which has GET access to the keyVault containing the SSL certificate.
|
|
1808
|
+
:param pulumi.Input[str] key_vault_id: Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with aka.ms/apimmsi. The secret should be of type *application/x-pkcs12*
|
|
1809
|
+
:param pulumi.Input[bool] negotiate_client_certificate: Specify true to always negotiate client certificate on the hostname. Default Value is false.
|
|
1810
|
+
"""
|
|
1811
|
+
pulumi.set(__self__, "host_name", host_name)
|
|
1812
|
+
pulumi.set(__self__, "type", type)
|
|
1813
|
+
if certificate is not None:
|
|
1814
|
+
pulumi.set(__self__, "certificate", certificate)
|
|
1815
|
+
if certificate_password is not None:
|
|
1816
|
+
pulumi.set(__self__, "certificate_password", certificate_password)
|
|
1817
|
+
if certificate_source is not None:
|
|
1818
|
+
pulumi.set(__self__, "certificate_source", certificate_source)
|
|
1819
|
+
if certificate_status is not None:
|
|
1820
|
+
pulumi.set(__self__, "certificate_status", certificate_status)
|
|
1821
|
+
if default_ssl_binding is None:
|
|
1822
|
+
default_ssl_binding = False
|
|
1823
|
+
if default_ssl_binding is not None:
|
|
1824
|
+
pulumi.set(__self__, "default_ssl_binding", default_ssl_binding)
|
|
1825
|
+
if encoded_certificate is not None:
|
|
1826
|
+
pulumi.set(__self__, "encoded_certificate", encoded_certificate)
|
|
1827
|
+
if identity_client_id is not None:
|
|
1828
|
+
pulumi.set(__self__, "identity_client_id", identity_client_id)
|
|
1829
|
+
if key_vault_id is not None:
|
|
1830
|
+
pulumi.set(__self__, "key_vault_id", key_vault_id)
|
|
1831
|
+
if negotiate_client_certificate is None:
|
|
1832
|
+
negotiate_client_certificate = False
|
|
1833
|
+
if negotiate_client_certificate is not None:
|
|
1834
|
+
pulumi.set(__self__, "negotiate_client_certificate", negotiate_client_certificate)
|
|
1835
|
+
|
|
1836
|
+
@property
|
|
1837
|
+
@pulumi.getter(name="hostName")
|
|
1838
|
+
def host_name(self) -> pulumi.Input[str]:
|
|
1839
|
+
"""
|
|
1840
|
+
Hostname to configure on the Api Management service.
|
|
1841
|
+
"""
|
|
1842
|
+
return pulumi.get(self, "host_name")
|
|
1843
|
+
|
|
1844
|
+
@host_name.setter
|
|
1845
|
+
def host_name(self, value: pulumi.Input[str]):
|
|
1846
|
+
pulumi.set(self, "host_name", value)
|
|
1847
|
+
|
|
1848
|
+
@property
|
|
1849
|
+
@pulumi.getter
|
|
1850
|
+
def type(self) -> pulumi.Input[Union[str, 'HostnameType']]:
|
|
1851
|
+
"""
|
|
1852
|
+
Hostname type.
|
|
1853
|
+
"""
|
|
1854
|
+
return pulumi.get(self, "type")
|
|
1855
|
+
|
|
1856
|
+
@type.setter
|
|
1857
|
+
def type(self, value: pulumi.Input[Union[str, 'HostnameType']]):
|
|
1858
|
+
pulumi.set(self, "type", value)
|
|
1859
|
+
|
|
1860
|
+
@property
|
|
1861
|
+
@pulumi.getter
|
|
1862
|
+
def certificate(self) -> Optional[pulumi.Input['CertificateInformationArgs']]:
|
|
1863
|
+
"""
|
|
1864
|
+
Certificate information.
|
|
1865
|
+
"""
|
|
1866
|
+
return pulumi.get(self, "certificate")
|
|
1867
|
+
|
|
1868
|
+
@certificate.setter
|
|
1869
|
+
def certificate(self, value: Optional[pulumi.Input['CertificateInformationArgs']]):
|
|
1870
|
+
pulumi.set(self, "certificate", value)
|
|
1871
|
+
|
|
1872
|
+
@property
|
|
1873
|
+
@pulumi.getter(name="certificatePassword")
|
|
1874
|
+
def certificate_password(self) -> Optional[pulumi.Input[str]]:
|
|
1875
|
+
"""
|
|
1876
|
+
Certificate Password.
|
|
1877
|
+
"""
|
|
1878
|
+
return pulumi.get(self, "certificate_password")
|
|
1879
|
+
|
|
1880
|
+
@certificate_password.setter
|
|
1881
|
+
def certificate_password(self, value: Optional[pulumi.Input[str]]):
|
|
1882
|
+
pulumi.set(self, "certificate_password", value)
|
|
1883
|
+
|
|
1884
|
+
@property
|
|
1885
|
+
@pulumi.getter(name="certificateSource")
|
|
1886
|
+
def certificate_source(self) -> Optional[pulumi.Input[Union[str, 'CertificateSource']]]:
|
|
1887
|
+
"""
|
|
1888
|
+
Certificate Source.
|
|
1889
|
+
"""
|
|
1890
|
+
return pulumi.get(self, "certificate_source")
|
|
1891
|
+
|
|
1892
|
+
@certificate_source.setter
|
|
1893
|
+
def certificate_source(self, value: Optional[pulumi.Input[Union[str, 'CertificateSource']]]):
|
|
1894
|
+
pulumi.set(self, "certificate_source", value)
|
|
1895
|
+
|
|
1896
|
+
@property
|
|
1897
|
+
@pulumi.getter(name="certificateStatus")
|
|
1898
|
+
def certificate_status(self) -> Optional[pulumi.Input[Union[str, 'CertificateStatus']]]:
|
|
1899
|
+
"""
|
|
1900
|
+
Certificate Status.
|
|
1901
|
+
"""
|
|
1902
|
+
return pulumi.get(self, "certificate_status")
|
|
1903
|
+
|
|
1904
|
+
@certificate_status.setter
|
|
1905
|
+
def certificate_status(self, value: Optional[pulumi.Input[Union[str, 'CertificateStatus']]]):
|
|
1906
|
+
pulumi.set(self, "certificate_status", value)
|
|
1907
|
+
|
|
1908
|
+
@property
|
|
1909
|
+
@pulumi.getter(name="defaultSslBinding")
|
|
1910
|
+
def default_ssl_binding(self) -> Optional[pulumi.Input[bool]]:
|
|
1911
|
+
"""
|
|
1912
|
+
Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to gateway Hostname Type.
|
|
1913
|
+
"""
|
|
1914
|
+
return pulumi.get(self, "default_ssl_binding")
|
|
1915
|
+
|
|
1916
|
+
@default_ssl_binding.setter
|
|
1917
|
+
def default_ssl_binding(self, value: Optional[pulumi.Input[bool]]):
|
|
1918
|
+
pulumi.set(self, "default_ssl_binding", value)
|
|
1919
|
+
|
|
1920
|
+
@property
|
|
1921
|
+
@pulumi.getter(name="encodedCertificate")
|
|
1922
|
+
def encoded_certificate(self) -> Optional[pulumi.Input[str]]:
|
|
1923
|
+
"""
|
|
1924
|
+
Base64 Encoded certificate.
|
|
1925
|
+
"""
|
|
1926
|
+
return pulumi.get(self, "encoded_certificate")
|
|
1927
|
+
|
|
1928
|
+
@encoded_certificate.setter
|
|
1929
|
+
def encoded_certificate(self, value: Optional[pulumi.Input[str]]):
|
|
1930
|
+
pulumi.set(self, "encoded_certificate", value)
|
|
1931
|
+
|
|
1932
|
+
@property
|
|
1933
|
+
@pulumi.getter(name="identityClientId")
|
|
1934
|
+
def identity_client_id(self) -> Optional[pulumi.Input[str]]:
|
|
1935
|
+
"""
|
|
1936
|
+
System or User Assigned Managed identity clientId as generated by Azure AD, which has GET access to the keyVault containing the SSL certificate.
|
|
1937
|
+
"""
|
|
1938
|
+
return pulumi.get(self, "identity_client_id")
|
|
1939
|
+
|
|
1940
|
+
@identity_client_id.setter
|
|
1941
|
+
def identity_client_id(self, value: Optional[pulumi.Input[str]]):
|
|
1942
|
+
pulumi.set(self, "identity_client_id", value)
|
|
1943
|
+
|
|
1944
|
+
@property
|
|
1945
|
+
@pulumi.getter(name="keyVaultId")
|
|
1946
|
+
def key_vault_id(self) -> Optional[pulumi.Input[str]]:
|
|
1947
|
+
"""
|
|
1948
|
+
Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with aka.ms/apimmsi. The secret should be of type *application/x-pkcs12*
|
|
1949
|
+
"""
|
|
1950
|
+
return pulumi.get(self, "key_vault_id")
|
|
1951
|
+
|
|
1952
|
+
@key_vault_id.setter
|
|
1953
|
+
def key_vault_id(self, value: Optional[pulumi.Input[str]]):
|
|
1954
|
+
pulumi.set(self, "key_vault_id", value)
|
|
1955
|
+
|
|
1956
|
+
@property
|
|
1957
|
+
@pulumi.getter(name="negotiateClientCertificate")
|
|
1958
|
+
def negotiate_client_certificate(self) -> Optional[pulumi.Input[bool]]:
|
|
1959
|
+
"""
|
|
1960
|
+
Specify true to always negotiate client certificate on the hostname. Default Value is false.
|
|
1961
|
+
"""
|
|
1962
|
+
return pulumi.get(self, "negotiate_client_certificate")
|
|
1963
|
+
|
|
1964
|
+
@negotiate_client_certificate.setter
|
|
1965
|
+
def negotiate_client_certificate(self, value: Optional[pulumi.Input[bool]]):
|
|
1966
|
+
pulumi.set(self, "negotiate_client_certificate", value)
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
@pulumi.input_type
|
|
1970
|
+
class HttpMessageDiagnosticArgs:
|
|
1971
|
+
def __init__(__self__, *,
|
|
1972
|
+
body: Optional[pulumi.Input['BodyDiagnosticSettingsArgs']] = None,
|
|
1973
|
+
data_masking: Optional[pulumi.Input['DataMaskingArgs']] = None,
|
|
1974
|
+
headers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1975
|
+
"""
|
|
1976
|
+
Http message diagnostic settings.
|
|
1977
|
+
:param pulumi.Input['BodyDiagnosticSettingsArgs'] body: Body logging settings.
|
|
1978
|
+
:param pulumi.Input['DataMaskingArgs'] data_masking: Data masking settings.
|
|
1979
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] headers: Array of HTTP Headers to log.
|
|
1980
|
+
"""
|
|
1981
|
+
if body is not None:
|
|
1982
|
+
pulumi.set(__self__, "body", body)
|
|
1983
|
+
if data_masking is not None:
|
|
1984
|
+
pulumi.set(__self__, "data_masking", data_masking)
|
|
1985
|
+
if headers is not None:
|
|
1986
|
+
pulumi.set(__self__, "headers", headers)
|
|
1987
|
+
|
|
1988
|
+
@property
|
|
1989
|
+
@pulumi.getter
|
|
1990
|
+
def body(self) -> Optional[pulumi.Input['BodyDiagnosticSettingsArgs']]:
|
|
1991
|
+
"""
|
|
1992
|
+
Body logging settings.
|
|
1993
|
+
"""
|
|
1994
|
+
return pulumi.get(self, "body")
|
|
1995
|
+
|
|
1996
|
+
@body.setter
|
|
1997
|
+
def body(self, value: Optional[pulumi.Input['BodyDiagnosticSettingsArgs']]):
|
|
1998
|
+
pulumi.set(self, "body", value)
|
|
1999
|
+
|
|
2000
|
+
@property
|
|
2001
|
+
@pulumi.getter(name="dataMasking")
|
|
2002
|
+
def data_masking(self) -> Optional[pulumi.Input['DataMaskingArgs']]:
|
|
2003
|
+
"""
|
|
2004
|
+
Data masking settings.
|
|
2005
|
+
"""
|
|
2006
|
+
return pulumi.get(self, "data_masking")
|
|
2007
|
+
|
|
2008
|
+
@data_masking.setter
|
|
2009
|
+
def data_masking(self, value: Optional[pulumi.Input['DataMaskingArgs']]):
|
|
2010
|
+
pulumi.set(self, "data_masking", value)
|
|
2011
|
+
|
|
2012
|
+
@property
|
|
2013
|
+
@pulumi.getter
|
|
2014
|
+
def headers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2015
|
+
"""
|
|
2016
|
+
Array of HTTP Headers to log.
|
|
2017
|
+
"""
|
|
2018
|
+
return pulumi.get(self, "headers")
|
|
2019
|
+
|
|
2020
|
+
@headers.setter
|
|
2021
|
+
def headers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2022
|
+
pulumi.set(self, "headers", value)
|
|
2023
|
+
|
|
2024
|
+
|
|
2025
|
+
@pulumi.input_type
|
|
2026
|
+
class KeyVaultContractCreatePropertiesArgs:
|
|
2027
|
+
def __init__(__self__, *,
|
|
2028
|
+
identity_client_id: Optional[pulumi.Input[str]] = None,
|
|
2029
|
+
secret_identifier: Optional[pulumi.Input[str]] = None):
|
|
2030
|
+
"""
|
|
2031
|
+
Create keyVault contract details.
|
|
2032
|
+
:param pulumi.Input[str] identity_client_id: Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , which will be used to access key vault secret.
|
|
2033
|
+
:param pulumi.Input[str] secret_identifier: Key vault secret identifier for fetching secret. Providing a versioned secret will prevent auto-refresh. This requires API Management service to be configured with aka.ms/apimmsi
|
|
2034
|
+
"""
|
|
2035
|
+
if identity_client_id is not None:
|
|
2036
|
+
pulumi.set(__self__, "identity_client_id", identity_client_id)
|
|
2037
|
+
if secret_identifier is not None:
|
|
2038
|
+
pulumi.set(__self__, "secret_identifier", secret_identifier)
|
|
2039
|
+
|
|
2040
|
+
@property
|
|
2041
|
+
@pulumi.getter(name="identityClientId")
|
|
2042
|
+
def identity_client_id(self) -> Optional[pulumi.Input[str]]:
|
|
2043
|
+
"""
|
|
2044
|
+
Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , which will be used to access key vault secret.
|
|
2045
|
+
"""
|
|
2046
|
+
return pulumi.get(self, "identity_client_id")
|
|
2047
|
+
|
|
2048
|
+
@identity_client_id.setter
|
|
2049
|
+
def identity_client_id(self, value: Optional[pulumi.Input[str]]):
|
|
2050
|
+
pulumi.set(self, "identity_client_id", value)
|
|
2051
|
+
|
|
2052
|
+
@property
|
|
2053
|
+
@pulumi.getter(name="secretIdentifier")
|
|
2054
|
+
def secret_identifier(self) -> Optional[pulumi.Input[str]]:
|
|
2055
|
+
"""
|
|
2056
|
+
Key vault secret identifier for fetching secret. Providing a versioned secret will prevent auto-refresh. This requires API Management service to be configured with aka.ms/apimmsi
|
|
2057
|
+
"""
|
|
2058
|
+
return pulumi.get(self, "secret_identifier")
|
|
2059
|
+
|
|
2060
|
+
@secret_identifier.setter
|
|
2061
|
+
def secret_identifier(self, value: Optional[pulumi.Input[str]]):
|
|
2062
|
+
pulumi.set(self, "secret_identifier", value)
|
|
2063
|
+
|
|
2064
|
+
|
|
2065
|
+
@pulumi.input_type
|
|
2066
|
+
class OAuth2AuthenticationSettingsContractArgs:
|
|
2067
|
+
def __init__(__self__, *,
|
|
2068
|
+
authorization_server_id: Optional[pulumi.Input[str]] = None,
|
|
2069
|
+
scope: Optional[pulumi.Input[str]] = None):
|
|
2070
|
+
"""
|
|
2071
|
+
API OAuth2 Authentication settings details.
|
|
2072
|
+
:param pulumi.Input[str] authorization_server_id: OAuth authorization server identifier.
|
|
2073
|
+
:param pulumi.Input[str] scope: operations scope.
|
|
2074
|
+
"""
|
|
2075
|
+
if authorization_server_id is not None:
|
|
2076
|
+
pulumi.set(__self__, "authorization_server_id", authorization_server_id)
|
|
2077
|
+
if scope is not None:
|
|
2078
|
+
pulumi.set(__self__, "scope", scope)
|
|
2079
|
+
|
|
2080
|
+
@property
|
|
2081
|
+
@pulumi.getter(name="authorizationServerId")
|
|
2082
|
+
def authorization_server_id(self) -> Optional[pulumi.Input[str]]:
|
|
2083
|
+
"""
|
|
2084
|
+
OAuth authorization server identifier.
|
|
2085
|
+
"""
|
|
2086
|
+
return pulumi.get(self, "authorization_server_id")
|
|
2087
|
+
|
|
2088
|
+
@authorization_server_id.setter
|
|
2089
|
+
def authorization_server_id(self, value: Optional[pulumi.Input[str]]):
|
|
2090
|
+
pulumi.set(self, "authorization_server_id", value)
|
|
2091
|
+
|
|
2092
|
+
@property
|
|
2093
|
+
@pulumi.getter
|
|
2094
|
+
def scope(self) -> Optional[pulumi.Input[str]]:
|
|
2095
|
+
"""
|
|
2096
|
+
operations scope.
|
|
2097
|
+
"""
|
|
2098
|
+
return pulumi.get(self, "scope")
|
|
2099
|
+
|
|
2100
|
+
@scope.setter
|
|
2101
|
+
def scope(self, value: Optional[pulumi.Input[str]]):
|
|
2102
|
+
pulumi.set(self, "scope", value)
|
|
2103
|
+
|
|
2104
|
+
|
|
2105
|
+
@pulumi.input_type
|
|
2106
|
+
class OpenIdAuthenticationSettingsContractArgs:
|
|
2107
|
+
def __init__(__self__, *,
|
|
2108
|
+
bearer_token_sending_methods: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'BearerTokenSendingMethods']]]]] = None,
|
|
2109
|
+
openid_provider_id: Optional[pulumi.Input[str]] = None):
|
|
2110
|
+
"""
|
|
2111
|
+
API OAuth2 Authentication settings details.
|
|
2112
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'BearerTokenSendingMethods']]]] bearer_token_sending_methods: How to send token to the server.
|
|
2113
|
+
:param pulumi.Input[str] openid_provider_id: OAuth authorization server identifier.
|
|
2114
|
+
"""
|
|
2115
|
+
if bearer_token_sending_methods is not None:
|
|
2116
|
+
pulumi.set(__self__, "bearer_token_sending_methods", bearer_token_sending_methods)
|
|
2117
|
+
if openid_provider_id is not None:
|
|
2118
|
+
pulumi.set(__self__, "openid_provider_id", openid_provider_id)
|
|
2119
|
+
|
|
2120
|
+
@property
|
|
2121
|
+
@pulumi.getter(name="bearerTokenSendingMethods")
|
|
2122
|
+
def bearer_token_sending_methods(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'BearerTokenSendingMethods']]]]]:
|
|
2123
|
+
"""
|
|
2124
|
+
How to send token to the server.
|
|
2125
|
+
"""
|
|
2126
|
+
return pulumi.get(self, "bearer_token_sending_methods")
|
|
2127
|
+
|
|
2128
|
+
@bearer_token_sending_methods.setter
|
|
2129
|
+
def bearer_token_sending_methods(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'BearerTokenSendingMethods']]]]]):
|
|
2130
|
+
pulumi.set(self, "bearer_token_sending_methods", value)
|
|
2131
|
+
|
|
2132
|
+
@property
|
|
2133
|
+
@pulumi.getter(name="openidProviderId")
|
|
2134
|
+
def openid_provider_id(self) -> Optional[pulumi.Input[str]]:
|
|
2135
|
+
"""
|
|
2136
|
+
OAuth authorization server identifier.
|
|
2137
|
+
"""
|
|
2138
|
+
return pulumi.get(self, "openid_provider_id")
|
|
2139
|
+
|
|
2140
|
+
@openid_provider_id.setter
|
|
2141
|
+
def openid_provider_id(self, value: Optional[pulumi.Input[str]]):
|
|
2142
|
+
pulumi.set(self, "openid_provider_id", value)
|
|
2143
|
+
|
|
2144
|
+
|
|
2145
|
+
@pulumi.input_type
|
|
2146
|
+
class ParameterContractArgs:
|
|
2147
|
+
def __init__(__self__, *,
|
|
2148
|
+
name: pulumi.Input[str],
|
|
2149
|
+
type: pulumi.Input[str],
|
|
2150
|
+
default_value: Optional[pulumi.Input[str]] = None,
|
|
2151
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
2152
|
+
examples: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterExampleContractArgs']]]] = None,
|
|
2153
|
+
required: Optional[pulumi.Input[bool]] = None,
|
|
2154
|
+
schema_id: Optional[pulumi.Input[str]] = None,
|
|
2155
|
+
type_name: Optional[pulumi.Input[str]] = None,
|
|
2156
|
+
values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2157
|
+
"""
|
|
2158
|
+
Operation parameters details.
|
|
2159
|
+
:param pulumi.Input[str] name: Parameter name.
|
|
2160
|
+
:param pulumi.Input[str] type: Parameter type.
|
|
2161
|
+
:param pulumi.Input[str] default_value: Default parameter value.
|
|
2162
|
+
:param pulumi.Input[str] description: Parameter description.
|
|
2163
|
+
:param pulumi.Input[Mapping[str, pulumi.Input['ParameterExampleContractArgs']]] examples: Exampled defined for the parameter.
|
|
2164
|
+
:param pulumi.Input[bool] required: Specifies whether parameter is required or not.
|
|
2165
|
+
:param pulumi.Input[str] schema_id: Schema identifier.
|
|
2166
|
+
:param pulumi.Input[str] type_name: Type name defined by the schema.
|
|
2167
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: Parameter values.
|
|
2168
|
+
"""
|
|
2169
|
+
pulumi.set(__self__, "name", name)
|
|
2170
|
+
pulumi.set(__self__, "type", type)
|
|
2171
|
+
if default_value is not None:
|
|
2172
|
+
pulumi.set(__self__, "default_value", default_value)
|
|
2173
|
+
if description is not None:
|
|
2174
|
+
pulumi.set(__self__, "description", description)
|
|
2175
|
+
if examples is not None:
|
|
2176
|
+
pulumi.set(__self__, "examples", examples)
|
|
2177
|
+
if required is not None:
|
|
2178
|
+
pulumi.set(__self__, "required", required)
|
|
2179
|
+
if schema_id is not None:
|
|
2180
|
+
pulumi.set(__self__, "schema_id", schema_id)
|
|
2181
|
+
if type_name is not None:
|
|
2182
|
+
pulumi.set(__self__, "type_name", type_name)
|
|
2183
|
+
if values is not None:
|
|
2184
|
+
pulumi.set(__self__, "values", values)
|
|
2185
|
+
|
|
2186
|
+
@property
|
|
2187
|
+
@pulumi.getter
|
|
2188
|
+
def name(self) -> pulumi.Input[str]:
|
|
2189
|
+
"""
|
|
2190
|
+
Parameter name.
|
|
2191
|
+
"""
|
|
2192
|
+
return pulumi.get(self, "name")
|
|
2193
|
+
|
|
2194
|
+
@name.setter
|
|
2195
|
+
def name(self, value: pulumi.Input[str]):
|
|
2196
|
+
pulumi.set(self, "name", value)
|
|
2197
|
+
|
|
2198
|
+
@property
|
|
2199
|
+
@pulumi.getter
|
|
2200
|
+
def type(self) -> pulumi.Input[str]:
|
|
2201
|
+
"""
|
|
2202
|
+
Parameter type.
|
|
2203
|
+
"""
|
|
2204
|
+
return pulumi.get(self, "type")
|
|
2205
|
+
|
|
2206
|
+
@type.setter
|
|
2207
|
+
def type(self, value: pulumi.Input[str]):
|
|
2208
|
+
pulumi.set(self, "type", value)
|
|
2209
|
+
|
|
2210
|
+
@property
|
|
2211
|
+
@pulumi.getter(name="defaultValue")
|
|
2212
|
+
def default_value(self) -> Optional[pulumi.Input[str]]:
|
|
2213
|
+
"""
|
|
2214
|
+
Default parameter value.
|
|
2215
|
+
"""
|
|
2216
|
+
return pulumi.get(self, "default_value")
|
|
2217
|
+
|
|
2218
|
+
@default_value.setter
|
|
2219
|
+
def default_value(self, value: Optional[pulumi.Input[str]]):
|
|
2220
|
+
pulumi.set(self, "default_value", value)
|
|
2221
|
+
|
|
2222
|
+
@property
|
|
2223
|
+
@pulumi.getter
|
|
2224
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2225
|
+
"""
|
|
2226
|
+
Parameter description.
|
|
2227
|
+
"""
|
|
2228
|
+
return pulumi.get(self, "description")
|
|
2229
|
+
|
|
2230
|
+
@description.setter
|
|
2231
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2232
|
+
pulumi.set(self, "description", value)
|
|
2233
|
+
|
|
2234
|
+
@property
|
|
2235
|
+
@pulumi.getter
|
|
2236
|
+
def examples(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterExampleContractArgs']]]]:
|
|
2237
|
+
"""
|
|
2238
|
+
Exampled defined for the parameter.
|
|
2239
|
+
"""
|
|
2240
|
+
return pulumi.get(self, "examples")
|
|
2241
|
+
|
|
2242
|
+
@examples.setter
|
|
2243
|
+
def examples(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterExampleContractArgs']]]]):
|
|
2244
|
+
pulumi.set(self, "examples", value)
|
|
2245
|
+
|
|
2246
|
+
@property
|
|
2247
|
+
@pulumi.getter
|
|
2248
|
+
def required(self) -> Optional[pulumi.Input[bool]]:
|
|
2249
|
+
"""
|
|
2250
|
+
Specifies whether parameter is required or not.
|
|
2251
|
+
"""
|
|
2252
|
+
return pulumi.get(self, "required")
|
|
2253
|
+
|
|
2254
|
+
@required.setter
|
|
2255
|
+
def required(self, value: Optional[pulumi.Input[bool]]):
|
|
2256
|
+
pulumi.set(self, "required", value)
|
|
2257
|
+
|
|
2258
|
+
@property
|
|
2259
|
+
@pulumi.getter(name="schemaId")
|
|
2260
|
+
def schema_id(self) -> Optional[pulumi.Input[str]]:
|
|
2261
|
+
"""
|
|
2262
|
+
Schema identifier.
|
|
2263
|
+
"""
|
|
2264
|
+
return pulumi.get(self, "schema_id")
|
|
2265
|
+
|
|
2266
|
+
@schema_id.setter
|
|
2267
|
+
def schema_id(self, value: Optional[pulumi.Input[str]]):
|
|
2268
|
+
pulumi.set(self, "schema_id", value)
|
|
2269
|
+
|
|
2270
|
+
@property
|
|
2271
|
+
@pulumi.getter(name="typeName")
|
|
2272
|
+
def type_name(self) -> Optional[pulumi.Input[str]]:
|
|
2273
|
+
"""
|
|
2274
|
+
Type name defined by the schema.
|
|
2275
|
+
"""
|
|
2276
|
+
return pulumi.get(self, "type_name")
|
|
2277
|
+
|
|
2278
|
+
@type_name.setter
|
|
2279
|
+
def type_name(self, value: Optional[pulumi.Input[str]]):
|
|
2280
|
+
pulumi.set(self, "type_name", value)
|
|
2281
|
+
|
|
2282
|
+
@property
|
|
2283
|
+
@pulumi.getter
|
|
2284
|
+
def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2285
|
+
"""
|
|
2286
|
+
Parameter values.
|
|
2287
|
+
"""
|
|
2288
|
+
return pulumi.get(self, "values")
|
|
2289
|
+
|
|
2290
|
+
@values.setter
|
|
2291
|
+
def values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2292
|
+
pulumi.set(self, "values", value)
|
|
2293
|
+
|
|
2294
|
+
|
|
2295
|
+
@pulumi.input_type
|
|
2296
|
+
class ParameterExampleContractArgs:
|
|
2297
|
+
def __init__(__self__, *,
|
|
2298
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
2299
|
+
external_value: Optional[pulumi.Input[str]] = None,
|
|
2300
|
+
summary: Optional[pulumi.Input[str]] = None,
|
|
2301
|
+
value: Optional[Any] = None):
|
|
2302
|
+
"""
|
|
2303
|
+
Parameter example.
|
|
2304
|
+
:param pulumi.Input[str] description: Long description for the example
|
|
2305
|
+
:param pulumi.Input[str] external_value: A URL that points to the literal example
|
|
2306
|
+
:param pulumi.Input[str] summary: Short description for the example
|
|
2307
|
+
:param Any value: Example value. May be a primitive value, or an object.
|
|
2308
|
+
"""
|
|
2309
|
+
if description is not None:
|
|
2310
|
+
pulumi.set(__self__, "description", description)
|
|
2311
|
+
if external_value is not None:
|
|
2312
|
+
pulumi.set(__self__, "external_value", external_value)
|
|
2313
|
+
if summary is not None:
|
|
2314
|
+
pulumi.set(__self__, "summary", summary)
|
|
2315
|
+
if value is not None:
|
|
2316
|
+
pulumi.set(__self__, "value", value)
|
|
2317
|
+
|
|
2318
|
+
@property
|
|
2319
|
+
@pulumi.getter
|
|
2320
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2321
|
+
"""
|
|
2322
|
+
Long description for the example
|
|
2323
|
+
"""
|
|
2324
|
+
return pulumi.get(self, "description")
|
|
2325
|
+
|
|
2326
|
+
@description.setter
|
|
2327
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2328
|
+
pulumi.set(self, "description", value)
|
|
2329
|
+
|
|
2330
|
+
@property
|
|
2331
|
+
@pulumi.getter(name="externalValue")
|
|
2332
|
+
def external_value(self) -> Optional[pulumi.Input[str]]:
|
|
2333
|
+
"""
|
|
2334
|
+
A URL that points to the literal example
|
|
2335
|
+
"""
|
|
2336
|
+
return pulumi.get(self, "external_value")
|
|
2337
|
+
|
|
2338
|
+
@external_value.setter
|
|
2339
|
+
def external_value(self, value: Optional[pulumi.Input[str]]):
|
|
2340
|
+
pulumi.set(self, "external_value", value)
|
|
2341
|
+
|
|
2342
|
+
@property
|
|
2343
|
+
@pulumi.getter
|
|
2344
|
+
def summary(self) -> Optional[pulumi.Input[str]]:
|
|
2345
|
+
"""
|
|
2346
|
+
Short description for the example
|
|
2347
|
+
"""
|
|
2348
|
+
return pulumi.get(self, "summary")
|
|
2349
|
+
|
|
2350
|
+
@summary.setter
|
|
2351
|
+
def summary(self, value: Optional[pulumi.Input[str]]):
|
|
2352
|
+
pulumi.set(self, "summary", value)
|
|
2353
|
+
|
|
2354
|
+
@property
|
|
2355
|
+
@pulumi.getter
|
|
2356
|
+
def value(self) -> Optional[Any]:
|
|
2357
|
+
"""
|
|
2358
|
+
Example value. May be a primitive value, or an object.
|
|
2359
|
+
"""
|
|
2360
|
+
return pulumi.get(self, "value")
|
|
2361
|
+
|
|
2362
|
+
@value.setter
|
|
2363
|
+
def value(self, value: Optional[Any]):
|
|
2364
|
+
pulumi.set(self, "value", value)
|
|
2365
|
+
|
|
2366
|
+
|
|
2367
|
+
@pulumi.input_type
|
|
2368
|
+
class PipelineDiagnosticSettingsArgs:
|
|
2369
|
+
def __init__(__self__, *,
|
|
2370
|
+
request: Optional[pulumi.Input['HttpMessageDiagnosticArgs']] = None,
|
|
2371
|
+
response: Optional[pulumi.Input['HttpMessageDiagnosticArgs']] = None):
|
|
2372
|
+
"""
|
|
2373
|
+
Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.
|
|
2374
|
+
:param pulumi.Input['HttpMessageDiagnosticArgs'] request: Diagnostic settings for request.
|
|
2375
|
+
:param pulumi.Input['HttpMessageDiagnosticArgs'] response: Diagnostic settings for response.
|
|
2376
|
+
"""
|
|
2377
|
+
if request is not None:
|
|
2378
|
+
pulumi.set(__self__, "request", request)
|
|
2379
|
+
if response is not None:
|
|
2380
|
+
pulumi.set(__self__, "response", response)
|
|
2381
|
+
|
|
2382
|
+
@property
|
|
2383
|
+
@pulumi.getter
|
|
2384
|
+
def request(self) -> Optional[pulumi.Input['HttpMessageDiagnosticArgs']]:
|
|
2385
|
+
"""
|
|
2386
|
+
Diagnostic settings for request.
|
|
2387
|
+
"""
|
|
2388
|
+
return pulumi.get(self, "request")
|
|
2389
|
+
|
|
2390
|
+
@request.setter
|
|
2391
|
+
def request(self, value: Optional[pulumi.Input['HttpMessageDiagnosticArgs']]):
|
|
2392
|
+
pulumi.set(self, "request", value)
|
|
2393
|
+
|
|
2394
|
+
@property
|
|
2395
|
+
@pulumi.getter
|
|
2396
|
+
def response(self) -> Optional[pulumi.Input['HttpMessageDiagnosticArgs']]:
|
|
2397
|
+
"""
|
|
2398
|
+
Diagnostic settings for response.
|
|
2399
|
+
"""
|
|
2400
|
+
return pulumi.get(self, "response")
|
|
2401
|
+
|
|
2402
|
+
@response.setter
|
|
2403
|
+
def response(self, value: Optional[pulumi.Input['HttpMessageDiagnosticArgs']]):
|
|
2404
|
+
pulumi.set(self, "response", value)
|
|
2405
|
+
|
|
2406
|
+
|
|
2407
|
+
@pulumi.input_type
|
|
2408
|
+
class PrivateEndpointConnectionRequestPropertiesArgs:
|
|
2409
|
+
def __init__(__self__, *,
|
|
2410
|
+
private_link_service_connection_state: Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']] = None):
|
|
2411
|
+
"""
|
|
2412
|
+
The connection state of the private endpoint connection.
|
|
2413
|
+
:param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
|
|
2414
|
+
"""
|
|
2415
|
+
if private_link_service_connection_state is not None:
|
|
2416
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
2417
|
+
|
|
2418
|
+
@property
|
|
2419
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
2420
|
+
def private_link_service_connection_state(self) -> Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']]:
|
|
2421
|
+
"""
|
|
2422
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
2423
|
+
"""
|
|
2424
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
2425
|
+
|
|
2426
|
+
@private_link_service_connection_state.setter
|
|
2427
|
+
def private_link_service_connection_state(self, value: Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']]):
|
|
2428
|
+
pulumi.set(self, "private_link_service_connection_state", value)
|
|
2429
|
+
|
|
2430
|
+
|
|
2431
|
+
@pulumi.input_type
|
|
2432
|
+
class PrivateLinkServiceConnectionStateArgs:
|
|
2433
|
+
def __init__(__self__, *,
|
|
2434
|
+
actions_required: Optional[pulumi.Input[str]] = None,
|
|
2435
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
2436
|
+
status: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]] = None):
|
|
2437
|
+
"""
|
|
2438
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
2439
|
+
:param pulumi.Input[str] actions_required: A message indicating if changes on the service provider require any updates on the consumer.
|
|
2440
|
+
:param pulumi.Input[str] description: The reason for approval/rejection of the connection.
|
|
2441
|
+
:param pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']] status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
2442
|
+
"""
|
|
2443
|
+
if actions_required is not None:
|
|
2444
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
2445
|
+
if description is not None:
|
|
2446
|
+
pulumi.set(__self__, "description", description)
|
|
2447
|
+
if status is not None:
|
|
2448
|
+
pulumi.set(__self__, "status", status)
|
|
2449
|
+
|
|
2450
|
+
@property
|
|
2451
|
+
@pulumi.getter(name="actionsRequired")
|
|
2452
|
+
def actions_required(self) -> Optional[pulumi.Input[str]]:
|
|
2453
|
+
"""
|
|
2454
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
2455
|
+
"""
|
|
2456
|
+
return pulumi.get(self, "actions_required")
|
|
2457
|
+
|
|
2458
|
+
@actions_required.setter
|
|
2459
|
+
def actions_required(self, value: Optional[pulumi.Input[str]]):
|
|
2460
|
+
pulumi.set(self, "actions_required", value)
|
|
2461
|
+
|
|
2462
|
+
@property
|
|
2463
|
+
@pulumi.getter
|
|
2464
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2465
|
+
"""
|
|
2466
|
+
The reason for approval/rejection of the connection.
|
|
2467
|
+
"""
|
|
2468
|
+
return pulumi.get(self, "description")
|
|
2469
|
+
|
|
2470
|
+
@description.setter
|
|
2471
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2472
|
+
pulumi.set(self, "description", value)
|
|
2473
|
+
|
|
2474
|
+
@property
|
|
2475
|
+
@pulumi.getter
|
|
2476
|
+
def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]:
|
|
2477
|
+
"""
|
|
2478
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
2479
|
+
"""
|
|
2480
|
+
return pulumi.get(self, "status")
|
|
2481
|
+
|
|
2482
|
+
@status.setter
|
|
2483
|
+
def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]):
|
|
2484
|
+
pulumi.set(self, "status", value)
|
|
2485
|
+
|
|
2486
|
+
|
|
2487
|
+
@pulumi.input_type
|
|
2488
|
+
class RemotePrivateEndpointConnectionWrapperArgs:
|
|
2489
|
+
def __init__(__self__, *,
|
|
2490
|
+
private_link_service_connection_state: pulumi.Input['PrivateLinkServiceConnectionStateArgs'],
|
|
2491
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
2492
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
2493
|
+
type: Optional[pulumi.Input[str]] = None):
|
|
2494
|
+
"""
|
|
2495
|
+
Remote Private Endpoint Connection resource.
|
|
2496
|
+
:param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
|
|
2497
|
+
:param pulumi.Input[str] id: Private Endpoint connection resource id
|
|
2498
|
+
:param pulumi.Input[str] name: Private Endpoint Connection Name
|
|
2499
|
+
:param pulumi.Input[str] type: Private Endpoint Connection Resource Type
|
|
2500
|
+
"""
|
|
2501
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
2502
|
+
if id is not None:
|
|
2503
|
+
pulumi.set(__self__, "id", id)
|
|
2504
|
+
if name is not None:
|
|
2505
|
+
pulumi.set(__self__, "name", name)
|
|
2506
|
+
if type is not None:
|
|
2507
|
+
pulumi.set(__self__, "type", type)
|
|
2508
|
+
|
|
2509
|
+
@property
|
|
2510
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
2511
|
+
def private_link_service_connection_state(self) -> pulumi.Input['PrivateLinkServiceConnectionStateArgs']:
|
|
2512
|
+
"""
|
|
2513
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
2514
|
+
"""
|
|
2515
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
2516
|
+
|
|
2517
|
+
@private_link_service_connection_state.setter
|
|
2518
|
+
def private_link_service_connection_state(self, value: pulumi.Input['PrivateLinkServiceConnectionStateArgs']):
|
|
2519
|
+
pulumi.set(self, "private_link_service_connection_state", value)
|
|
2520
|
+
|
|
2521
|
+
@property
|
|
2522
|
+
@pulumi.getter
|
|
2523
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
2524
|
+
"""
|
|
2525
|
+
Private Endpoint connection resource id
|
|
2526
|
+
"""
|
|
2527
|
+
return pulumi.get(self, "id")
|
|
2528
|
+
|
|
2529
|
+
@id.setter
|
|
2530
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
2531
|
+
pulumi.set(self, "id", value)
|
|
2532
|
+
|
|
2533
|
+
@property
|
|
2534
|
+
@pulumi.getter
|
|
2535
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2536
|
+
"""
|
|
2537
|
+
Private Endpoint Connection Name
|
|
2538
|
+
"""
|
|
2539
|
+
return pulumi.get(self, "name")
|
|
2540
|
+
|
|
2541
|
+
@name.setter
|
|
2542
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2543
|
+
pulumi.set(self, "name", value)
|
|
2544
|
+
|
|
2545
|
+
@property
|
|
2546
|
+
@pulumi.getter
|
|
2547
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
|
2548
|
+
"""
|
|
2549
|
+
Private Endpoint Connection Resource Type
|
|
2550
|
+
"""
|
|
2551
|
+
return pulumi.get(self, "type")
|
|
2552
|
+
|
|
2553
|
+
@type.setter
|
|
2554
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
|
2555
|
+
pulumi.set(self, "type", value)
|
|
2556
|
+
|
|
2557
|
+
|
|
2558
|
+
@pulumi.input_type
|
|
2559
|
+
class RepresentationContractArgs:
|
|
2560
|
+
def __init__(__self__, *,
|
|
2561
|
+
content_type: pulumi.Input[str],
|
|
2562
|
+
examples: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterExampleContractArgs']]]] = None,
|
|
2563
|
+
form_parameters: Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]] = None,
|
|
2564
|
+
schema_id: Optional[pulumi.Input[str]] = None,
|
|
2565
|
+
type_name: Optional[pulumi.Input[str]] = None):
|
|
2566
|
+
"""
|
|
2567
|
+
Operation request/response representation details.
|
|
2568
|
+
:param pulumi.Input[str] content_type: Specifies a registered or custom content type for this representation, e.g. application/xml.
|
|
2569
|
+
:param pulumi.Input[Mapping[str, pulumi.Input['ParameterExampleContractArgs']]] examples: Exampled defined for the representation.
|
|
2570
|
+
:param pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]] form_parameters: Collection of form parameters. Required if 'contentType' value is either 'application/x-www-form-urlencoded' or 'multipart/form-data'..
|
|
2571
|
+
:param pulumi.Input[str] schema_id: Schema identifier. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'.
|
|
2572
|
+
:param pulumi.Input[str] type_name: Type name defined by the schema. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'.
|
|
2573
|
+
"""
|
|
2574
|
+
pulumi.set(__self__, "content_type", content_type)
|
|
2575
|
+
if examples is not None:
|
|
2576
|
+
pulumi.set(__self__, "examples", examples)
|
|
2577
|
+
if form_parameters is not None:
|
|
2578
|
+
pulumi.set(__self__, "form_parameters", form_parameters)
|
|
2579
|
+
if schema_id is not None:
|
|
2580
|
+
pulumi.set(__self__, "schema_id", schema_id)
|
|
2581
|
+
if type_name is not None:
|
|
2582
|
+
pulumi.set(__self__, "type_name", type_name)
|
|
2583
|
+
|
|
2584
|
+
@property
|
|
2585
|
+
@pulumi.getter(name="contentType")
|
|
2586
|
+
def content_type(self) -> pulumi.Input[str]:
|
|
2587
|
+
"""
|
|
2588
|
+
Specifies a registered or custom content type for this representation, e.g. application/xml.
|
|
2589
|
+
"""
|
|
2590
|
+
return pulumi.get(self, "content_type")
|
|
2591
|
+
|
|
2592
|
+
@content_type.setter
|
|
2593
|
+
def content_type(self, value: pulumi.Input[str]):
|
|
2594
|
+
pulumi.set(self, "content_type", value)
|
|
2595
|
+
|
|
2596
|
+
@property
|
|
2597
|
+
@pulumi.getter
|
|
2598
|
+
def examples(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterExampleContractArgs']]]]:
|
|
2599
|
+
"""
|
|
2600
|
+
Exampled defined for the representation.
|
|
2601
|
+
"""
|
|
2602
|
+
return pulumi.get(self, "examples")
|
|
2603
|
+
|
|
2604
|
+
@examples.setter
|
|
2605
|
+
def examples(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterExampleContractArgs']]]]):
|
|
2606
|
+
pulumi.set(self, "examples", value)
|
|
2607
|
+
|
|
2608
|
+
@property
|
|
2609
|
+
@pulumi.getter(name="formParameters")
|
|
2610
|
+
def form_parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]]:
|
|
2611
|
+
"""
|
|
2612
|
+
Collection of form parameters. Required if 'contentType' value is either 'application/x-www-form-urlencoded' or 'multipart/form-data'..
|
|
2613
|
+
"""
|
|
2614
|
+
return pulumi.get(self, "form_parameters")
|
|
2615
|
+
|
|
2616
|
+
@form_parameters.setter
|
|
2617
|
+
def form_parameters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]]):
|
|
2618
|
+
pulumi.set(self, "form_parameters", value)
|
|
2619
|
+
|
|
2620
|
+
@property
|
|
2621
|
+
@pulumi.getter(name="schemaId")
|
|
2622
|
+
def schema_id(self) -> Optional[pulumi.Input[str]]:
|
|
2623
|
+
"""
|
|
2624
|
+
Schema identifier. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'.
|
|
2625
|
+
"""
|
|
2626
|
+
return pulumi.get(self, "schema_id")
|
|
2627
|
+
|
|
2628
|
+
@schema_id.setter
|
|
2629
|
+
def schema_id(self, value: Optional[pulumi.Input[str]]):
|
|
2630
|
+
pulumi.set(self, "schema_id", value)
|
|
2631
|
+
|
|
2632
|
+
@property
|
|
2633
|
+
@pulumi.getter(name="typeName")
|
|
2634
|
+
def type_name(self) -> Optional[pulumi.Input[str]]:
|
|
2635
|
+
"""
|
|
2636
|
+
Type name defined by the schema. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'.
|
|
2637
|
+
"""
|
|
2638
|
+
return pulumi.get(self, "type_name")
|
|
2639
|
+
|
|
2640
|
+
@type_name.setter
|
|
2641
|
+
def type_name(self, value: Optional[pulumi.Input[str]]):
|
|
2642
|
+
pulumi.set(self, "type_name", value)
|
|
2643
|
+
|
|
2644
|
+
|
|
2645
|
+
@pulumi.input_type
|
|
2646
|
+
class RequestContractArgs:
|
|
2647
|
+
def __init__(__self__, *,
|
|
2648
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
2649
|
+
headers: Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]] = None,
|
|
2650
|
+
query_parameters: Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]] = None,
|
|
2651
|
+
representations: Optional[pulumi.Input[Sequence[pulumi.Input['RepresentationContractArgs']]]] = None):
|
|
2652
|
+
"""
|
|
2653
|
+
Operation request details.
|
|
2654
|
+
:param pulumi.Input[str] description: Operation request description.
|
|
2655
|
+
:param pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]] headers: Collection of operation request headers.
|
|
2656
|
+
:param pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]] query_parameters: Collection of operation request query parameters.
|
|
2657
|
+
:param pulumi.Input[Sequence[pulumi.Input['RepresentationContractArgs']]] representations: Collection of operation request representations.
|
|
2658
|
+
"""
|
|
2659
|
+
if description is not None:
|
|
2660
|
+
pulumi.set(__self__, "description", description)
|
|
2661
|
+
if headers is not None:
|
|
2662
|
+
pulumi.set(__self__, "headers", headers)
|
|
2663
|
+
if query_parameters is not None:
|
|
2664
|
+
pulumi.set(__self__, "query_parameters", query_parameters)
|
|
2665
|
+
if representations is not None:
|
|
2666
|
+
pulumi.set(__self__, "representations", representations)
|
|
2667
|
+
|
|
2668
|
+
@property
|
|
2669
|
+
@pulumi.getter
|
|
2670
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2671
|
+
"""
|
|
2672
|
+
Operation request description.
|
|
2673
|
+
"""
|
|
2674
|
+
return pulumi.get(self, "description")
|
|
2675
|
+
|
|
2676
|
+
@description.setter
|
|
2677
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2678
|
+
pulumi.set(self, "description", value)
|
|
2679
|
+
|
|
2680
|
+
@property
|
|
2681
|
+
@pulumi.getter
|
|
2682
|
+
def headers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]]:
|
|
2683
|
+
"""
|
|
2684
|
+
Collection of operation request headers.
|
|
2685
|
+
"""
|
|
2686
|
+
return pulumi.get(self, "headers")
|
|
2687
|
+
|
|
2688
|
+
@headers.setter
|
|
2689
|
+
def headers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]]):
|
|
2690
|
+
pulumi.set(self, "headers", value)
|
|
2691
|
+
|
|
2692
|
+
@property
|
|
2693
|
+
@pulumi.getter(name="queryParameters")
|
|
2694
|
+
def query_parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]]:
|
|
2695
|
+
"""
|
|
2696
|
+
Collection of operation request query parameters.
|
|
2697
|
+
"""
|
|
2698
|
+
return pulumi.get(self, "query_parameters")
|
|
2699
|
+
|
|
2700
|
+
@query_parameters.setter
|
|
2701
|
+
def query_parameters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]]):
|
|
2702
|
+
pulumi.set(self, "query_parameters", value)
|
|
2703
|
+
|
|
2704
|
+
@property
|
|
2705
|
+
@pulumi.getter
|
|
2706
|
+
def representations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RepresentationContractArgs']]]]:
|
|
2707
|
+
"""
|
|
2708
|
+
Collection of operation request representations.
|
|
2709
|
+
"""
|
|
2710
|
+
return pulumi.get(self, "representations")
|
|
2711
|
+
|
|
2712
|
+
@representations.setter
|
|
2713
|
+
def representations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RepresentationContractArgs']]]]):
|
|
2714
|
+
pulumi.set(self, "representations", value)
|
|
2715
|
+
|
|
2716
|
+
|
|
2717
|
+
@pulumi.input_type
|
|
2718
|
+
class ResourceLocationDataContractArgs:
|
|
2719
|
+
def __init__(__self__, *,
|
|
2720
|
+
name: pulumi.Input[str],
|
|
2721
|
+
city: Optional[pulumi.Input[str]] = None,
|
|
2722
|
+
country_or_region: Optional[pulumi.Input[str]] = None,
|
|
2723
|
+
district: Optional[pulumi.Input[str]] = None):
|
|
2724
|
+
"""
|
|
2725
|
+
Resource location data properties.
|
|
2726
|
+
:param pulumi.Input[str] name: A canonical name for the geographic or physical location.
|
|
2727
|
+
:param pulumi.Input[str] city: The city or locality where the resource is located.
|
|
2728
|
+
:param pulumi.Input[str] country_or_region: The country or region where the resource is located.
|
|
2729
|
+
:param pulumi.Input[str] district: The district, state, or province where the resource is located.
|
|
2730
|
+
"""
|
|
2731
|
+
pulumi.set(__self__, "name", name)
|
|
2732
|
+
if city is not None:
|
|
2733
|
+
pulumi.set(__self__, "city", city)
|
|
2734
|
+
if country_or_region is not None:
|
|
2735
|
+
pulumi.set(__self__, "country_or_region", country_or_region)
|
|
2736
|
+
if district is not None:
|
|
2737
|
+
pulumi.set(__self__, "district", district)
|
|
2738
|
+
|
|
2739
|
+
@property
|
|
2740
|
+
@pulumi.getter
|
|
2741
|
+
def name(self) -> pulumi.Input[str]:
|
|
2742
|
+
"""
|
|
2743
|
+
A canonical name for the geographic or physical location.
|
|
2744
|
+
"""
|
|
2745
|
+
return pulumi.get(self, "name")
|
|
2746
|
+
|
|
2747
|
+
@name.setter
|
|
2748
|
+
def name(self, value: pulumi.Input[str]):
|
|
2749
|
+
pulumi.set(self, "name", value)
|
|
2750
|
+
|
|
2751
|
+
@property
|
|
2752
|
+
@pulumi.getter
|
|
2753
|
+
def city(self) -> Optional[pulumi.Input[str]]:
|
|
2754
|
+
"""
|
|
2755
|
+
The city or locality where the resource is located.
|
|
2756
|
+
"""
|
|
2757
|
+
return pulumi.get(self, "city")
|
|
2758
|
+
|
|
2759
|
+
@city.setter
|
|
2760
|
+
def city(self, value: Optional[pulumi.Input[str]]):
|
|
2761
|
+
pulumi.set(self, "city", value)
|
|
2762
|
+
|
|
2763
|
+
@property
|
|
2764
|
+
@pulumi.getter(name="countryOrRegion")
|
|
2765
|
+
def country_or_region(self) -> Optional[pulumi.Input[str]]:
|
|
2766
|
+
"""
|
|
2767
|
+
The country or region where the resource is located.
|
|
2768
|
+
"""
|
|
2769
|
+
return pulumi.get(self, "country_or_region")
|
|
2770
|
+
|
|
2771
|
+
@country_or_region.setter
|
|
2772
|
+
def country_or_region(self, value: Optional[pulumi.Input[str]]):
|
|
2773
|
+
pulumi.set(self, "country_or_region", value)
|
|
2774
|
+
|
|
2775
|
+
@property
|
|
2776
|
+
@pulumi.getter
|
|
2777
|
+
def district(self) -> Optional[pulumi.Input[str]]:
|
|
2778
|
+
"""
|
|
2779
|
+
The district, state, or province where the resource is located.
|
|
2780
|
+
"""
|
|
2781
|
+
return pulumi.get(self, "district")
|
|
2782
|
+
|
|
2783
|
+
@district.setter
|
|
2784
|
+
def district(self, value: Optional[pulumi.Input[str]]):
|
|
2785
|
+
pulumi.set(self, "district", value)
|
|
2786
|
+
|
|
2787
|
+
|
|
2788
|
+
@pulumi.input_type
|
|
2789
|
+
class ResponseContractArgs:
|
|
2790
|
+
def __init__(__self__, *,
|
|
2791
|
+
status_code: pulumi.Input[int],
|
|
2792
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
2793
|
+
headers: Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]] = None,
|
|
2794
|
+
representations: Optional[pulumi.Input[Sequence[pulumi.Input['RepresentationContractArgs']]]] = None):
|
|
2795
|
+
"""
|
|
2796
|
+
Operation response details.
|
|
2797
|
+
:param pulumi.Input[int] status_code: Operation response HTTP status code.
|
|
2798
|
+
:param pulumi.Input[str] description: Operation response description.
|
|
2799
|
+
:param pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]] headers: Collection of operation response headers.
|
|
2800
|
+
:param pulumi.Input[Sequence[pulumi.Input['RepresentationContractArgs']]] representations: Collection of operation response representations.
|
|
2801
|
+
"""
|
|
2802
|
+
pulumi.set(__self__, "status_code", status_code)
|
|
2803
|
+
if description is not None:
|
|
2804
|
+
pulumi.set(__self__, "description", description)
|
|
2805
|
+
if headers is not None:
|
|
2806
|
+
pulumi.set(__self__, "headers", headers)
|
|
2807
|
+
if representations is not None:
|
|
2808
|
+
pulumi.set(__self__, "representations", representations)
|
|
2809
|
+
|
|
2810
|
+
@property
|
|
2811
|
+
@pulumi.getter(name="statusCode")
|
|
2812
|
+
def status_code(self) -> pulumi.Input[int]:
|
|
2813
|
+
"""
|
|
2814
|
+
Operation response HTTP status code.
|
|
2815
|
+
"""
|
|
2816
|
+
return pulumi.get(self, "status_code")
|
|
2817
|
+
|
|
2818
|
+
@status_code.setter
|
|
2819
|
+
def status_code(self, value: pulumi.Input[int]):
|
|
2820
|
+
pulumi.set(self, "status_code", value)
|
|
2821
|
+
|
|
2822
|
+
@property
|
|
2823
|
+
@pulumi.getter
|
|
2824
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2825
|
+
"""
|
|
2826
|
+
Operation response description.
|
|
2827
|
+
"""
|
|
2828
|
+
return pulumi.get(self, "description")
|
|
2829
|
+
|
|
2830
|
+
@description.setter
|
|
2831
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2832
|
+
pulumi.set(self, "description", value)
|
|
2833
|
+
|
|
2834
|
+
@property
|
|
2835
|
+
@pulumi.getter
|
|
2836
|
+
def headers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]]:
|
|
2837
|
+
"""
|
|
2838
|
+
Collection of operation response headers.
|
|
2839
|
+
"""
|
|
2840
|
+
return pulumi.get(self, "headers")
|
|
2841
|
+
|
|
2842
|
+
@headers.setter
|
|
2843
|
+
def headers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]]):
|
|
2844
|
+
pulumi.set(self, "headers", value)
|
|
2845
|
+
|
|
2846
|
+
@property
|
|
2847
|
+
@pulumi.getter
|
|
2848
|
+
def representations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RepresentationContractArgs']]]]:
|
|
2849
|
+
"""
|
|
2850
|
+
Collection of operation response representations.
|
|
2851
|
+
"""
|
|
2852
|
+
return pulumi.get(self, "representations")
|
|
2853
|
+
|
|
2854
|
+
@representations.setter
|
|
2855
|
+
def representations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RepresentationContractArgs']]]]):
|
|
2856
|
+
pulumi.set(self, "representations", value)
|
|
2857
|
+
|
|
2858
|
+
|
|
2859
|
+
@pulumi.input_type
|
|
2860
|
+
class SamplingSettingsArgs:
|
|
2861
|
+
def __init__(__self__, *,
|
|
2862
|
+
percentage: Optional[pulumi.Input[float]] = None,
|
|
2863
|
+
sampling_type: Optional[pulumi.Input[Union[str, 'SamplingType']]] = None):
|
|
2864
|
+
"""
|
|
2865
|
+
Sampling settings for Diagnostic.
|
|
2866
|
+
:param pulumi.Input[float] percentage: Rate of sampling for fixed-rate sampling.
|
|
2867
|
+
:param pulumi.Input[Union[str, 'SamplingType']] sampling_type: Sampling type.
|
|
2868
|
+
"""
|
|
2869
|
+
if percentage is not None:
|
|
2870
|
+
pulumi.set(__self__, "percentage", percentage)
|
|
2871
|
+
if sampling_type is not None:
|
|
2872
|
+
pulumi.set(__self__, "sampling_type", sampling_type)
|
|
2873
|
+
|
|
2874
|
+
@property
|
|
2875
|
+
@pulumi.getter
|
|
2876
|
+
def percentage(self) -> Optional[pulumi.Input[float]]:
|
|
2877
|
+
"""
|
|
2878
|
+
Rate of sampling for fixed-rate sampling.
|
|
2879
|
+
"""
|
|
2880
|
+
return pulumi.get(self, "percentage")
|
|
2881
|
+
|
|
2882
|
+
@percentage.setter
|
|
2883
|
+
def percentage(self, value: Optional[pulumi.Input[float]]):
|
|
2884
|
+
pulumi.set(self, "percentage", value)
|
|
2885
|
+
|
|
2886
|
+
@property
|
|
2887
|
+
@pulumi.getter(name="samplingType")
|
|
2888
|
+
def sampling_type(self) -> Optional[pulumi.Input[Union[str, 'SamplingType']]]:
|
|
2889
|
+
"""
|
|
2890
|
+
Sampling type.
|
|
2891
|
+
"""
|
|
2892
|
+
return pulumi.get(self, "sampling_type")
|
|
2893
|
+
|
|
2894
|
+
@sampling_type.setter
|
|
2895
|
+
def sampling_type(self, value: Optional[pulumi.Input[Union[str, 'SamplingType']]]):
|
|
2896
|
+
pulumi.set(self, "sampling_type", value)
|
|
2897
|
+
|
|
2898
|
+
|
|
2899
|
+
@pulumi.input_type
|
|
2900
|
+
class SubscriptionKeyParameterNamesContractArgs:
|
|
2901
|
+
def __init__(__self__, *,
|
|
2902
|
+
header: Optional[pulumi.Input[str]] = None,
|
|
2903
|
+
query: Optional[pulumi.Input[str]] = None):
|
|
2904
|
+
"""
|
|
2905
|
+
Subscription key parameter names details.
|
|
2906
|
+
:param pulumi.Input[str] header: Subscription key header name.
|
|
2907
|
+
:param pulumi.Input[str] query: Subscription key query string parameter name.
|
|
2908
|
+
"""
|
|
2909
|
+
if header is not None:
|
|
2910
|
+
pulumi.set(__self__, "header", header)
|
|
2911
|
+
if query is not None:
|
|
2912
|
+
pulumi.set(__self__, "query", query)
|
|
2913
|
+
|
|
2914
|
+
@property
|
|
2915
|
+
@pulumi.getter
|
|
2916
|
+
def header(self) -> Optional[pulumi.Input[str]]:
|
|
2917
|
+
"""
|
|
2918
|
+
Subscription key header name.
|
|
2919
|
+
"""
|
|
2920
|
+
return pulumi.get(self, "header")
|
|
2921
|
+
|
|
2922
|
+
@header.setter
|
|
2923
|
+
def header(self, value: Optional[pulumi.Input[str]]):
|
|
2924
|
+
pulumi.set(self, "header", value)
|
|
2925
|
+
|
|
2926
|
+
@property
|
|
2927
|
+
@pulumi.getter
|
|
2928
|
+
def query(self) -> Optional[pulumi.Input[str]]:
|
|
2929
|
+
"""
|
|
2930
|
+
Subscription key query string parameter name.
|
|
2931
|
+
"""
|
|
2932
|
+
return pulumi.get(self, "query")
|
|
2933
|
+
|
|
2934
|
+
@query.setter
|
|
2935
|
+
def query(self, value: Optional[pulumi.Input[str]]):
|
|
2936
|
+
pulumi.set(self, "query", value)
|
|
2937
|
+
|
|
2938
|
+
|
|
2939
|
+
@pulumi.input_type
|
|
2940
|
+
class TokenBodyParameterContractArgs:
|
|
2941
|
+
def __init__(__self__, *,
|
|
2942
|
+
name: pulumi.Input[str],
|
|
2943
|
+
value: pulumi.Input[str]):
|
|
2944
|
+
"""
|
|
2945
|
+
OAuth acquire token request body parameter (www-url-form-encoded).
|
|
2946
|
+
:param pulumi.Input[str] name: body parameter name.
|
|
2947
|
+
:param pulumi.Input[str] value: body parameter value.
|
|
2948
|
+
"""
|
|
2949
|
+
pulumi.set(__self__, "name", name)
|
|
2950
|
+
pulumi.set(__self__, "value", value)
|
|
2951
|
+
|
|
2952
|
+
@property
|
|
2953
|
+
@pulumi.getter
|
|
2954
|
+
def name(self) -> pulumi.Input[str]:
|
|
2955
|
+
"""
|
|
2956
|
+
body parameter name.
|
|
2957
|
+
"""
|
|
2958
|
+
return pulumi.get(self, "name")
|
|
2959
|
+
|
|
2960
|
+
@name.setter
|
|
2961
|
+
def name(self, value: pulumi.Input[str]):
|
|
2962
|
+
pulumi.set(self, "name", value)
|
|
2963
|
+
|
|
2964
|
+
@property
|
|
2965
|
+
@pulumi.getter
|
|
2966
|
+
def value(self) -> pulumi.Input[str]:
|
|
2967
|
+
"""
|
|
2968
|
+
body parameter value.
|
|
2969
|
+
"""
|
|
2970
|
+
return pulumi.get(self, "value")
|
|
2971
|
+
|
|
2972
|
+
@value.setter
|
|
2973
|
+
def value(self, value: pulumi.Input[str]):
|
|
2974
|
+
pulumi.set(self, "value", value)
|
|
2975
|
+
|
|
2976
|
+
|
|
2977
|
+
@pulumi.input_type
|
|
2978
|
+
class UserIdentityContractArgs:
|
|
2979
|
+
def __init__(__self__, *,
|
|
2980
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
2981
|
+
provider: Optional[pulumi.Input[str]] = None):
|
|
2982
|
+
"""
|
|
2983
|
+
User identity details.
|
|
2984
|
+
:param pulumi.Input[str] id: Identifier value within provider.
|
|
2985
|
+
:param pulumi.Input[str] provider: Identity provider name.
|
|
2986
|
+
"""
|
|
2987
|
+
if id is not None:
|
|
2988
|
+
pulumi.set(__self__, "id", id)
|
|
2989
|
+
if provider is not None:
|
|
2990
|
+
pulumi.set(__self__, "provider", provider)
|
|
2991
|
+
|
|
2992
|
+
@property
|
|
2993
|
+
@pulumi.getter
|
|
2994
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
2995
|
+
"""
|
|
2996
|
+
Identifier value within provider.
|
|
2997
|
+
"""
|
|
2998
|
+
return pulumi.get(self, "id")
|
|
2999
|
+
|
|
3000
|
+
@id.setter
|
|
3001
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
3002
|
+
pulumi.set(self, "id", value)
|
|
3003
|
+
|
|
3004
|
+
@property
|
|
3005
|
+
@pulumi.getter
|
|
3006
|
+
def provider(self) -> Optional[pulumi.Input[str]]:
|
|
3007
|
+
"""
|
|
3008
|
+
Identity provider name.
|
|
3009
|
+
"""
|
|
3010
|
+
return pulumi.get(self, "provider")
|
|
3011
|
+
|
|
3012
|
+
@provider.setter
|
|
3013
|
+
def provider(self, value: Optional[pulumi.Input[str]]):
|
|
3014
|
+
pulumi.set(self, "provider", value)
|
|
3015
|
+
|
|
3016
|
+
|
|
3017
|
+
@pulumi.input_type
|
|
3018
|
+
class UserIdentityPropertiesArgs:
|
|
3019
|
+
def __init__(__self__, *,
|
|
3020
|
+
client_id: Optional[pulumi.Input[str]] = None,
|
|
3021
|
+
principal_id: Optional[pulumi.Input[str]] = None):
|
|
3022
|
+
"""
|
|
3023
|
+
:param pulumi.Input[str] client_id: The client id of user assigned identity.
|
|
3024
|
+
:param pulumi.Input[str] principal_id: The principal id of user assigned identity.
|
|
3025
|
+
"""
|
|
3026
|
+
if client_id is not None:
|
|
3027
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
3028
|
+
if principal_id is not None:
|
|
3029
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
3030
|
+
|
|
3031
|
+
@property
|
|
3032
|
+
@pulumi.getter(name="clientId")
|
|
3033
|
+
def client_id(self) -> Optional[pulumi.Input[str]]:
|
|
3034
|
+
"""
|
|
3035
|
+
The client id of user assigned identity.
|
|
3036
|
+
"""
|
|
3037
|
+
return pulumi.get(self, "client_id")
|
|
3038
|
+
|
|
3039
|
+
@client_id.setter
|
|
3040
|
+
def client_id(self, value: Optional[pulumi.Input[str]]):
|
|
3041
|
+
pulumi.set(self, "client_id", value)
|
|
3042
|
+
|
|
3043
|
+
@property
|
|
3044
|
+
@pulumi.getter(name="principalId")
|
|
3045
|
+
def principal_id(self) -> Optional[pulumi.Input[str]]:
|
|
3046
|
+
"""
|
|
3047
|
+
The principal id of user assigned identity.
|
|
3048
|
+
"""
|
|
3049
|
+
return pulumi.get(self, "principal_id")
|
|
3050
|
+
|
|
3051
|
+
@principal_id.setter
|
|
3052
|
+
def principal_id(self, value: Optional[pulumi.Input[str]]):
|
|
3053
|
+
pulumi.set(self, "principal_id", value)
|
|
3054
|
+
|
|
3055
|
+
|
|
3056
|
+
@pulumi.input_type
|
|
3057
|
+
class VirtualNetworkConfigurationArgs:
|
|
3058
|
+
def __init__(__self__, *,
|
|
3059
|
+
subnet_resource_id: Optional[pulumi.Input[str]] = None):
|
|
3060
|
+
"""
|
|
3061
|
+
Configuration of a virtual network to which API Management service is deployed.
|
|
3062
|
+
:param pulumi.Input[str] subnet_resource_id: The full resource ID of a subnet in a virtual network to deploy the API Management service in.
|
|
3063
|
+
"""
|
|
3064
|
+
if subnet_resource_id is not None:
|
|
3065
|
+
pulumi.set(__self__, "subnet_resource_id", subnet_resource_id)
|
|
3066
|
+
|
|
3067
|
+
@property
|
|
3068
|
+
@pulumi.getter(name="subnetResourceId")
|
|
3069
|
+
def subnet_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
3070
|
+
"""
|
|
3071
|
+
The full resource ID of a subnet in a virtual network to deploy the API Management service in.
|
|
3072
|
+
"""
|
|
3073
|
+
return pulumi.get(self, "subnet_resource_id")
|
|
3074
|
+
|
|
3075
|
+
@subnet_resource_id.setter
|
|
3076
|
+
def subnet_resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
3077
|
+
pulumi.set(self, "subnet_resource_id", value)
|
|
3078
|
+
|
|
3079
|
+
|
|
3080
|
+
@pulumi.input_type
|
|
3081
|
+
class WikiDocumentationContractArgs:
|
|
3082
|
+
def __init__(__self__, *,
|
|
3083
|
+
documentation_id: Optional[pulumi.Input[str]] = None):
|
|
3084
|
+
"""
|
|
3085
|
+
Wiki documentation details.
|
|
3086
|
+
:param pulumi.Input[str] documentation_id: Documentation Identifier
|
|
3087
|
+
"""
|
|
3088
|
+
if documentation_id is not None:
|
|
3089
|
+
pulumi.set(__self__, "documentation_id", documentation_id)
|
|
3090
|
+
|
|
3091
|
+
@property
|
|
3092
|
+
@pulumi.getter(name="documentationId")
|
|
3093
|
+
def documentation_id(self) -> Optional[pulumi.Input[str]]:
|
|
3094
|
+
"""
|
|
3095
|
+
Documentation Identifier
|
|
3096
|
+
"""
|
|
3097
|
+
return pulumi.get(self, "documentation_id")
|
|
3098
|
+
|
|
3099
|
+
@documentation_id.setter
|
|
3100
|
+
def documentation_id(self, value: Optional[pulumi.Input[str]]):
|
|
3101
|
+
pulumi.set(self, "documentation_id", value)
|
|
3102
|
+
|
|
3103
|
+
|
|
3104
|
+
@pulumi.input_type
|
|
3105
|
+
class X509CertificateNameArgs:
|
|
3106
|
+
def __init__(__self__, *,
|
|
3107
|
+
issuer_certificate_thumbprint: Optional[pulumi.Input[str]] = None,
|
|
3108
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
3109
|
+
"""
|
|
3110
|
+
Properties of server X509Names.
|
|
3111
|
+
:param pulumi.Input[str] issuer_certificate_thumbprint: Thumbprint for the Issuer of the Certificate.
|
|
3112
|
+
:param pulumi.Input[str] name: Common Name of the Certificate.
|
|
3113
|
+
"""
|
|
3114
|
+
if issuer_certificate_thumbprint is not None:
|
|
3115
|
+
pulumi.set(__self__, "issuer_certificate_thumbprint", issuer_certificate_thumbprint)
|
|
3116
|
+
if name is not None:
|
|
3117
|
+
pulumi.set(__self__, "name", name)
|
|
3118
|
+
|
|
3119
|
+
@property
|
|
3120
|
+
@pulumi.getter(name="issuerCertificateThumbprint")
|
|
3121
|
+
def issuer_certificate_thumbprint(self) -> Optional[pulumi.Input[str]]:
|
|
3122
|
+
"""
|
|
3123
|
+
Thumbprint for the Issuer of the Certificate.
|
|
3124
|
+
"""
|
|
3125
|
+
return pulumi.get(self, "issuer_certificate_thumbprint")
|
|
3126
|
+
|
|
3127
|
+
@issuer_certificate_thumbprint.setter
|
|
3128
|
+
def issuer_certificate_thumbprint(self, value: Optional[pulumi.Input[str]]):
|
|
3129
|
+
pulumi.set(self, "issuer_certificate_thumbprint", value)
|
|
3130
|
+
|
|
3131
|
+
@property
|
|
3132
|
+
@pulumi.getter
|
|
3133
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
3134
|
+
"""
|
|
3135
|
+
Common Name of the Certificate.
|
|
3136
|
+
"""
|
|
3137
|
+
return pulumi.get(self, "name")
|
|
3138
|
+
|
|
3139
|
+
@name.setter
|
|
3140
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
3141
|
+
pulumi.set(self, "name", value)
|
|
3142
|
+
|
|
3143
|
+
|