strongdm 15.5.0 → 15.7.0
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.
- checksums.yaml +4 -4
- data/.git/ORIG_HEAD +1 -1
- data/.git/index +0 -0
- data/.git/logs/HEAD +3 -3
- data/.git/logs/refs/heads/master +2 -2
- data/.git/logs/refs/remotes/origin/HEAD +1 -1
- data/.git/objects/pack/{pack-68dcb4096b5b2ec49c7207c6474387613772164c.idx → pack-478e5d8febe29c1c719ce3b7cbcc1fd4da85f4e6.idx} +0 -0
- data/.git/objects/pack/{pack-68dcb4096b5b2ec49c7207c6474387613772164c.pack → pack-478e5d8febe29c1c719ce3b7cbcc1fd4da85f4e6.pack} +0 -0
- data/.git/packed-refs +4 -2
- data/.git/refs/heads/master +1 -1
- data/lib/constants.rb +8 -0
- data/lib/grpc/drivers_pb.rb +22 -18
- data/lib/grpc/options_pb.rb +1 -0
- data/lib/grpc/plumbing.rb +74 -66
- data/lib/models/porcelain.rb +304 -288
- data/lib/strongdm.rb +1 -1
- data/lib/svc.rb +1 -1
- data/lib/version +1 -1
- data/lib/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 788455f8adb42de2451522003dd1c6d2cca9f6c15ae74c078204d228adc70b6b
|
4
|
+
data.tar.gz: be8ae715ee215c45cc46c243c78aaadfdd1e53e7874b68e0c98c0b94f0a3eb73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4b63eccbf3d2054045bddc64deb36d39c73fd9f684c42cc17437fe7ae7bc0e862953e77561158af8f85c268fb318203cb1ce20ee0175d1099486f574e1cdd8a
|
7
|
+
data.tar.gz: 3552b1db42442ec23784cbee717efaedb615fe9fb0eafbbd2e674c8439159a2625c3deae2f8d1943087aa19276cde7032ff62995db76f58f3d22fbae2575f702
|
data/.git/ORIG_HEAD
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
4b9cd43c5dda3f369b82b6a56132a5470ff9ff53
|
data/.git/index
CHANGED
Binary file
|
data/.git/logs/HEAD
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
2
|
-
|
3
|
-
|
1
|
+
0000000000000000000000000000000000000000 4b9cd43c5dda3f369b82b6a56132a5470ff9ff53 root <root@499a86bd0c3b.(none)> 1755283262 +0000 clone: from github.com:strongdm/strongdm-sdk-ruby.git
|
2
|
+
4b9cd43c5dda3f369b82b6a56132a5470ff9ff53 4b9cd43c5dda3f369b82b6a56132a5470ff9ff53 root <root@499a86bd0c3b.(none)> 1755283262 +0000 checkout: moving from master to master
|
3
|
+
4b9cd43c5dda3f369b82b6a56132a5470ff9ff53 6e8e9210b26f02ebe925b8e81909ba42985cfde7 root <root@499a86bd0c3b.(none)> 1755283262 +0000 merge origin/development: Fast-forward
|
data/.git/logs/refs/heads/master
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
2
|
-
|
1
|
+
0000000000000000000000000000000000000000 4b9cd43c5dda3f369b82b6a56132a5470ff9ff53 root <root@499a86bd0c3b.(none)> 1755283262 +0000 clone: from github.com:strongdm/strongdm-sdk-ruby.git
|
2
|
+
4b9cd43c5dda3f369b82b6a56132a5470ff9ff53 6e8e9210b26f02ebe925b8e81909ba42985cfde7 root <root@499a86bd0c3b.(none)> 1755283262 +0000 merge origin/development: Fast-forward
|
@@ -1 +1 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
1
|
+
0000000000000000000000000000000000000000 4b9cd43c5dda3f369b82b6a56132a5470ff9ff53 root <root@499a86bd0c3b.(none)> 1755283262 +0000 clone: from github.com:strongdm/strongdm-sdk-ruby.git
|
Binary file
|
Binary file
|
data/.git/packed-refs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# pack-refs with: peeled fully-peeled sorted
|
2
|
-
|
3
|
-
|
2
|
+
6e8e9210b26f02ebe925b8e81909ba42985cfde7 refs/remotes/origin/development
|
3
|
+
4b9cd43c5dda3f369b82b6a56132a5470ff9ff53 refs/remotes/origin/master
|
4
4
|
2e4fe8087177ddea9b3991ca499f758384839c89 refs/tags/untagged-84fd83a4484c785cce63
|
5
5
|
04f604866214fab4d5663b5171a3e596331577bd refs/tags/v0.9.4
|
6
6
|
6f9a7b75b345c65fb554884907b7060680c807b7 refs/tags/v0.9.5
|
@@ -105,6 +105,8 @@ f5e3068d4f6c73c93d409699726cc9fb3c5cf482 refs/tags/v14.5.0
|
|
105
105
|
28d4387142c309e532c47f809e4ef3c80150f523 refs/tags/v15.1.0
|
106
106
|
95ca84ab082b3f19fa3b0d1799ac55e4beebea64 refs/tags/v15.2.0
|
107
107
|
cf3b15b82cb0c4229609c07c870c6cb4fd38ef75 refs/tags/v15.4.0
|
108
|
+
0be2c5e7f7a90c49077548cb3a9bce234219b9f0 refs/tags/v15.5.0
|
109
|
+
4b9cd43c5dda3f369b82b6a56132a5470ff9ff53 refs/tags/v15.6.0
|
108
110
|
e0b1ec0134c7015ccb8c14464cc713c20034159e refs/tags/v2.0.0
|
109
111
|
62a146d9d56852b2ad14ec5d2796cad158d66e1c refs/tags/v2.1.0
|
110
112
|
9de04e628082f4ad0eb9511311479a089d302008 refs/tags/v2.2.0
|
data/.git/refs/heads/master
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
6e8e9210b26f02ebe925b8e81909ba42985cfde7
|
data/lib/constants.rb
CHANGED
@@ -549,4 +549,12 @@ module SDM
|
|
549
549
|
MANAGER_OF_REQUESTER = "manager-of-requester"
|
550
550
|
MANAGER_OF_MANAGER_OF_REQUESTER = "manager-of-manager-of-requester"
|
551
551
|
end
|
552
|
+
|
553
|
+
# ResourceIPAllocationMode defines how to allocate IP addresses on resource create and update.
|
554
|
+
module ResourceIPAllocationMode
|
555
|
+
UNSET = ""
|
556
|
+
DEFAULT = "default"
|
557
|
+
LOOPBACK = "loopback"
|
558
|
+
VNM = "vnm"
|
559
|
+
end
|
552
560
|
end
|
data/lib/grpc/drivers_pb.rb
CHANGED
@@ -50,7 +50,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
50
50
|
optional :aurora_postgres_iam, :message, 1309, "v1.AuroraPostgresIAM"
|
51
51
|
optional :azure, :message, 2800, "v1.Azure"
|
52
52
|
optional :azure_certificate, :message, 2801, "v1.AzureCertificate"
|
53
|
-
optional :azure_console, :message, 2803, "v1.AzureConsole"
|
54
53
|
optional :azure_mysql, :message, 1107, "v1.AzureMysql"
|
55
54
|
optional :azure_mysql_managed_identity, :message, 1110, "v1.AzureMysqlManagedIdentity"
|
56
55
|
optional :azure_postgres, :message, 1307, "v1.AzurePostgres"
|
@@ -76,6 +75,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
76
75
|
optional :dynamo_dbiam, :message, 501, "v1.DynamoDBIAM"
|
77
76
|
optional :elastic, :message, 601, "v1.Elastic"
|
78
77
|
optional :elasticache_redis, :message, 1601, "v1.ElasticacheRedis"
|
78
|
+
optional :entra_id, :message, 2803, "v1.EntraID"
|
79
79
|
optional :gcp, :message, 2700, "v1.GCP"
|
80
80
|
optional :gcp_console, :message, 3300, "v1.GCPConsole"
|
81
81
|
optional :gcpwif, :message, 2701, "v1.GCPWIF"
|
@@ -616,22 +616,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
616
616
|
optional :port_override, :int32, 10
|
617
617
|
optional :tenant_id, :string, 2
|
618
618
|
end
|
619
|
-
add_message "v1.AzureConsole" do
|
620
|
-
optional :id, :string, 32768
|
621
|
-
optional :name, :string, 32769
|
622
|
-
optional :healthy, :bool, 32770
|
623
|
-
optional :tags, :message, 32771, "v1.Tags"
|
624
|
-
optional :secret_store_id, :string, 32772
|
625
|
-
optional :egress_filter, :string, 32773
|
626
|
-
optional :bind_interface, :string, 32774
|
627
|
-
optional :proxy_cluster_id, :string, 32776
|
628
|
-
optional :subdomain, :string, 32775
|
629
|
-
optional :connector_id, :string, 1
|
630
|
-
optional :identity_set_id, :string, 5
|
631
|
-
optional :management_group_id, :string, 2
|
632
|
-
optional :privilege_levels, :string, 4
|
633
|
-
optional :subscription_id, :string, 3
|
634
|
-
end
|
635
619
|
add_message "v1.AzureMysql" do
|
636
620
|
optional :id, :string, 32768
|
637
621
|
optional :name, :string, 32769
|
@@ -1062,6 +1046,25 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1062
1046
|
optional :tls_required, :bool, 5
|
1063
1047
|
optional :username, :string, 6
|
1064
1048
|
end
|
1049
|
+
add_message "v1.EntraID" do
|
1050
|
+
optional :id, :string, 32768
|
1051
|
+
optional :name, :string, 32769
|
1052
|
+
optional :healthy, :bool, 32770
|
1053
|
+
optional :tags, :message, 32771, "v1.Tags"
|
1054
|
+
optional :secret_store_id, :string, 32772
|
1055
|
+
optional :egress_filter, :string, 32773
|
1056
|
+
optional :bind_interface, :string, 32774
|
1057
|
+
optional :proxy_cluster_id, :string, 32776
|
1058
|
+
optional :subdomain, :string, 32775
|
1059
|
+
optional :discovery_enabled, :bool, 8
|
1060
|
+
optional :group_names, :string, 7
|
1061
|
+
optional :identity_set_id, :string, 5
|
1062
|
+
optional :management_group_id, :string, 2
|
1063
|
+
optional :privilege_levels, :string, 4
|
1064
|
+
optional :resource_group_id, :string, 6
|
1065
|
+
optional :subscription_id, :string, 3
|
1066
|
+
optional :tenant_id, :string, 1
|
1067
|
+
end
|
1065
1068
|
add_message "v1.GCP" do
|
1066
1069
|
optional :id, :string, 32768
|
1067
1070
|
optional :name, :string, 32769
|
@@ -1682,6 +1685,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1682
1685
|
optional :lock_required, :bool, 11
|
1683
1686
|
optional :port, :int32, 4
|
1684
1687
|
optional :port_override, :int32, 3
|
1688
|
+
optional :sid, :string, 12
|
1685
1689
|
optional :username, :string, 2
|
1686
1690
|
end
|
1687
1691
|
add_message "v1.RDSPostgresIAM" do
|
@@ -2129,7 +2133,6 @@ module V1
|
|
2129
2133
|
AuroraPostgresIAM = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AuroraPostgresIAM").msgclass
|
2130
2134
|
Azure = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.Azure").msgclass
|
2131
2135
|
AzureCertificate = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AzureCertificate").msgclass
|
2132
|
-
AzureConsole = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AzureConsole").msgclass
|
2133
2136
|
AzureMysql = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AzureMysql").msgclass
|
2134
2137
|
AzureMysqlManagedIdentity = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AzureMysqlManagedIdentity").msgclass
|
2135
2138
|
AzurePostgres = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AzurePostgres").msgclass
|
@@ -2155,6 +2158,7 @@ module V1
|
|
2155
2158
|
DynamoDBIAM = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.DynamoDBIAM").msgclass
|
2156
2159
|
Elastic = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.Elastic").msgclass
|
2157
2160
|
ElasticacheRedis = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.ElasticacheRedis").msgclass
|
2161
|
+
EntraID = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.EntraID").msgclass
|
2158
2162
|
GCP = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.GCP").msgclass
|
2159
2163
|
GCPConsole = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.GCPConsole").msgclass
|
2160
2164
|
GCPWIF = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.GCPWIF").msgclass
|
data/lib/grpc/options_pb.rb
CHANGED
@@ -64,6 +64,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
64
64
|
optional :custom, :message, 1941305, "v1.CustomOptions"
|
65
65
|
map :read_only_override, :string, :bool, 1941312
|
66
66
|
optional :condition, :string, 1941323
|
67
|
+
repeated :conditions, :string, 1941325
|
67
68
|
optional :expect_file, :bool, 1941324
|
68
69
|
end
|
69
70
|
add_message "v1.CustomOptions" do
|
data/lib/grpc/plumbing.rb
CHANGED
@@ -4120,66 +4120,6 @@ module SDM
|
|
4120
4120
|
end
|
4121
4121
|
items
|
4122
4122
|
end
|
4123
|
-
def self.convert_azure_console_to_porcelain(plumbing)
|
4124
|
-
if plumbing == nil
|
4125
|
-
return nil
|
4126
|
-
end
|
4127
|
-
porcelain = AzureConsole.new()
|
4128
|
-
porcelain.bind_interface = (plumbing.bind_interface)
|
4129
|
-
porcelain.connector_id = (plumbing.connector_id)
|
4130
|
-
porcelain.egress_filter = (plumbing.egress_filter)
|
4131
|
-
porcelain.healthy = (plumbing.healthy)
|
4132
|
-
porcelain.id = (plumbing.id)
|
4133
|
-
porcelain.identity_set_id = (plumbing.identity_set_id)
|
4134
|
-
porcelain.management_group_id = (plumbing.management_group_id)
|
4135
|
-
porcelain.name = (plumbing.name)
|
4136
|
-
porcelain.privilege_levels = (plumbing.privilege_levels)
|
4137
|
-
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
4138
|
-
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4139
|
-
porcelain.subdomain = (plumbing.subdomain)
|
4140
|
-
porcelain.subscription_id = (plumbing.subscription_id)
|
4141
|
-
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4142
|
-
porcelain
|
4143
|
-
end
|
4144
|
-
|
4145
|
-
def self.convert_azure_console_to_plumbing(porcelain)
|
4146
|
-
if porcelain == nil
|
4147
|
-
return nil
|
4148
|
-
end
|
4149
|
-
plumbing = V1::AzureConsole.new()
|
4150
|
-
plumbing.bind_interface = (porcelain.bind_interface)
|
4151
|
-
plumbing.connector_id = (porcelain.connector_id)
|
4152
|
-
plumbing.egress_filter = (porcelain.egress_filter)
|
4153
|
-
plumbing.healthy = (porcelain.healthy)
|
4154
|
-
plumbing.id = (porcelain.id)
|
4155
|
-
plumbing.identity_set_id = (porcelain.identity_set_id)
|
4156
|
-
plumbing.management_group_id = (porcelain.management_group_id)
|
4157
|
-
plumbing.name = (porcelain.name)
|
4158
|
-
plumbing.privilege_levels = (porcelain.privilege_levels)
|
4159
|
-
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
4160
|
-
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4161
|
-
plumbing.subdomain = (porcelain.subdomain)
|
4162
|
-
plumbing.subscription_id = (porcelain.subscription_id)
|
4163
|
-
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4164
|
-
plumbing
|
4165
|
-
end
|
4166
|
-
def self.convert_repeated_azure_console_to_plumbing(porcelains)
|
4167
|
-
items = Array.new
|
4168
|
-
porcelains.each do |porcelain|
|
4169
|
-
plumbing = convert_azure_console_to_plumbing(porcelain)
|
4170
|
-
items.append(plumbing)
|
4171
|
-
end
|
4172
|
-
items
|
4173
|
-
end
|
4174
|
-
|
4175
|
-
def self.convert_repeated_azure_console_to_porcelain(plumbings)
|
4176
|
-
items = Array.new
|
4177
|
-
plumbings.each do |plumbing|
|
4178
|
-
porcelain = convert_azure_console_to_porcelain(plumbing)
|
4179
|
-
items.append(porcelain)
|
4180
|
-
end
|
4181
|
-
items
|
4182
|
-
end
|
4183
4123
|
def self.convert_azure_mysql_to_porcelain(plumbing)
|
4184
4124
|
if plumbing == nil
|
4185
4125
|
return nil
|
@@ -6120,6 +6060,72 @@ module SDM
|
|
6120
6060
|
end
|
6121
6061
|
items
|
6122
6062
|
end
|
6063
|
+
def self.convert_entra_id_to_porcelain(plumbing)
|
6064
|
+
if plumbing == nil
|
6065
|
+
return nil
|
6066
|
+
end
|
6067
|
+
porcelain = EntraID.new()
|
6068
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
6069
|
+
porcelain.discovery_enabled = (plumbing.discovery_enabled)
|
6070
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
6071
|
+
porcelain.group_names = (plumbing.group_names)
|
6072
|
+
porcelain.healthy = (plumbing.healthy)
|
6073
|
+
porcelain.id = (plumbing.id)
|
6074
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
6075
|
+
porcelain.management_group_id = (plumbing.management_group_id)
|
6076
|
+
porcelain.name = (plumbing.name)
|
6077
|
+
porcelain.privilege_levels = (plumbing.privilege_levels)
|
6078
|
+
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
6079
|
+
porcelain.resource_group_id = (plumbing.resource_group_id)
|
6080
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
6081
|
+
porcelain.subdomain = (plumbing.subdomain)
|
6082
|
+
porcelain.subscription_id = (plumbing.subscription_id)
|
6083
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
6084
|
+
porcelain.tenant_id = (plumbing.tenant_id)
|
6085
|
+
porcelain
|
6086
|
+
end
|
6087
|
+
|
6088
|
+
def self.convert_entra_id_to_plumbing(porcelain)
|
6089
|
+
if porcelain == nil
|
6090
|
+
return nil
|
6091
|
+
end
|
6092
|
+
plumbing = V1::EntraID.new()
|
6093
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
6094
|
+
plumbing.discovery_enabled = (porcelain.discovery_enabled)
|
6095
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
6096
|
+
plumbing.group_names = (porcelain.group_names)
|
6097
|
+
plumbing.healthy = (porcelain.healthy)
|
6098
|
+
plumbing.id = (porcelain.id)
|
6099
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
6100
|
+
plumbing.management_group_id = (porcelain.management_group_id)
|
6101
|
+
plumbing.name = (porcelain.name)
|
6102
|
+
plumbing.privilege_levels = (porcelain.privilege_levels)
|
6103
|
+
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
6104
|
+
plumbing.resource_group_id = (porcelain.resource_group_id)
|
6105
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
6106
|
+
plumbing.subdomain = (porcelain.subdomain)
|
6107
|
+
plumbing.subscription_id = (porcelain.subscription_id)
|
6108
|
+
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
6109
|
+
plumbing.tenant_id = (porcelain.tenant_id)
|
6110
|
+
plumbing
|
6111
|
+
end
|
6112
|
+
def self.convert_repeated_entra_id_to_plumbing(porcelains)
|
6113
|
+
items = Array.new
|
6114
|
+
porcelains.each do |porcelain|
|
6115
|
+
plumbing = convert_entra_id_to_plumbing(porcelain)
|
6116
|
+
items.append(plumbing)
|
6117
|
+
end
|
6118
|
+
items
|
6119
|
+
end
|
6120
|
+
|
6121
|
+
def self.convert_repeated_entra_id_to_porcelain(plumbings)
|
6122
|
+
items = Array.new
|
6123
|
+
plumbings.each do |plumbing|
|
6124
|
+
porcelain = convert_entra_id_to_porcelain(plumbing)
|
6125
|
+
items.append(porcelain)
|
6126
|
+
end
|
6127
|
+
items
|
6128
|
+
end
|
6123
6129
|
def self.convert_gcp_to_porcelain(plumbing)
|
6124
6130
|
if plumbing == nil
|
6125
6131
|
return nil
|
@@ -11891,6 +11897,7 @@ module SDM
|
|
11891
11897
|
porcelain.port_override = (plumbing.port_override)
|
11892
11898
|
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
11893
11899
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
11900
|
+
porcelain.sid = (plumbing.sid)
|
11894
11901
|
porcelain.subdomain = (plumbing.subdomain)
|
11895
11902
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
11896
11903
|
porcelain.username = (plumbing.username)
|
@@ -11915,6 +11922,7 @@ module SDM
|
|
11915
11922
|
plumbing.port_override = (porcelain.port_override)
|
11916
11923
|
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
11917
11924
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
11925
|
+
plumbing.sid = (porcelain.sid)
|
11918
11926
|
plumbing.subdomain = (porcelain.subdomain)
|
11919
11927
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
11920
11928
|
plumbing.username = (porcelain.username)
|
@@ -13078,9 +13086,6 @@ module SDM
|
|
13078
13086
|
if porcelain.instance_of? AzureCertificate
|
13079
13087
|
plumbing.azure_certificate = convert_azure_certificate_to_plumbing(porcelain)
|
13080
13088
|
end
|
13081
|
-
if porcelain.instance_of? AzureConsole
|
13082
|
-
plumbing.azure_console = convert_azure_console_to_plumbing(porcelain)
|
13083
|
-
end
|
13084
13089
|
if porcelain.instance_of? AzureMysql
|
13085
13090
|
plumbing.azure_mysql = convert_azure_mysql_to_plumbing(porcelain)
|
13086
13091
|
end
|
@@ -13156,6 +13161,9 @@ module SDM
|
|
13156
13161
|
if porcelain.instance_of? ElasticacheRedis
|
13157
13162
|
plumbing.elasticache_redis = convert_elasticache_redis_to_plumbing(porcelain)
|
13158
13163
|
end
|
13164
|
+
if porcelain.instance_of? EntraID
|
13165
|
+
plumbing.entra_id = convert_entra_id_to_plumbing(porcelain)
|
13166
|
+
end
|
13159
13167
|
if porcelain.instance_of? GCP
|
13160
13168
|
plumbing.gcp = convert_gcp_to_plumbing(porcelain)
|
13161
13169
|
end
|
@@ -13412,9 +13420,6 @@ module SDM
|
|
13412
13420
|
if plumbing.azure_certificate != nil
|
13413
13421
|
return convert_azure_certificate_to_porcelain(plumbing.azure_certificate)
|
13414
13422
|
end
|
13415
|
-
if plumbing.azure_console != nil
|
13416
|
-
return convert_azure_console_to_porcelain(plumbing.azure_console)
|
13417
|
-
end
|
13418
13423
|
if plumbing.azure_mysql != nil
|
13419
13424
|
return convert_azure_mysql_to_porcelain(plumbing.azure_mysql)
|
13420
13425
|
end
|
@@ -13490,6 +13495,9 @@ module SDM
|
|
13490
13495
|
if plumbing.elasticache_redis != nil
|
13491
13496
|
return convert_elasticache_redis_to_porcelain(plumbing.elasticache_redis)
|
13492
13497
|
end
|
13498
|
+
if plumbing.entra_id != nil
|
13499
|
+
return convert_entra_id_to_porcelain(plumbing.entra_id)
|
13500
|
+
end
|
13493
13501
|
if plumbing.gcp != nil
|
13494
13502
|
return convert_gcp_to_porcelain(plumbing.gcp)
|
13495
13503
|
end
|