azure_mgmt_healthcare_apis 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis.rb +69 -0
  4. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/healthcare_apis_management_client.rb +147 -0
  5. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/azure_entity_resource.rb +77 -0
  6. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/check_name_availability_parameters.rb +58 -0
  7. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/error_details.rb +47 -0
  8. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/error_details_internal.rb +71 -0
  9. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/kind.rb +17 -0
  10. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/managed_service_identity_type.rb +16 -0
  11. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation.rb +73 -0
  12. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation_display.rb +83 -0
  13. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation_list_result.rb +102 -0
  14. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation_result_status.rb +19 -0
  15. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation_results_description.rb +97 -0
  16. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint.rb +47 -0
  17. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint_connection.rb +101 -0
  18. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint_connection_list_result.rb +57 -0
  19. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint_connection_provisioning_state.rb +18 -0
  20. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint_service_connection_status.rb +17 -0
  21. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_link_resource.rb +115 -0
  22. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_link_resource_list_result.rb +55 -0
  23. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_link_service_connection_state.rb +72 -0
  24. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/provisioning_state.rb +23 -0
  25. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/proxy_resource.rb +65 -0
  26. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/public_network_access.rb +16 -0
  27. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/resource.rb +86 -0
  28. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_access_policy_entry.rb +50 -0
  29. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_authentication_configuration_info.rb +68 -0
  30. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_cors_configuration_info.rb +118 -0
  31. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_cosmos_db_configuration_info.rb +62 -0
  32. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_export_configuration_info.rb +46 -0
  33. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_name_unavailability_reason.rb +16 -0
  34. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_description.rb +127 -0
  35. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_description_list_result.rb +100 -0
  36. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_name_availability_info.rb +73 -0
  37. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_patch_description.rb +67 -0
  38. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_properties.rb +156 -0
  39. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_resource.rb +142 -0
  40. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_resource_identity.rb +73 -0
  41. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/tracked_resource.rb +95 -0
  42. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/module_definition.rb +9 -0
  43. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/operation_results.rb +129 -0
  44. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/operations.rb +219 -0
  45. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/private_endpoint_connections.rb +557 -0
  46. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/private_link_resources.rb +233 -0
  47. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/services.rb +1103 -0
  48. data/lib/azure_mgmt_healthcare_apis.rb +6 -0
  49. data/lib/module_definition.rb +7 -0
  50. data/lib/profiles/latest/healthcareapis_latest_profile_client.rb +40 -0
  51. data/lib/profiles/latest/healthcareapis_module_definition.rb +8 -0
  52. data/lib/profiles/latest/modules/healthcareapis_profile_module.rb +217 -0
  53. data/lib/version.rb +7 -0
  54. metadata +169 -0
@@ -0,0 +1,65 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # Proxy Resource
10
+
11
+ # The resource model definition for a Azure Resource Manager proxy
12
+ # resource. It will not have tags and a location
13
+ #
14
+ class ProxyResource < Resource
15
+
16
+ include MsRestAzure
17
+
18
+
19
+ #
20
+ # Mapper for ProxyResource class as Ruby Hash.
21
+ # This will be used for serialization/deserialization.
22
+ #
23
+ def self.mapper()
24
+ {
25
+ client_side_validation: true,
26
+ required: false,
27
+ serialized_name: 'ProxyResource',
28
+ type: {
29
+ name: 'Composite',
30
+ class_name: 'ProxyResource',
31
+ model_properties: {
32
+ id: {
33
+ client_side_validation: true,
34
+ required: false,
35
+ read_only: true,
36
+ serialized_name: 'id',
37
+ type: {
38
+ name: 'String'
39
+ }
40
+ },
41
+ name: {
42
+ client_side_validation: true,
43
+ required: false,
44
+ read_only: true,
45
+ serialized_name: 'name',
46
+ type: {
47
+ name: 'String'
48
+ }
49
+ },
50
+ type: {
51
+ client_side_validation: true,
52
+ required: false,
53
+ read_only: true,
54
+ serialized_name: 'type',
55
+ type: {
56
+ name: 'String'
57
+ }
58
+ }
59
+ }
60
+ }
61
+ }
62
+ end
63
+ end
64
+ end
65
+ end
@@ -0,0 +1,16 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # Defines values for PublicNetworkAccess
10
+ #
11
+ module PublicNetworkAccess
12
+ Enabled = "Enabled"
13
+ Disabled = "Disabled"
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,86 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # Resource
10
+
11
+ # Common fields that are returned in the response for all Azure Resource
12
+ # Manager resources
13
+ #
14
+ class Resource
15
+
16
+ include MsRestAzure
17
+
18
+ # @return [String] Fully qualified resource ID for the resource. Ex -
19
+ # /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
20
+ attr_accessor :id
21
+
22
+ # @return [String] The name of the resource
23
+ attr_accessor :name
24
+
25
+ # @return [String] The type of the resource. E.g.
26
+ # "Microsoft.Compute/virtualMachines" or
27
+ # "Microsoft.Storage/storageAccounts"
28
+ attr_accessor :type
29
+
30
+
31
+ # @return [String] the name of the resource group of the resource.
32
+ def resource_group
33
+ unless self.id.nil?
34
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
35
+ groups.captures[0].strip if groups
36
+ end
37
+ end
38
+
39
+
40
+ #
41
+ # Mapper for Resource class as Ruby Hash.
42
+ # This will be used for serialization/deserialization.
43
+ #
44
+ def self.mapper()
45
+ {
46
+ client_side_validation: true,
47
+ required: false,
48
+ serialized_name: 'Resource',
49
+ type: {
50
+ name: 'Composite',
51
+ class_name: 'Resource',
52
+ model_properties: {
53
+ id: {
54
+ client_side_validation: true,
55
+ required: false,
56
+ read_only: true,
57
+ serialized_name: 'id',
58
+ type: {
59
+ name: 'String'
60
+ }
61
+ },
62
+ name: {
63
+ client_side_validation: true,
64
+ required: false,
65
+ read_only: true,
66
+ serialized_name: 'name',
67
+ type: {
68
+ name: 'String'
69
+ }
70
+ },
71
+ type: {
72
+ client_side_validation: true,
73
+ required: false,
74
+ read_only: true,
75
+ serialized_name: 'type',
76
+ type: {
77
+ name: 'String'
78
+ }
79
+ }
80
+ }
81
+ }
82
+ }
83
+ end
84
+ end
85
+ end
86
+ end
@@ -0,0 +1,50 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # An access policy entry.
10
+ #
11
+ class ServiceAccessPolicyEntry
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] An Azure AD object ID (User or Apps) that is allowed
16
+ # access to the FHIR service.
17
+ attr_accessor :object_id
18
+
19
+
20
+ #
21
+ # Mapper for ServiceAccessPolicyEntry class as Ruby Hash.
22
+ # This will be used for serialization/deserialization.
23
+ #
24
+ def self.mapper()
25
+ {
26
+ client_side_validation: true,
27
+ required: false,
28
+ serialized_name: 'ServiceAccessPolicyEntry',
29
+ type: {
30
+ name: 'Composite',
31
+ class_name: 'ServiceAccessPolicyEntry',
32
+ model_properties: {
33
+ object_id: {
34
+ client_side_validation: true,
35
+ required: true,
36
+ serialized_name: 'objectId',
37
+ constraints: {
38
+ Pattern: '^(([0-9A-Fa-f]{8}[-]?(?:[0-9A-Fa-f]{4}[-]?){3}[0-9A-Fa-f]{12}){1})+$'
39
+ },
40
+ type: {
41
+ name: 'String'
42
+ }
43
+ }
44
+ }
45
+ }
46
+ }
47
+ end
48
+ end
49
+ end
50
+ end
@@ -0,0 +1,68 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # Authentication configuration information
10
+ #
11
+ class ServiceAuthenticationConfigurationInfo
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] The authority url for the service
16
+ attr_accessor :authority
17
+
18
+ # @return [String] The audience url for the service
19
+ attr_accessor :audience
20
+
21
+ # @return [Boolean] If the SMART on FHIR proxy is enabled
22
+ attr_accessor :smart_proxy_enabled
23
+
24
+
25
+ #
26
+ # Mapper for ServiceAuthenticationConfigurationInfo class as Ruby Hash.
27
+ # This will be used for serialization/deserialization.
28
+ #
29
+ def self.mapper()
30
+ {
31
+ client_side_validation: true,
32
+ required: false,
33
+ serialized_name: 'ServiceAuthenticationConfigurationInfo',
34
+ type: {
35
+ name: 'Composite',
36
+ class_name: 'ServiceAuthenticationConfigurationInfo',
37
+ model_properties: {
38
+ authority: {
39
+ client_side_validation: true,
40
+ required: false,
41
+ serialized_name: 'authority',
42
+ type: {
43
+ name: 'String'
44
+ }
45
+ },
46
+ audience: {
47
+ client_side_validation: true,
48
+ required: false,
49
+ serialized_name: 'audience',
50
+ type: {
51
+ name: 'String'
52
+ }
53
+ },
54
+ smart_proxy_enabled: {
55
+ client_side_validation: true,
56
+ required: false,
57
+ serialized_name: 'smartProxyEnabled',
58
+ type: {
59
+ name: 'Boolean'
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
65
+ end
66
+ end
67
+ end
68
+ end
@@ -0,0 +1,118 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # The settings for the CORS configuration of the service instance.
10
+ #
11
+ class ServiceCorsConfigurationInfo
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Array<String>] The origins to be allowed via CORS.
16
+ attr_accessor :origins
17
+
18
+ # @return [Array<String>] The headers to be allowed via CORS.
19
+ attr_accessor :headers
20
+
21
+ # @return [Array<String>] The methods to be allowed via CORS.
22
+ attr_accessor :methods
23
+
24
+ # @return [Integer] The max age to be allowed via CORS.
25
+ attr_accessor :max_age
26
+
27
+ # @return [Boolean] If credentials are allowed via CORS.
28
+ attr_accessor :allow_credentials
29
+
30
+
31
+ #
32
+ # Mapper for ServiceCorsConfigurationInfo class as Ruby Hash.
33
+ # This will be used for serialization/deserialization.
34
+ #
35
+ def self.mapper()
36
+ {
37
+ client_side_validation: true,
38
+ required: false,
39
+ serialized_name: 'ServiceCorsConfigurationInfo',
40
+ type: {
41
+ name: 'Composite',
42
+ class_name: 'ServiceCorsConfigurationInfo',
43
+ model_properties: {
44
+ origins: {
45
+ client_side_validation: true,
46
+ required: false,
47
+ serialized_name: 'origins',
48
+ type: {
49
+ name: 'Sequence',
50
+ element: {
51
+ client_side_validation: true,
52
+ required: false,
53
+ serialized_name: 'StringElementType',
54
+ type: {
55
+ name: 'String'
56
+ }
57
+ }
58
+ }
59
+ },
60
+ headers: {
61
+ client_side_validation: true,
62
+ required: false,
63
+ serialized_name: 'headers',
64
+ type: {
65
+ name: 'Sequence',
66
+ element: {
67
+ client_side_validation: true,
68
+ required: false,
69
+ serialized_name: 'StringElementType',
70
+ type: {
71
+ name: 'String'
72
+ }
73
+ }
74
+ }
75
+ },
76
+ methods: {
77
+ client_side_validation: true,
78
+ required: false,
79
+ serialized_name: 'methods',
80
+ type: {
81
+ name: 'Sequence',
82
+ element: {
83
+ client_side_validation: true,
84
+ required: false,
85
+ serialized_name: 'StringElementType',
86
+ type: {
87
+ name: 'String'
88
+ }
89
+ }
90
+ }
91
+ },
92
+ max_age: {
93
+ client_side_validation: true,
94
+ required: false,
95
+ serialized_name: 'maxAge',
96
+ constraints: {
97
+ InclusiveMaximum: 99999,
98
+ InclusiveMinimum: 0
99
+ },
100
+ type: {
101
+ name: 'Number'
102
+ }
103
+ },
104
+ allow_credentials: {
105
+ client_side_validation: true,
106
+ required: false,
107
+ serialized_name: 'allowCredentials',
108
+ type: {
109
+ name: 'Boolean'
110
+ }
111
+ }
112
+ }
113
+ }
114
+ }
115
+ end
116
+ end
117
+ end
118
+ end
@@ -0,0 +1,62 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # The settings for the Cosmos DB database backing the service.
10
+ #
11
+ class ServiceCosmosDbConfigurationInfo
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Integer] The provisioned throughput for the backing database.
16
+ attr_accessor :offer_throughput
17
+
18
+ # @return [String] The URI of the customer-managed key for the backing
19
+ # database.
20
+ attr_accessor :key_vault_key_uri
21
+
22
+
23
+ #
24
+ # Mapper for ServiceCosmosDbConfigurationInfo class as Ruby Hash.
25
+ # This will be used for serialization/deserialization.
26
+ #
27
+ def self.mapper()
28
+ {
29
+ client_side_validation: true,
30
+ required: false,
31
+ serialized_name: 'ServiceCosmosDbConfigurationInfo',
32
+ type: {
33
+ name: 'Composite',
34
+ class_name: 'ServiceCosmosDbConfigurationInfo',
35
+ model_properties: {
36
+ offer_throughput: {
37
+ client_side_validation: true,
38
+ required: false,
39
+ serialized_name: 'offerThroughput',
40
+ constraints: {
41
+ InclusiveMaximum: 10000,
42
+ InclusiveMinimum: 400
43
+ },
44
+ type: {
45
+ name: 'Number'
46
+ }
47
+ },
48
+ key_vault_key_uri: {
49
+ client_side_validation: true,
50
+ required: false,
51
+ serialized_name: 'keyVaultKeyUri',
52
+ type: {
53
+ name: 'String'
54
+ }
55
+ }
56
+ }
57
+ }
58
+ }
59
+ end
60
+ end
61
+ end
62
+ end