strongdm 3.16.0 → 3.17.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,13 +17,13 @@
17
17
 
18
18
  module SDM
19
19
  class AKS
20
- # Bind interface
20
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
21
21
  attr_accessor :bind_interface
22
-
22
+ # The CA to authenticate TLS connections with.
23
23
  attr_accessor :certificate_authority
24
-
24
+ # The certificate to authenticate TLS connections with.
25
25
  attr_accessor :client_certificate
26
-
26
+ # The key to authenticate TLS connections with.
27
27
  attr_accessor :client_key
28
28
  # A filter applied to the routing logic to pin datasource to nodes.
29
29
  attr_accessor :egress_filter
@@ -31,19 +31,19 @@ module SDM
31
31
  attr_accessor :healthcheck_namespace
32
32
  # True if the datasource is reachable and the credentials are valid.
33
33
  attr_accessor :healthy
34
-
34
+ # The host to dial to initiate a connection from the egress node to this resource.
35
35
  attr_accessor :hostname
36
36
  # Unique identifier of the Resource.
37
37
  attr_accessor :id
38
38
  # Unique human-readable name of the Resource.
39
39
  attr_accessor :name
40
-
40
+ # The port to dial to initiate a connection from the egress node to this resource.
41
41
  attr_accessor :port
42
-
42
+ # The local port used by clients to connect to this resource.
43
43
  attr_accessor :port_override
44
-
44
+ # The ID of the remote identity group to use for remote identity connections.
45
45
  attr_accessor :remote_identity_group_id
46
-
46
+ # The username to use for healthchecks, when clients otherwise connect with their own remote identity username.
47
47
  attr_accessor :remote_identity_healthcheck_username
48
48
  # ID of the secret store containing credentials for this resource, if any.
49
49
  attr_accessor :secret_store_id
@@ -100,7 +100,7 @@ module SDM
100
100
  end
101
101
 
102
102
  class AKSBasicAuth
103
- # Bind interface
103
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
104
104
  attr_accessor :bind_interface
105
105
  # A filter applied to the routing logic to pin datasource to nodes.
106
106
  attr_accessor :egress_filter
@@ -108,17 +108,17 @@ module SDM
108
108
  attr_accessor :healthcheck_namespace
109
109
  # True if the datasource is reachable and the credentials are valid.
110
110
  attr_accessor :healthy
111
-
111
+ # The host to dial to initiate a connection from the egress node to this resource.
112
112
  attr_accessor :hostname
113
113
  # Unique identifier of the Resource.
114
114
  attr_accessor :id
115
115
  # Unique human-readable name of the Resource.
116
116
  attr_accessor :name
117
-
117
+ # The password to authenticate with.
118
118
  attr_accessor :password
119
-
119
+ # The port to dial to initiate a connection from the egress node to this resource.
120
120
  attr_accessor :port
121
-
121
+ # The local port used by clients to connect to this resource.
122
122
  attr_accessor :port_override
123
123
  # ID of the secret store containing credentials for this resource, if any.
124
124
  attr_accessor :secret_store_id
@@ -126,7 +126,7 @@ module SDM
126
126
  attr_accessor :subdomain
127
127
  # Tags is a map of key, value pairs.
128
128
  attr_accessor :tags
129
-
129
+ # The username to authenticate with.
130
130
  attr_accessor :username
131
131
 
132
132
  def initialize(
@@ -171,7 +171,7 @@ module SDM
171
171
  end
172
172
 
173
173
  class AKSServiceAccount
174
- # Bind interface
174
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
175
175
  attr_accessor :bind_interface
176
176
  # A filter applied to the routing logic to pin datasource to nodes.
177
177
  attr_accessor :egress_filter
@@ -179,19 +179,19 @@ module SDM
179
179
  attr_accessor :healthcheck_namespace
180
180
  # True if the datasource is reachable and the credentials are valid.
181
181
  attr_accessor :healthy
182
-
182
+ # The host to dial to initiate a connection from the egress node to this resource.
183
183
  attr_accessor :hostname
184
184
  # Unique identifier of the Resource.
185
185
  attr_accessor :id
186
186
  # Unique human-readable name of the Resource.
187
187
  attr_accessor :name
188
-
188
+ # The port to dial to initiate a connection from the egress node to this resource.
189
189
  attr_accessor :port
190
-
190
+ # The local port used by clients to connect to this resource.
191
191
  attr_accessor :port_override
192
-
192
+ # The ID of the remote identity group to use for remote identity connections.
193
193
  attr_accessor :remote_identity_group_id
194
-
194
+ # The username to use for healthchecks, when clients otherwise connect with their own remote identity username.
195
195
  attr_accessor :remote_identity_healthcheck_username
196
196
  # ID of the secret store containing credentials for this resource, if any.
197
197
  attr_accessor :secret_store_id
@@ -199,7 +199,7 @@ module SDM
199
199
  attr_accessor :subdomain
200
200
  # Tags is a map of key, value pairs.
201
201
  attr_accessor :tags
202
-
202
+ # The API token to authenticate with.
203
203
  attr_accessor :token
204
204
 
205
205
  def initialize(
@@ -246,7 +246,7 @@ module SDM
246
246
  end
247
247
 
248
248
  class AKSServiceAccountUserImpersonation
249
- # Bind interface
249
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
250
250
  attr_accessor :bind_interface
251
251
  # A filter applied to the routing logic to pin datasource to nodes.
252
252
  attr_accessor :egress_filter
@@ -254,15 +254,15 @@ module SDM
254
254
  attr_accessor :healthcheck_namespace
255
255
  # True if the datasource is reachable and the credentials are valid.
256
256
  attr_accessor :healthy
257
-
257
+ # The host to dial to initiate a connection from the egress node to this resource.
258
258
  attr_accessor :hostname
259
259
  # Unique identifier of the Resource.
260
260
  attr_accessor :id
261
261
  # Unique human-readable name of the Resource.
262
262
  attr_accessor :name
263
-
263
+ # The port to dial to initiate a connection from the egress node to this resource.
264
264
  attr_accessor :port
265
-
265
+ # The local port used by clients to connect to this resource.
266
266
  attr_accessor :port_override
267
267
  # ID of the secret store containing credentials for this resource, if any.
268
268
  attr_accessor :secret_store_id
@@ -270,7 +270,7 @@ module SDM
270
270
  attr_accessor :subdomain
271
271
  # Tags is a map of key, value pairs.
272
272
  attr_accessor :tags
273
-
273
+ # The API token to authenticate with.
274
274
  attr_accessor :token
275
275
 
276
276
  def initialize(
@@ -313,13 +313,13 @@ module SDM
313
313
  end
314
314
 
315
315
  class AKSUserImpersonation
316
- # Bind interface
316
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
317
317
  attr_accessor :bind_interface
318
-
318
+ # The CA to authenticate TLS connections with.
319
319
  attr_accessor :certificate_authority
320
-
320
+ # The certificate to authenticate TLS connections with.
321
321
  attr_accessor :client_certificate
322
-
322
+ # The key to authenticate TLS connections with.
323
323
  attr_accessor :client_key
324
324
  # A filter applied to the routing logic to pin datasource to nodes.
325
325
  attr_accessor :egress_filter
@@ -327,15 +327,15 @@ module SDM
327
327
  attr_accessor :healthcheck_namespace
328
328
  # True if the datasource is reachable and the credentials are valid.
329
329
  attr_accessor :healthy
330
-
330
+ # The host to dial to initiate a connection from the egress node to this resource.
331
331
  attr_accessor :hostname
332
332
  # Unique identifier of the Resource.
333
333
  attr_accessor :id
334
334
  # Unique human-readable name of the Resource.
335
335
  attr_accessor :name
336
-
336
+ # The port to dial to initiate a connection from the egress node to this resource.
337
337
  attr_accessor :port
338
-
338
+ # The local port used by clients to connect to this resource.
339
339
  attr_accessor :port_override
340
340
  # ID of the secret store containing credentials for this resource, if any.
341
341
  attr_accessor :secret_store_id
@@ -388,12 +388,13 @@ module SDM
388
388
  end
389
389
 
390
390
  class AWS
391
+ # The Access Key ID to use to authenticate.
391
392
  attr_accessor :access_key
392
- # Bind interface
393
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
393
394
  attr_accessor :bind_interface
394
395
  # A filter applied to the routing logic to pin datasource to nodes.
395
396
  attr_accessor :egress_filter
396
-
397
+ # The AWS region healthcheck requests should attempt to connect to.
397
398
  attr_accessor :healthcheck_region
398
399
  # True if the datasource is reachable and the credentials are valid.
399
400
  attr_accessor :healthy
@@ -401,13 +402,13 @@ module SDM
401
402
  attr_accessor :id
402
403
  # Unique human-readable name of the Resource.
403
404
  attr_accessor :name
404
-
405
+ # The local port used by clients to connect to this resource.
405
406
  attr_accessor :port_override
406
-
407
+ # The role to assume after logging in.
407
408
  attr_accessor :role_arn
408
-
409
+ # The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
409
410
  attr_accessor :role_external_id
410
-
411
+ # The Secret Access Key to use to authenticate.
411
412
  attr_accessor :secret_access_key
412
413
  # ID of the secret store containing credentials for this resource, if any.
413
414
  attr_accessor :secret_store_id
@@ -459,11 +460,11 @@ module SDM
459
460
 
460
461
  # AWSConsole is currently unstable, and its API may change, or it may be removed, without a major version bump.
461
462
  class AWSConsole
462
- # Bind interface
463
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
463
464
  attr_accessor :bind_interface
464
465
  # A filter applied to the routing logic to pin datasource to nodes.
465
466
  attr_accessor :egress_filter
466
-
467
+ # If true, prefer environment variables to authenticate connection even if EC2 roles are configured.
467
468
  attr_accessor :enable_env_variables
468
469
  # True if the datasource is reachable and the credentials are valid.
469
470
  attr_accessor :healthy
@@ -471,23 +472,23 @@ module SDM
471
472
  attr_accessor :id
472
473
  # Unique human-readable name of the Resource.
473
474
  attr_accessor :name
474
-
475
+ # The local port used by clients to connect to this resource.
475
476
  attr_accessor :port_override
476
-
477
+ # The AWS region to connect to.
477
478
  attr_accessor :region
478
-
479
+ # The ID of the remote identity group to use for remote identity connections.
479
480
  attr_accessor :remote_identity_group_id
480
-
481
+ # The username to use for healthchecks, when clients otherwise connect with their own remote identity username.
481
482
  attr_accessor :remote_identity_healthcheck_username
482
-
483
+ # The role to assume after logging in.
483
484
  attr_accessor :role_arn
484
-
485
+ # The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
485
486
  attr_accessor :role_external_id
486
487
  # ID of the secret store containing credentials for this resource, if any.
487
488
  attr_accessor :secret_store_id
488
-
489
+ # The length of time in seconds AWS console sessions will live before needing to reauthenticate.
489
490
  attr_accessor :session_expiry
490
-
491
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
491
492
  attr_accessor :subdomain
492
493
  # Tags is a map of key, value pairs.
493
494
  attr_accessor :tags
@@ -539,8 +540,9 @@ module SDM
539
540
 
540
541
  # AWSConsoleStaticKeyPair is currently unstable, and its API may change, or it may be removed, without a major version bump.
541
542
  class AWSConsoleStaticKeyPair
543
+ # The Access Key ID to authenticate with.
542
544
  attr_accessor :access_key
543
- # Bind interface
545
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
544
546
  attr_accessor :bind_interface
545
547
  # A filter applied to the routing logic to pin datasource to nodes.
546
548
  attr_accessor :egress_filter
@@ -550,25 +552,25 @@ module SDM
550
552
  attr_accessor :id
551
553
  # Unique human-readable name of the Resource.
552
554
  attr_accessor :name
553
-
555
+ # The local port used by clients to connect to this resource.
554
556
  attr_accessor :port_override
555
-
557
+ # The AWS region to connect to.
556
558
  attr_accessor :region
557
-
559
+ # The ID of the remote identity group to use for remote identity connections.
558
560
  attr_accessor :remote_identity_group_id
559
-
561
+ # The username to use for healthchecks, when clients otherwise connect with their own remote identity username.
560
562
  attr_accessor :remote_identity_healthcheck_username
561
-
563
+ # The role to assume after logging in.
562
564
  attr_accessor :role_arn
563
-
565
+ # The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
564
566
  attr_accessor :role_external_id
565
-
567
+ # The Secret Access Key to authenticate with.
566
568
  attr_accessor :secret_access_key
567
569
  # ID of the secret store containing credentials for this resource, if any.
568
570
  attr_accessor :secret_store_id
569
-
571
+ # The length of time in seconds AWS console sessions will live before needing to reauthenticate.
570
572
  attr_accessor :session_expiry
571
-
573
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
572
574
  attr_accessor :subdomain
573
575
  # Tags is a map of key, value pairs.
574
576
  attr_accessor :tags
@@ -625,7 +627,7 @@ module SDM
625
627
  attr_accessor :id
626
628
  # Unique human-readable name of the SecretStore.
627
629
  attr_accessor :name
628
-
630
+ # The AWS region to target e.g. us-east-1
629
631
  attr_accessor :region
630
632
  # Tags is a map of key, value pairs.
631
633
  attr_accessor :tags
@@ -1368,16 +1370,17 @@ module SDM
1368
1370
  end
1369
1371
 
1370
1372
  class AmazonEKS
1373
+ # The Access Key ID to use to authenticate.
1371
1374
  attr_accessor :access_key
1372
- # Bind interface
1375
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1373
1376
  attr_accessor :bind_interface
1374
-
1377
+ # The CA to authenticate TLS connections with.
1375
1378
  attr_accessor :certificate_authority
1376
-
1379
+ # The name of the cluster to connect to.
1377
1380
  attr_accessor :cluster_name
1378
1381
  # A filter applied to the routing logic to pin datasource to nodes.
1379
1382
  attr_accessor :egress_filter
1380
-
1383
+ # The endpoint to dial.
1381
1384
  attr_accessor :endpoint
1382
1385
  # The path used to check the health of your connection. Defaults to `default`.
1383
1386
  attr_accessor :healthcheck_namespace
@@ -1387,19 +1390,19 @@ module SDM
1387
1390
  attr_accessor :id
1388
1391
  # Unique human-readable name of the Resource.
1389
1392
  attr_accessor :name
1390
-
1393
+ # The local port used by clients to connect to this resource.
1391
1394
  attr_accessor :port_override
1392
-
1395
+ # The AWS region to connect to e.g. us-east-1.
1393
1396
  attr_accessor :region
1394
-
1397
+ # The ID of the remote identity group to use for remote identity connections.
1395
1398
  attr_accessor :remote_identity_group_id
1396
-
1399
+ # The username to use for healthchecks, when clients otherwise connect with their own remote identity username.
1397
1400
  attr_accessor :remote_identity_healthcheck_username
1398
-
1401
+ # The role to assume after logging in.
1399
1402
  attr_accessor :role_arn
1400
-
1403
+ # The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
1401
1404
  attr_accessor :role_external_id
1402
-
1405
+ # The Secret Access Key to use to authenticate.
1403
1406
  attr_accessor :secret_access_key
1404
1407
  # ID of the secret store containing credentials for this resource, if any.
1405
1408
  attr_accessor :secret_store_id
@@ -1462,15 +1465,15 @@ module SDM
1462
1465
  end
1463
1466
 
1464
1467
  class AmazonEKSInstanceProfile
1465
- # Bind interface
1468
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1466
1469
  attr_accessor :bind_interface
1467
-
1470
+ # The CA to authenticate TLS connections with.
1468
1471
  attr_accessor :certificate_authority
1469
-
1472
+ # The name of the cluster to connect to.
1470
1473
  attr_accessor :cluster_name
1471
1474
  # A filter applied to the routing logic to pin datasource to nodes.
1472
1475
  attr_accessor :egress_filter
1473
-
1476
+ # The endpoint to dial.
1474
1477
  attr_accessor :endpoint
1475
1478
  # The path used to check the health of your connection. Defaults to `default`.
1476
1479
  attr_accessor :healthcheck_namespace
@@ -1480,17 +1483,17 @@ module SDM
1480
1483
  attr_accessor :id
1481
1484
  # Unique human-readable name of the Resource.
1482
1485
  attr_accessor :name
1483
-
1486
+ # The local port used by clients to connect to this resource.
1484
1487
  attr_accessor :port_override
1485
-
1488
+ # The AWS region to connect to e.g. us-east-1.
1486
1489
  attr_accessor :region
1487
-
1490
+ # The ID of the remote identity group to use for remote identity connections.
1488
1491
  attr_accessor :remote_identity_group_id
1489
-
1492
+ # The username to use for healthchecks, when clients otherwise connect with their own remote identity username.
1490
1493
  attr_accessor :remote_identity_healthcheck_username
1491
-
1494
+ # The role to assume after logging in.
1492
1495
  attr_accessor :role_arn
1493
-
1496
+ # The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
1494
1497
  attr_accessor :role_external_id
1495
1498
  # ID of the secret store containing credentials for this resource, if any.
1496
1499
  attr_accessor :secret_store_id
@@ -1549,15 +1552,15 @@ module SDM
1549
1552
  end
1550
1553
 
1551
1554
  class AmazonEKSInstanceProfileUserImpersonation
1552
- # Bind interface
1555
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1553
1556
  attr_accessor :bind_interface
1554
-
1557
+ # The CA to authenticate TLS connections with.
1555
1558
  attr_accessor :certificate_authority
1556
-
1559
+ # The name of the cluster to connect to.
1557
1560
  attr_accessor :cluster_name
1558
1561
  # A filter applied to the routing logic to pin datasource to nodes.
1559
1562
  attr_accessor :egress_filter
1560
-
1563
+ # The endpoint to dial.
1561
1564
  attr_accessor :endpoint
1562
1565
  # The path used to check the health of your connection. Defaults to `default`.
1563
1566
  attr_accessor :healthcheck_namespace
@@ -1567,17 +1570,17 @@ module SDM
1567
1570
  attr_accessor :id
1568
1571
  # Unique human-readable name of the Resource.
1569
1572
  attr_accessor :name
1570
-
1573
+ # The local port used by clients to connect to this resource.
1571
1574
  attr_accessor :port_override
1572
-
1575
+ # The AWS region to connect to e.g. us-east-1.
1573
1576
  attr_accessor :region
1574
-
1577
+ # The ID of the remote identity group to use for remote identity connections.
1575
1578
  attr_accessor :remote_identity_group_id
1576
-
1579
+ # The username to use for healthchecks, when clients otherwise connect with their own remote identity username.
1577
1580
  attr_accessor :remote_identity_healthcheck_username
1578
-
1581
+ # The role to assume after logging in.
1579
1582
  attr_accessor :role_arn
1580
-
1583
+ # The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
1581
1584
  attr_accessor :role_external_id
1582
1585
  # ID of the secret store containing credentials for this resource, if any.
1583
1586
  attr_accessor :secret_store_id
@@ -1636,16 +1639,17 @@ module SDM
1636
1639
  end
1637
1640
 
1638
1641
  class AmazonEKSUserImpersonation
1642
+ # The Access Key ID to use to authenticate.
1639
1643
  attr_accessor :access_key
1640
- # Bind interface
1644
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1641
1645
  attr_accessor :bind_interface
1642
-
1646
+ # The CA to authenticate TLS connections with.
1643
1647
  attr_accessor :certificate_authority
1644
-
1648
+ # The name of the cluster to connect to.
1645
1649
  attr_accessor :cluster_name
1646
1650
  # A filter applied to the routing logic to pin datasource to nodes.
1647
1651
  attr_accessor :egress_filter
1648
-
1652
+ # The endpoint to dial.
1649
1653
  attr_accessor :endpoint
1650
1654
  # The path used to check the health of your connection. Defaults to `default`.
1651
1655
  attr_accessor :healthcheck_namespace
@@ -1655,15 +1659,15 @@ module SDM
1655
1659
  attr_accessor :id
1656
1660
  # Unique human-readable name of the Resource.
1657
1661
  attr_accessor :name
1658
-
1662
+ # The local port used by clients to connect to this resource.
1659
1663
  attr_accessor :port_override
1660
-
1664
+ # The AWS region to connect to e.g. us-east-1.
1661
1665
  attr_accessor :region
1662
-
1666
+ # The role to assume after logging in.
1663
1667
  attr_accessor :role_arn
1664
-
1668
+ # The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
1665
1669
  attr_accessor :role_external_id
1666
-
1670
+ # The Secret Access Key to use to authenticate.
1667
1671
  attr_accessor :secret_access_key
1668
1672
  # ID of the secret store containing credentials for this resource, if any.
1669
1673
  attr_accessor :secret_store_id
@@ -1722,12 +1726,13 @@ module SDM
1722
1726
  end
1723
1727
 
1724
1728
  class AmazonES
1729
+ # The Access Key ID to use to authenticate.
1725
1730
  attr_accessor :access_key
1726
- # Bind interface
1731
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1727
1732
  attr_accessor :bind_interface
1728
1733
  # A filter applied to the routing logic to pin datasource to nodes.
1729
1734
  attr_accessor :egress_filter
1730
-
1735
+ # The endpoint to dial e.g. search-?.region.es.amazonaws.com"
1731
1736
  attr_accessor :endpoint
1732
1737
  # True if the datasource is reachable and the credentials are valid.
1733
1738
  attr_accessor :healthy
@@ -1735,15 +1740,15 @@ module SDM
1735
1740
  attr_accessor :id
1736
1741
  # Unique human-readable name of the Resource.
1737
1742
  attr_accessor :name
1738
-
1743
+ # The local port used by clients to connect to this resource.
1739
1744
  attr_accessor :port_override
1740
-
1745
+ # The AWS region to connect to e.g. us-east-1.
1741
1746
  attr_accessor :region
1742
-
1747
+ # The role to assume after logging in.
1743
1748
  attr_accessor :role_arn
1744
-
1749
+ # The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
1745
1750
  attr_accessor :role_external_id
1746
-
1751
+ # The Secret Access Key to use to authenticate.
1747
1752
  attr_accessor :secret_access_key
1748
1753
  # ID of the secret store containing credentials for this resource, if any.
1749
1754
  attr_accessor :secret_store_id
@@ -1796,23 +1801,23 @@ module SDM
1796
1801
  end
1797
1802
 
1798
1803
  class AmazonMQAMQP091
1799
- # Bind interface
1804
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1800
1805
  attr_accessor :bind_interface
1801
1806
  # A filter applied to the routing logic to pin datasource to nodes.
1802
1807
  attr_accessor :egress_filter
1803
1808
  # True if the datasource is reachable and the credentials are valid.
1804
1809
  attr_accessor :healthy
1805
-
1810
+ # The host to dial to initiate a connection from the egress node to this resource.
1806
1811
  attr_accessor :hostname
1807
1812
  # Unique identifier of the Resource.
1808
1813
  attr_accessor :id
1809
1814
  # Unique human-readable name of the Resource.
1810
1815
  attr_accessor :name
1811
-
1816
+ # The password to authenticate with.
1812
1817
  attr_accessor :password
1813
-
1818
+ # The port to dial to initiate a connection from the egress node to this resource.
1814
1819
  attr_accessor :port
1815
-
1820
+ # The local port used by clients to connect to this resource.
1816
1821
  attr_accessor :port_override
1817
1822
  # ID of the secret store containing credentials for this resource, if any.
1818
1823
  attr_accessor :secret_store_id
@@ -1820,9 +1825,9 @@ module SDM
1820
1825
  attr_accessor :subdomain
1821
1826
  # Tags is a map of key, value pairs.
1822
1827
  attr_accessor :tags
1823
-
1828
+ # If set, TLS must be used to connect to this resource.
1824
1829
  attr_accessor :tls_required
1825
-
1830
+ # The username to authenticate with.
1826
1831
  attr_accessor :username
1827
1832
 
1828
1833
  def initialize(
@@ -1867,8 +1872,9 @@ module SDM
1867
1872
  end
1868
1873
 
1869
1874
  class Athena
1875
+ # The Access Key ID to use to authenticate.
1870
1876
  attr_accessor :access_key
1871
- # Bind interface
1877
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1872
1878
  attr_accessor :bind_interface
1873
1879
  # A filter applied to the routing logic to pin datasource to nodes.
1874
1880
  attr_accessor :egress_filter
@@ -1878,17 +1884,17 @@ module SDM
1878
1884
  attr_accessor :id
1879
1885
  # Unique human-readable name of the Resource.
1880
1886
  attr_accessor :name
1881
-
1887
+ # The AWS S3 output location.
1882
1888
  attr_accessor :output
1883
-
1889
+ # The local port used by clients to connect to this resource.
1884
1890
  attr_accessor :port_override
1885
-
1891
+ # The AWS region to connect to e.g. us-east-1.
1886
1892
  attr_accessor :region
1887
-
1893
+ # The role to assume after logging in.
1888
1894
  attr_accessor :role_arn
1889
-
1895
+ # The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
1890
1896
  attr_accessor :role_external_id
1891
-
1897
+ # The Secret Access Key to use to authenticate.
1892
1898
  attr_accessor :secret_access_key
1893
1899
  # ID of the secret store containing credentials for this resource, if any.
1894
1900
  attr_accessor :secret_store_id
@@ -1941,27 +1947,27 @@ module SDM
1941
1947
  end
1942
1948
 
1943
1949
  class AuroraMysql
1944
- # Bind interface
1950
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1945
1951
  attr_accessor :bind_interface
1946
-
1952
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
1947
1953
  attr_accessor :database
1948
1954
  # A filter applied to the routing logic to pin datasource to nodes.
1949
1955
  attr_accessor :egress_filter
1950
1956
  # True if the datasource is reachable and the credentials are valid.
1951
1957
  attr_accessor :healthy
1952
-
1958
+ # The host to dial to initiate a connection from the egress node to this resource.
1953
1959
  attr_accessor :hostname
1954
1960
  # Unique identifier of the Resource.
1955
1961
  attr_accessor :id
1956
1962
  # Unique human-readable name of the Resource.
1957
1963
  attr_accessor :name
1958
-
1964
+ # The password to authenticate with.
1959
1965
  attr_accessor :password
1960
-
1966
+ # The port to dial to initiate a connection from the egress node to this resource.
1961
1967
  attr_accessor :port
1962
-
1968
+ # The local port used by clients to connect to this resource.
1963
1969
  attr_accessor :port_override
1964
-
1970
+ # Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
1965
1971
  attr_accessor :require_native_auth
1966
1972
  # ID of the secret store containing credentials for this resource, if any.
1967
1973
  attr_accessor :secret_store_id
@@ -1969,9 +1975,9 @@ module SDM
1969
1975
  attr_accessor :subdomain
1970
1976
  # Tags is a map of key, value pairs.
1971
1977
  attr_accessor :tags
1972
-
1978
+ # If true, appends the hostname to the username when hitting a database.azure.com address
1973
1979
  attr_accessor :use_azure_single_server_usernames
1974
-
1980
+ # The username to authenticate with.
1975
1981
  attr_accessor :username
1976
1982
 
1977
1983
  def initialize(
@@ -2020,27 +2026,27 @@ module SDM
2020
2026
  end
2021
2027
 
2022
2028
  class AuroraPostgres
2023
- # Bind interface
2029
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2024
2030
  attr_accessor :bind_interface
2025
-
2031
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
2026
2032
  attr_accessor :database
2027
2033
  # A filter applied to the routing logic to pin datasource to nodes.
2028
2034
  attr_accessor :egress_filter
2029
2035
  # True if the datasource is reachable and the credentials are valid.
2030
2036
  attr_accessor :healthy
2031
-
2037
+ # The host to dial to initiate a connection from the egress node to this resource.
2032
2038
  attr_accessor :hostname
2033
2039
  # Unique identifier of the Resource.
2034
2040
  attr_accessor :id
2035
2041
  # Unique human-readable name of the Resource.
2036
2042
  attr_accessor :name
2037
-
2043
+ # If set, the database configured cannot be changed by users. This setting is not recommended for most use cases, as some clients will insist their database has changed when it has not, leading to user confusion.
2038
2044
  attr_accessor :override_database
2039
-
2045
+ # The password to authenticate with.
2040
2046
  attr_accessor :password
2041
-
2047
+ # The port to dial to initiate a connection from the egress node to this resource.
2042
2048
  attr_accessor :port
2043
-
2049
+ # The local port used by clients to connect to this resource.
2044
2050
  attr_accessor :port_override
2045
2051
  # ID of the secret store containing credentials for this resource, if any.
2046
2052
  attr_accessor :secret_store_id
@@ -2048,7 +2054,7 @@ module SDM
2048
2054
  attr_accessor :subdomain
2049
2055
  # Tags is a map of key, value pairs.
2050
2056
  attr_accessor :tags
2051
-
2057
+ # The username to authenticate with.
2052
2058
  attr_accessor :username
2053
2059
 
2054
2060
  def initialize(
@@ -2095,8 +2101,9 @@ module SDM
2095
2101
  end
2096
2102
 
2097
2103
  class Azure
2104
+ # The application ID to authenticate with.
2098
2105
  attr_accessor :app_id
2099
- # Bind interface
2106
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2100
2107
  attr_accessor :bind_interface
2101
2108
  # A filter applied to the routing logic to pin datasource to nodes.
2102
2109
  attr_accessor :egress_filter
@@ -2106,9 +2113,9 @@ module SDM
2106
2113
  attr_accessor :id
2107
2114
  # Unique human-readable name of the Resource.
2108
2115
  attr_accessor :name
2109
-
2116
+ # The password to authenticate with.
2110
2117
  attr_accessor :password
2111
-
2118
+ # The local port used by clients to connect to this resource.
2112
2119
  attr_accessor :port_override
2113
2120
  # ID of the secret store containing credentials for this resource, if any.
2114
2121
  attr_accessor :secret_store_id
@@ -2116,7 +2123,7 @@ module SDM
2116
2123
  attr_accessor :subdomain
2117
2124
  # Tags is a map of key, value pairs.
2118
2125
  attr_accessor :tags
2119
-
2126
+ # The tenant ID to authenticate to.
2120
2127
  attr_accessor :tenant_id
2121
2128
 
2122
2129
  def initialize(
@@ -2157,10 +2164,11 @@ module SDM
2157
2164
  end
2158
2165
 
2159
2166
  class AzureCertificate
2167
+ # The application ID to authenticate with.
2160
2168
  attr_accessor :app_id
2161
- # Bind interface
2169
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2162
2170
  attr_accessor :bind_interface
2163
-
2171
+ # The service Principal certificate file, both private and public key included.
2164
2172
  attr_accessor :client_certificate
2165
2173
  # A filter applied to the routing logic to pin datasource to nodes.
2166
2174
  attr_accessor :egress_filter
@@ -2170,7 +2178,7 @@ module SDM
2170
2178
  attr_accessor :id
2171
2179
  # Unique human-readable name of the Resource.
2172
2180
  attr_accessor :name
2173
-
2181
+ # The local port used by clients to connect to this resource.
2174
2182
  attr_accessor :port_override
2175
2183
  # ID of the secret store containing credentials for this resource, if any.
2176
2184
  attr_accessor :secret_store_id
@@ -2178,7 +2186,7 @@ module SDM
2178
2186
  attr_accessor :subdomain
2179
2187
  # Tags is a map of key, value pairs.
2180
2188
  attr_accessor :tags
2181
-
2189
+ # The tenant ID to authenticate to.
2182
2190
  attr_accessor :tenant_id
2183
2191
 
2184
2192
  def initialize(
@@ -2219,27 +2227,27 @@ module SDM
2219
2227
  end
2220
2228
 
2221
2229
  class AzureMysql
2222
- # Bind interface
2230
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2223
2231
  attr_accessor :bind_interface
2224
-
2232
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
2225
2233
  attr_accessor :database
2226
2234
  # A filter applied to the routing logic to pin datasource to nodes.
2227
2235
  attr_accessor :egress_filter
2228
2236
  # True if the datasource is reachable and the credentials are valid.
2229
2237
  attr_accessor :healthy
2230
-
2238
+ # The host to dial to initiate a connection from the egress node to this resource.
2231
2239
  attr_accessor :hostname
2232
2240
  # Unique identifier of the Resource.
2233
2241
  attr_accessor :id
2234
2242
  # Unique human-readable name of the Resource.
2235
2243
  attr_accessor :name
2236
-
2244
+ # The password to authenticate with.
2237
2245
  attr_accessor :password
2238
-
2246
+ # The port to dial to initiate a connection from the egress node to this resource.
2239
2247
  attr_accessor :port
2240
-
2248
+ # The local port used by clients to connect to this resource.
2241
2249
  attr_accessor :port_override
2242
-
2250
+ # Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
2243
2251
  attr_accessor :require_native_auth
2244
2252
  # ID of the secret store containing credentials for this resource, if any.
2245
2253
  attr_accessor :secret_store_id
@@ -2247,9 +2255,9 @@ module SDM
2247
2255
  attr_accessor :subdomain
2248
2256
  # Tags is a map of key, value pairs.
2249
2257
  attr_accessor :tags
2250
-
2258
+ # If true, appends the hostname to the username when hitting a database.azure.com address
2251
2259
  attr_accessor :use_azure_single_server_usernames
2252
-
2260
+ # The username to authenticate with.
2253
2261
  attr_accessor :username
2254
2262
 
2255
2263
  def initialize(
@@ -2298,27 +2306,103 @@ module SDM
2298
2306
  end
2299
2307
 
2300
2308
  class AzurePostgres
2301
- # Bind interface
2309
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2302
2310
  attr_accessor :bind_interface
2303
-
2311
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
2304
2312
  attr_accessor :database
2305
2313
  # A filter applied to the routing logic to pin datasource to nodes.
2306
2314
  attr_accessor :egress_filter
2307
2315
  # True if the datasource is reachable and the credentials are valid.
2308
2316
  attr_accessor :healthy
2309
-
2317
+ # The host to dial to initiate a connection from the egress node to this resource.
2310
2318
  attr_accessor :hostname
2311
2319
  # Unique identifier of the Resource.
2312
2320
  attr_accessor :id
2313
2321
  # Unique human-readable name of the Resource.
2314
2322
  attr_accessor :name
2315
-
2323
+ # If set, the database configured cannot be changed by users. This setting is not recommended for most use cases, as some clients will insist their database has changed when it has not, leading to user confusion.
2316
2324
  attr_accessor :override_database
2317
-
2325
+ # The password to authenticate with.
2318
2326
  attr_accessor :password
2319
-
2327
+ # The port to dial to initiate a connection from the egress node to this resource.
2320
2328
  attr_accessor :port
2329
+ # The local port used by clients to connect to this resource.
2330
+ attr_accessor :port_override
2331
+ # ID of the secret store containing credentials for this resource, if any.
2332
+ attr_accessor :secret_store_id
2333
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2334
+ attr_accessor :subdomain
2335
+ # Tags is a map of key, value pairs.
2336
+ attr_accessor :tags
2337
+ # The username to authenticate with.
2338
+ attr_accessor :username
2321
2339
 
2340
+ def initialize(
2341
+ bind_interface: nil,
2342
+ database: nil,
2343
+ egress_filter: nil,
2344
+ healthy: nil,
2345
+ hostname: nil,
2346
+ id: nil,
2347
+ name: nil,
2348
+ override_database: nil,
2349
+ password: nil,
2350
+ port: nil,
2351
+ port_override: nil,
2352
+ secret_store_id: nil,
2353
+ subdomain: nil,
2354
+ tags: nil,
2355
+ username: nil
2356
+ )
2357
+ @bind_interface = bind_interface == nil ? "" : bind_interface
2358
+ @database = database == nil ? "" : database
2359
+ @egress_filter = egress_filter == nil ? "" : egress_filter
2360
+ @healthy = healthy == nil ? false : healthy
2361
+ @hostname = hostname == nil ? "" : hostname
2362
+ @id = id == nil ? "" : id
2363
+ @name = name == nil ? "" : name
2364
+ @override_database = override_database == nil ? false : override_database
2365
+ @password = password == nil ? "" : password
2366
+ @port = port == nil ? 0 : port
2367
+ @port_override = port_override == nil ? 0 : port_override
2368
+ @secret_store_id = secret_store_id == nil ? "" : secret_store_id
2369
+ @subdomain = subdomain == nil ? "" : subdomain
2370
+ @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
2371
+ @username = username == nil ? "" : username
2372
+ end
2373
+
2374
+ def to_json(options = {})
2375
+ hash = {}
2376
+ self.instance_variables.each do |var|
2377
+ hash[var.id2name.delete_prefix("@")] = self.instance_variable_get var
2378
+ end
2379
+ hash.to_json
2380
+ end
2381
+ end
2382
+
2383
+ # AzurePostgresFlexible is currently unstable, and its API may change, or it may be removed, without a major version bump.
2384
+ class AzurePostgresFlexible
2385
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2386
+ attr_accessor :bind_interface
2387
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
2388
+ attr_accessor :database
2389
+ # A filter applied to the routing logic to pin datasource to nodes.
2390
+ attr_accessor :egress_filter
2391
+ # True if the datasource is reachable and the credentials are valid.
2392
+ attr_accessor :healthy
2393
+ # The host to dial to initiate a connection from the egress node to this resource.
2394
+ attr_accessor :hostname
2395
+ # Unique identifier of the Resource.
2396
+ attr_accessor :id
2397
+ # Unique human-readable name of the Resource.
2398
+ attr_accessor :name
2399
+ # If set, the database configured cannot be changed by users. This setting is not recommended for most use cases, as some clients will insist their database has changed when it has not, leading to user confusion.
2400
+ attr_accessor :override_database
2401
+ # The password to authenticate with.
2402
+ attr_accessor :password
2403
+ # The port to dial to initiate a connection from the egress node to this resource.
2404
+ attr_accessor :port
2405
+ # The local port used by clients to connect to this resource.
2322
2406
  attr_accessor :port_override
2323
2407
  # ID of the secret store containing credentials for this resource, if any.
2324
2408
  attr_accessor :secret_store_id
@@ -2326,7 +2410,83 @@ module SDM
2326
2410
  attr_accessor :subdomain
2327
2411
  # Tags is a map of key, value pairs.
2328
2412
  attr_accessor :tags
2413
+ # The username to authenticate with.
2414
+ attr_accessor :username
2415
+
2416
+ def initialize(
2417
+ bind_interface: nil,
2418
+ database: nil,
2419
+ egress_filter: nil,
2420
+ healthy: nil,
2421
+ hostname: nil,
2422
+ id: nil,
2423
+ name: nil,
2424
+ override_database: nil,
2425
+ password: nil,
2426
+ port: nil,
2427
+ port_override: nil,
2428
+ secret_store_id: nil,
2429
+ subdomain: nil,
2430
+ tags: nil,
2431
+ username: nil
2432
+ )
2433
+ @bind_interface = bind_interface == nil ? "" : bind_interface
2434
+ @database = database == nil ? "" : database
2435
+ @egress_filter = egress_filter == nil ? "" : egress_filter
2436
+ @healthy = healthy == nil ? false : healthy
2437
+ @hostname = hostname == nil ? "" : hostname
2438
+ @id = id == nil ? "" : id
2439
+ @name = name == nil ? "" : name
2440
+ @override_database = override_database == nil ? false : override_database
2441
+ @password = password == nil ? "" : password
2442
+ @port = port == nil ? 0 : port
2443
+ @port_override = port_override == nil ? 0 : port_override
2444
+ @secret_store_id = secret_store_id == nil ? "" : secret_store_id
2445
+ @subdomain = subdomain == nil ? "" : subdomain
2446
+ @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
2447
+ @username = username == nil ? "" : username
2448
+ end
2449
+
2450
+ def to_json(options = {})
2451
+ hash = {}
2452
+ self.instance_variables.each do |var|
2453
+ hash[var.id2name.delete_prefix("@")] = self.instance_variable_get var
2454
+ end
2455
+ hash.to_json
2456
+ end
2457
+ end
2329
2458
 
2459
+ # AzurePostgresSingle is currently unstable, and its API may change, or it may be removed, without a major version bump.
2460
+ class AzurePostgresSingle
2461
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2462
+ attr_accessor :bind_interface
2463
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
2464
+ attr_accessor :database
2465
+ # A filter applied to the routing logic to pin datasource to nodes.
2466
+ attr_accessor :egress_filter
2467
+ # True if the datasource is reachable and the credentials are valid.
2468
+ attr_accessor :healthy
2469
+ # The host to dial to initiate a connection from the egress node to this resource.
2470
+ attr_accessor :hostname
2471
+ # Unique identifier of the Resource.
2472
+ attr_accessor :id
2473
+ # Unique human-readable name of the Resource.
2474
+ attr_accessor :name
2475
+ # If set, the database configured cannot be changed by users. This setting is not recommended for most use cases, as some clients will insist their database has changed when it has not, leading to user confusion.
2476
+ attr_accessor :override_database
2477
+ # The password to authenticate with.
2478
+ attr_accessor :password
2479
+ # The port to dial to initiate a connection from the egress node to this resource.
2480
+ attr_accessor :port
2481
+ # The local port used by clients to connect to this resource.
2482
+ attr_accessor :port_override
2483
+ # ID of the secret store containing credentials for this resource, if any.
2484
+ attr_accessor :secret_store_id
2485
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2486
+ attr_accessor :subdomain
2487
+ # Tags is a map of key, value pairs.
2488
+ attr_accessor :tags
2489
+ # The username to authenticate with.
2330
2490
  attr_accessor :username
2331
2491
 
2332
2492
  def initialize(
@@ -2379,7 +2539,7 @@ module SDM
2379
2539
  attr_accessor :name
2380
2540
  # Tags is a map of key, value pairs.
2381
2541
  attr_accessor :tags
2382
-
2542
+ # The URI of the key vault to target e.g. https://myvault.vault.azure.net
2383
2543
  attr_accessor :vault_uri
2384
2544
 
2385
2545
  def initialize(
@@ -2404,11 +2564,11 @@ module SDM
2404
2564
  end
2405
2565
 
2406
2566
  class BigQuery
2407
- # Bind interface
2567
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2408
2568
  attr_accessor :bind_interface
2409
2569
  # A filter applied to the routing logic to pin datasource to nodes.
2410
2570
  attr_accessor :egress_filter
2411
-
2571
+ # The endpoint to dial.
2412
2572
  attr_accessor :endpoint
2413
2573
  # True if the datasource is reachable and the credentials are valid.
2414
2574
  attr_accessor :healthy
@@ -2416,11 +2576,11 @@ module SDM
2416
2576
  attr_accessor :id
2417
2577
  # Unique human-readable name of the Resource.
2418
2578
  attr_accessor :name
2419
-
2579
+ # The local port used by clients to connect to this resource.
2420
2580
  attr_accessor :port_override
2421
-
2581
+ # The JSON Private key to authenticate with.
2422
2582
  attr_accessor :private_key
2423
-
2583
+ # The project to connect to.
2424
2584
  attr_accessor :project
2425
2585
  # ID of the secret store containing credentials for this resource, if any.
2426
2586
  attr_accessor :secret_store_id
@@ -2428,7 +2588,7 @@ module SDM
2428
2588
  attr_accessor :subdomain
2429
2589
  # Tags is a map of key, value pairs.
2430
2590
  attr_accessor :tags
2431
-
2591
+ # The username to authenticate with.
2432
2592
  attr_accessor :username
2433
2593
 
2434
2594
  def initialize(
@@ -2471,23 +2631,23 @@ module SDM
2471
2631
  end
2472
2632
 
2473
2633
  class Cassandra
2474
- # Bind interface
2634
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2475
2635
  attr_accessor :bind_interface
2476
2636
  # A filter applied to the routing logic to pin datasource to nodes.
2477
2637
  attr_accessor :egress_filter
2478
2638
  # True if the datasource is reachable and the credentials are valid.
2479
2639
  attr_accessor :healthy
2480
-
2640
+ # The host to dial to initiate a connection from the egress node to this resource.
2481
2641
  attr_accessor :hostname
2482
2642
  # Unique identifier of the Resource.
2483
2643
  attr_accessor :id
2484
2644
  # Unique human-readable name of the Resource.
2485
2645
  attr_accessor :name
2486
-
2646
+ # The password to authenticate with.
2487
2647
  attr_accessor :password
2488
-
2648
+ # The port to dial to initiate a connection from the egress node to this resource.
2489
2649
  attr_accessor :port
2490
-
2650
+ # The local port used by clients to connect to this resource.
2491
2651
  attr_accessor :port_override
2492
2652
  # ID of the secret store containing credentials for this resource, if any.
2493
2653
  attr_accessor :secret_store_id
@@ -2495,9 +2655,9 @@ module SDM
2495
2655
  attr_accessor :subdomain
2496
2656
  # Tags is a map of key, value pairs.
2497
2657
  attr_accessor :tags
2498
-
2658
+ # If set, TLS must be used to connect to this resource.
2499
2659
  attr_accessor :tls_required
2500
-
2660
+ # The username to authenticate with.
2501
2661
  attr_accessor :username
2502
2662
 
2503
2663
  def initialize(
@@ -2542,27 +2702,27 @@ module SDM
2542
2702
  end
2543
2703
 
2544
2704
  class Citus
2545
- # Bind interface
2705
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2546
2706
  attr_accessor :bind_interface
2547
-
2707
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
2548
2708
  attr_accessor :database
2549
2709
  # A filter applied to the routing logic to pin datasource to nodes.
2550
2710
  attr_accessor :egress_filter
2551
2711
  # True if the datasource is reachable and the credentials are valid.
2552
2712
  attr_accessor :healthy
2553
-
2713
+ # The host to dial to initiate a connection from the egress node to this resource.
2554
2714
  attr_accessor :hostname
2555
2715
  # Unique identifier of the Resource.
2556
2716
  attr_accessor :id
2557
2717
  # Unique human-readable name of the Resource.
2558
2718
  attr_accessor :name
2559
-
2719
+ # If set, the database configured cannot be changed by users. This setting is not recommended for most use cases, as some clients will insist their database has changed when it has not, leading to user confusion.
2560
2720
  attr_accessor :override_database
2561
-
2721
+ # The password to authenticate with.
2562
2722
  attr_accessor :password
2563
-
2723
+ # The port to dial to initiate a connection from the egress node to this resource.
2564
2724
  attr_accessor :port
2565
-
2725
+ # The local port used by clients to connect to this resource.
2566
2726
  attr_accessor :port_override
2567
2727
  # ID of the secret store containing credentials for this resource, if any.
2568
2728
  attr_accessor :secret_store_id
@@ -2570,7 +2730,7 @@ module SDM
2570
2730
  attr_accessor :subdomain
2571
2731
  # Tags is a map of key, value pairs.
2572
2732
  attr_accessor :tags
2573
-
2733
+ # The username to authenticate with.
2574
2734
  attr_accessor :username
2575
2735
 
2576
2736
  def initialize(
@@ -2617,27 +2777,27 @@ module SDM
2617
2777
  end
2618
2778
 
2619
2779
  class Clustrix
2620
- # Bind interface
2780
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2621
2781
  attr_accessor :bind_interface
2622
-
2782
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
2623
2783
  attr_accessor :database
2624
2784
  # A filter applied to the routing logic to pin datasource to nodes.
2625
2785
  attr_accessor :egress_filter
2626
2786
  # True if the datasource is reachable and the credentials are valid.
2627
2787
  attr_accessor :healthy
2628
-
2788
+ # The host to dial to initiate a connection from the egress node to this resource.
2629
2789
  attr_accessor :hostname
2630
2790
  # Unique identifier of the Resource.
2631
2791
  attr_accessor :id
2632
2792
  # Unique human-readable name of the Resource.
2633
2793
  attr_accessor :name
2634
-
2794
+ # The password to authenticate with.
2635
2795
  attr_accessor :password
2636
-
2796
+ # The port to dial to initiate a connection from the egress node to this resource.
2637
2797
  attr_accessor :port
2638
-
2798
+ # The local port used by clients to connect to this resource.
2639
2799
  attr_accessor :port_override
2640
-
2800
+ # Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
2641
2801
  attr_accessor :require_native_auth
2642
2802
  # ID of the secret store containing credentials for this resource, if any.
2643
2803
  attr_accessor :secret_store_id
@@ -2645,9 +2805,9 @@ module SDM
2645
2805
  attr_accessor :subdomain
2646
2806
  # Tags is a map of key, value pairs.
2647
2807
  attr_accessor :tags
2648
-
2808
+ # If true, appends the hostname to the username when hitting a database.azure.com address
2649
2809
  attr_accessor :use_azure_single_server_usernames
2650
-
2810
+ # The username to authenticate with.
2651
2811
  attr_accessor :username
2652
2812
 
2653
2813
  def initialize(
@@ -2696,27 +2856,27 @@ module SDM
2696
2856
  end
2697
2857
 
2698
2858
  class Cockroach
2699
- # Bind interface
2859
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2700
2860
  attr_accessor :bind_interface
2701
-
2861
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
2702
2862
  attr_accessor :database
2703
2863
  # A filter applied to the routing logic to pin datasource to nodes.
2704
2864
  attr_accessor :egress_filter
2705
2865
  # True if the datasource is reachable and the credentials are valid.
2706
2866
  attr_accessor :healthy
2707
-
2867
+ # The host to dial to initiate a connection from the egress node to this resource.
2708
2868
  attr_accessor :hostname
2709
2869
  # Unique identifier of the Resource.
2710
2870
  attr_accessor :id
2711
2871
  # Unique human-readable name of the Resource.
2712
2872
  attr_accessor :name
2713
-
2873
+ # If set, the database configured cannot be changed by users. This setting is not recommended for most use cases, as some clients will insist their database has changed when it has not, leading to user confusion.
2714
2874
  attr_accessor :override_database
2715
-
2875
+ # The password to authenticate with.
2716
2876
  attr_accessor :password
2717
-
2877
+ # The port to dial to initiate a connection from the egress node to this resource.
2718
2878
  attr_accessor :port
2719
-
2879
+ # The local port used by clients to connect to this resource.
2720
2880
  attr_accessor :port_override
2721
2881
  # ID of the secret store containing credentials for this resource, if any.
2722
2882
  attr_accessor :secret_store_id
@@ -2724,7 +2884,7 @@ module SDM
2724
2884
  attr_accessor :subdomain
2725
2885
  # Tags is a map of key, value pairs.
2726
2886
  attr_accessor :tags
2727
-
2887
+ # The username to authenticate with.
2728
2888
  attr_accessor :username
2729
2889
 
2730
2890
  def initialize(
@@ -2843,6 +3003,7 @@ module SDM
2843
3003
  end
2844
3004
 
2845
3005
  class CyberarkConjurStore
3006
+ # The URL of the Cyberark instance
2846
3007
  attr_accessor :appurl
2847
3008
  # Unique identifier of the SecretStore.
2848
3009
  attr_accessor :id
@@ -2874,6 +3035,7 @@ module SDM
2874
3035
 
2875
3036
  # CyberarkPAMExperimentalStore is currently unstable, and its API may change, or it may be removed, without a major version bump.
2876
3037
  class CyberarkPAMExperimentalStore
3038
+ # The URL of the Cyberark instance
2877
3039
  attr_accessor :appurl
2878
3040
  # Unique identifier of the SecretStore.
2879
3041
  attr_accessor :id
@@ -2904,6 +3066,7 @@ module SDM
2904
3066
  end
2905
3067
 
2906
3068
  class CyberarkPAMStore
3069
+ # The URL of the Cyberark instance
2907
3070
  attr_accessor :appurl
2908
3071
  # Unique identifier of the SecretStore.
2909
3072
  attr_accessor :id
@@ -2934,23 +3097,23 @@ module SDM
2934
3097
  end
2935
3098
 
2936
3099
  class DB2I
2937
- # Bind interface
3100
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2938
3101
  attr_accessor :bind_interface
2939
3102
  # A filter applied to the routing logic to pin datasource to nodes.
2940
3103
  attr_accessor :egress_filter
2941
3104
  # True if the datasource is reachable and the credentials are valid.
2942
3105
  attr_accessor :healthy
2943
-
3106
+ # The host to dial to initiate a connection from the egress node to this resource.
2944
3107
  attr_accessor :hostname
2945
3108
  # Unique identifier of the Resource.
2946
3109
  attr_accessor :id
2947
3110
  # Unique human-readable name of the Resource.
2948
3111
  attr_accessor :name
2949
-
3112
+ # The password to authenticate with.
2950
3113
  attr_accessor :password
2951
-
3114
+ # The port to dial to initiate a connection from the egress node to this resource.
2952
3115
  attr_accessor :port
2953
-
3116
+ # The local port used by clients to connect to this resource.
2954
3117
  attr_accessor :port_override
2955
3118
  # ID of the secret store containing credentials for this resource, if any.
2956
3119
  attr_accessor :secret_store_id
@@ -2958,9 +3121,9 @@ module SDM
2958
3121
  attr_accessor :subdomain
2959
3122
  # Tags is a map of key, value pairs.
2960
3123
  attr_accessor :tags
2961
-
3124
+ # If set, TLS must be used to connect to this resource.
2962
3125
  attr_accessor :tls_required
2963
-
3126
+ # The username to authenticate with.
2964
3127
  attr_accessor :username
2965
3128
 
2966
3129
  def initialize(
@@ -3005,25 +3168,25 @@ module SDM
3005
3168
  end
3006
3169
 
3007
3170
  class DB2LUW
3008
- # Bind interface
3171
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3009
3172
  attr_accessor :bind_interface
3010
-
3173
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
3011
3174
  attr_accessor :database
3012
3175
  # A filter applied to the routing logic to pin datasource to nodes.
3013
3176
  attr_accessor :egress_filter
3014
3177
  # True if the datasource is reachable and the credentials are valid.
3015
3178
  attr_accessor :healthy
3016
-
3179
+ # The host to dial to initiate a connection from the egress node to this resource.
3017
3180
  attr_accessor :hostname
3018
3181
  # Unique identifier of the Resource.
3019
3182
  attr_accessor :id
3020
3183
  # Unique human-readable name of the Resource.
3021
3184
  attr_accessor :name
3022
-
3185
+ # The password to authenticate with.
3023
3186
  attr_accessor :password
3024
-
3187
+ # The port to dial to initiate a connection from the egress node to this resource.
3025
3188
  attr_accessor :port
3026
-
3189
+ # The local port used by clients to connect to this resource.
3027
3190
  attr_accessor :port_override
3028
3191
  # ID of the secret store containing credentials for this resource, if any.
3029
3192
  attr_accessor :secret_store_id
@@ -3031,7 +3194,7 @@ module SDM
3031
3194
  attr_accessor :subdomain
3032
3195
  # Tags is a map of key, value pairs.
3033
3196
  attr_accessor :tags
3034
-
3197
+ # The username to authenticate with.
3035
3198
  attr_accessor :username
3036
3199
 
3037
3200
  def initialize(
@@ -3094,11 +3257,11 @@ module SDM
3094
3257
  attr_accessor :id
3095
3258
  # Unique human-readable name of the SecretStore.
3096
3259
  attr_accessor :name
3097
-
3260
+ # The URL of the Delinea instance
3098
3261
  attr_accessor :server_url
3099
3262
  # Tags is a map of key, value pairs.
3100
3263
  attr_accessor :tags
3101
-
3264
+ # The tenant name to target
3102
3265
  attr_accessor :tenant_name
3103
3266
 
3104
3267
  def initialize(
@@ -3125,24 +3288,25 @@ module SDM
3125
3288
  end
3126
3289
 
3127
3290
  class DocumentDBHost
3291
+ # The authentication database to use.
3128
3292
  attr_accessor :auth_database
3129
- # Bind interface
3293
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3130
3294
  attr_accessor :bind_interface
3131
3295
  # A filter applied to the routing logic to pin datasource to nodes.
3132
3296
  attr_accessor :egress_filter
3133
3297
  # True if the datasource is reachable and the credentials are valid.
3134
3298
  attr_accessor :healthy
3135
-
3299
+ # The host to dial to initiate a connection from the egress node to this resource.
3136
3300
  attr_accessor :hostname
3137
3301
  # Unique identifier of the Resource.
3138
3302
  attr_accessor :id
3139
3303
  # Unique human-readable name of the Resource.
3140
3304
  attr_accessor :name
3141
-
3305
+ # The password to authenticate with.
3142
3306
  attr_accessor :password
3143
-
3307
+ # The port to dial to initiate a connection from the egress node to this resource.
3144
3308
  attr_accessor :port
3145
-
3309
+ # The local port used by clients to connect to this resource.
3146
3310
  attr_accessor :port_override
3147
3311
  # ID of the secret store containing credentials for this resource, if any.
3148
3312
  attr_accessor :secret_store_id
@@ -3150,7 +3314,7 @@ module SDM
3150
3314
  attr_accessor :subdomain
3151
3315
  # Tags is a map of key, value pairs.
3152
3316
  attr_accessor :tags
3153
-
3317
+ # The username to authenticate with.
3154
3318
  attr_accessor :username
3155
3319
 
3156
3320
  def initialize(
@@ -3195,10 +3359,11 @@ module SDM
3195
3359
  end
3196
3360
 
3197
3361
  class DocumentDBReplicaSet
3362
+ # The authentication database to use.
3198
3363
  attr_accessor :auth_database
3199
- # Bind interface
3364
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3200
3365
  attr_accessor :bind_interface
3201
-
3366
+ # Set to connect to a replica instead of the primary node.
3202
3367
  attr_accessor :connect_to_replica
3203
3368
  # A filter applied to the routing logic to pin datasource to nodes.
3204
3369
  attr_accessor :egress_filter
@@ -3210,11 +3375,11 @@ module SDM
3210
3375
  attr_accessor :id
3211
3376
  # Unique human-readable name of the Resource.
3212
3377
  attr_accessor :name
3213
-
3378
+ # The password to authenticate with.
3214
3379
  attr_accessor :password
3215
-
3380
+ # The local port used by clients to connect to this resource.
3216
3381
  attr_accessor :port_override
3217
-
3382
+ # The name of the mongo replicaset.
3218
3383
  attr_accessor :replica_set
3219
3384
  # ID of the secret store containing credentials for this resource, if any.
3220
3385
  attr_accessor :secret_store_id
@@ -3222,7 +3387,7 @@ module SDM
3222
3387
  attr_accessor :subdomain
3223
3388
  # Tags is a map of key, value pairs.
3224
3389
  attr_accessor :tags
3225
-
3390
+ # The username to authenticate with.
3226
3391
  attr_accessor :username
3227
3392
 
3228
3393
  def initialize(
@@ -3269,23 +3434,23 @@ module SDM
3269
3434
  end
3270
3435
 
3271
3436
  class Druid
3272
- # Bind interface
3437
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3273
3438
  attr_accessor :bind_interface
3274
3439
  # A filter applied to the routing logic to pin datasource to nodes.
3275
3440
  attr_accessor :egress_filter
3276
3441
  # True if the datasource is reachable and the credentials are valid.
3277
3442
  attr_accessor :healthy
3278
-
3443
+ # The host to dial to initiate a connection from the egress node to this resource.
3279
3444
  attr_accessor :hostname
3280
3445
  # Unique identifier of the Resource.
3281
3446
  attr_accessor :id
3282
3447
  # Unique human-readable name of the Resource.
3283
3448
  attr_accessor :name
3284
-
3449
+ # The password to authenticate with.
3285
3450
  attr_accessor :password
3286
-
3451
+ # The port to dial to initiate a connection from the egress node to this resource.
3287
3452
  attr_accessor :port
3288
-
3453
+ # The local port used by clients to connect to this resource.
3289
3454
  attr_accessor :port_override
3290
3455
  # ID of the secret store containing credentials for this resource, if any.
3291
3456
  attr_accessor :secret_store_id
@@ -3293,7 +3458,7 @@ module SDM
3293
3458
  attr_accessor :subdomain
3294
3459
  # Tags is a map of key, value pairs.
3295
3460
  attr_accessor :tags
3296
-
3461
+ # The username to authenticate with.
3297
3462
  attr_accessor :username
3298
3463
 
3299
3464
  def initialize(
@@ -3336,12 +3501,13 @@ module SDM
3336
3501
  end
3337
3502
 
3338
3503
  class DynamoDB
3504
+ # The Access Key ID to use to authenticate.
3339
3505
  attr_accessor :access_key
3340
- # Bind interface
3506
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3341
3507
  attr_accessor :bind_interface
3342
3508
  # A filter applied to the routing logic to pin datasource to nodes.
3343
3509
  attr_accessor :egress_filter
3344
-
3510
+ # The endpoint to dial e.g. dynamodb.region.amazonaws.com
3345
3511
  attr_accessor :endpoint
3346
3512
  # True if the datasource is reachable and the credentials are valid.
3347
3513
  attr_accessor :healthy
@@ -3349,15 +3515,15 @@ module SDM
3349
3515
  attr_accessor :id
3350
3516
  # Unique human-readable name of the Resource.
3351
3517
  attr_accessor :name
3352
-
3518
+ # The local port used by clients to connect to this resource.
3353
3519
  attr_accessor :port_override
3354
-
3520
+ # The region to authenticate requests against e.g. us-east-1
3355
3521
  attr_accessor :region
3356
-
3522
+ # The role to assume after logging in.
3357
3523
  attr_accessor :role_arn
3358
-
3524
+ # The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
3359
3525
  attr_accessor :role_external_id
3360
-
3526
+ # The Secret Access Key to use to authenticate.
3361
3527
  attr_accessor :secret_access_key
3362
3528
  # ID of the secret store containing credentials for this resource, if any.
3363
3529
  attr_accessor :secret_store_id
@@ -3410,23 +3576,23 @@ module SDM
3410
3576
  end
3411
3577
 
3412
3578
  class Elastic
3413
- # Bind interface
3579
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3414
3580
  attr_accessor :bind_interface
3415
3581
  # A filter applied to the routing logic to pin datasource to nodes.
3416
3582
  attr_accessor :egress_filter
3417
3583
  # True if the datasource is reachable and the credentials are valid.
3418
3584
  attr_accessor :healthy
3419
-
3585
+ # The host to dial to initiate a connection from the egress node to this resource.
3420
3586
  attr_accessor :hostname
3421
3587
  # Unique identifier of the Resource.
3422
3588
  attr_accessor :id
3423
3589
  # Unique human-readable name of the Resource.
3424
3590
  attr_accessor :name
3425
-
3591
+ # The password to authenticate with.
3426
3592
  attr_accessor :password
3427
-
3593
+ # The port to dial to initiate a connection from the egress node to this resource.
3428
3594
  attr_accessor :port
3429
-
3595
+ # The local port used by clients to connect to this resource.
3430
3596
  attr_accessor :port_override
3431
3597
  # ID of the secret store containing credentials for this resource, if any.
3432
3598
  attr_accessor :secret_store_id
@@ -3434,9 +3600,9 @@ module SDM
3434
3600
  attr_accessor :subdomain
3435
3601
  # Tags is a map of key, value pairs.
3436
3602
  attr_accessor :tags
3437
-
3603
+ # If set, TLS must be used to connect to this resource.
3438
3604
  attr_accessor :tls_required
3439
-
3605
+ # The username to authenticate with.
3440
3606
  attr_accessor :username
3441
3607
 
3442
3608
  def initialize(
@@ -3481,23 +3647,23 @@ module SDM
3481
3647
  end
3482
3648
 
3483
3649
  class ElasticacheRedis
3484
- # Bind interface
3650
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3485
3651
  attr_accessor :bind_interface
3486
3652
  # A filter applied to the routing logic to pin datasource to nodes.
3487
3653
  attr_accessor :egress_filter
3488
3654
  # True if the datasource is reachable and the credentials are valid.
3489
3655
  attr_accessor :healthy
3490
-
3656
+ # The host to dial to initiate a connection from the egress node to this resource.
3491
3657
  attr_accessor :hostname
3492
3658
  # Unique identifier of the Resource.
3493
3659
  attr_accessor :id
3494
3660
  # Unique human-readable name of the Resource.
3495
3661
  attr_accessor :name
3496
-
3662
+ # The password to authenticate with.
3497
3663
  attr_accessor :password
3498
-
3664
+ # The port to dial to initiate a connection from the egress node to this resource.
3499
3665
  attr_accessor :port
3500
-
3666
+ # The local port used by clients to connect to this resource.
3501
3667
  attr_accessor :port_override
3502
3668
  # ID of the secret store containing credentials for this resource, if any.
3503
3669
  attr_accessor :secret_store_id
@@ -3505,9 +3671,9 @@ module SDM
3505
3671
  attr_accessor :subdomain
3506
3672
  # Tags is a map of key, value pairs.
3507
3673
  attr_accessor :tags
3508
-
3674
+ # If set, TLS must be used to connect to this resource.
3509
3675
  attr_accessor :tls_required
3510
-
3676
+ # The username to authenticate with.
3511
3677
  attr_accessor :username
3512
3678
 
3513
3679
  def initialize(
@@ -3552,7 +3718,7 @@ module SDM
3552
3718
  end
3553
3719
 
3554
3720
  class GCP
3555
- # Bind interface
3721
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3556
3722
  attr_accessor :bind_interface
3557
3723
  # A filter applied to the routing logic to pin datasource to nodes.
3558
3724
  attr_accessor :egress_filter
@@ -3560,13 +3726,13 @@ module SDM
3560
3726
  attr_accessor :healthy
3561
3727
  # Unique identifier of the Resource.
3562
3728
  attr_accessor :id
3563
-
3729
+ # The service account keyfile to authenticate with.
3564
3730
  attr_accessor :keyfile
3565
3731
  # Unique human-readable name of the Resource.
3566
3732
  attr_accessor :name
3567
-
3733
+ # The local port used by clients to connect to this resource.
3568
3734
  attr_accessor :port_override
3569
-
3735
+ # Space separated scopes that this login should assume into when authenticating.
3570
3736
  attr_accessor :scopes
3571
3737
  # ID of the secret store containing credentials for this resource, if any.
3572
3738
  attr_accessor :secret_store_id
@@ -3615,7 +3781,7 @@ module SDM
3615
3781
  attr_accessor :id
3616
3782
  # Unique human-readable name of the SecretStore.
3617
3783
  attr_accessor :name
3618
-
3784
+ # The GCP project ID to target.
3619
3785
  attr_accessor :projectid
3620
3786
  # Tags is a map of key, value pairs.
3621
3787
  attr_accessor :tags
@@ -3646,11 +3812,14 @@ module SDM
3646
3812
  # The hostname/port tuple which the gateway daemon will bind to.
3647
3813
  # If not provided on create, set to "0.0.0.0:listen_address_port".
3648
3814
  attr_accessor :bind_address
3815
+ # ConnectsTo can be used to restrict the peering between relays and
3816
+ # gateways.
3817
+ attr_accessor :connects_to
3649
3818
  # Device is a read only device name uploaded by the gateway process when
3650
3819
  # it comes online.
3651
3820
  attr_accessor :device
3652
3821
  # GatewayFilter can be used to restrict the peering between relays and
3653
- # gateways.
3822
+ # gateways. Deprecated.
3654
3823
  attr_accessor :gateway_filter
3655
3824
  # Unique identifier of the Gateway.
3656
3825
  attr_accessor :id
@@ -3672,6 +3841,7 @@ module SDM
3672
3841
 
3673
3842
  def initialize(
3674
3843
  bind_address: nil,
3844
+ connects_to: nil,
3675
3845
  device: nil,
3676
3846
  gateway_filter: nil,
3677
3847
  id: nil,
@@ -3683,6 +3853,7 @@ module SDM
3683
3853
  version: nil
3684
3854
  )
3685
3855
  @bind_address = bind_address == nil ? "" : bind_address
3856
+ @connects_to = connects_to == nil ? "" : connects_to
3686
3857
  @device = device == nil ? "" : device
3687
3858
  @gateway_filter = gateway_filter == nil ? "" : gateway_filter
3688
3859
  @id = id == nil ? "" : id
@@ -3718,13 +3889,13 @@ module SDM
3718
3889
  end
3719
3890
 
3720
3891
  class GoogleGKE
3721
- # Bind interface
3892
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3722
3893
  attr_accessor :bind_interface
3723
-
3894
+ # The CA to authenticate TLS connections with.
3724
3895
  attr_accessor :certificate_authority
3725
3896
  # A filter applied to the routing logic to pin datasource to nodes.
3726
3897
  attr_accessor :egress_filter
3727
-
3898
+ # The endpoint to dial.
3728
3899
  attr_accessor :endpoint
3729
3900
  # The path used to check the health of your connection. Defaults to `default`.
3730
3901
  attr_accessor :healthcheck_namespace
@@ -3734,13 +3905,13 @@ module SDM
3734
3905
  attr_accessor :id
3735
3906
  # Unique human-readable name of the Resource.
3736
3907
  attr_accessor :name
3737
-
3908
+ # The ID of the remote identity group to use for remote identity connections.
3738
3909
  attr_accessor :remote_identity_group_id
3739
-
3910
+ # The username to use for healthchecks, when clients otherwise connect with their own remote identity username.
3740
3911
  attr_accessor :remote_identity_healthcheck_username
3741
3912
  # ID of the secret store containing credentials for this resource, if any.
3742
3913
  attr_accessor :secret_store_id
3743
-
3914
+ # The service account key to authenticate with.
3744
3915
  attr_accessor :service_account_key
3745
3916
  # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3746
3917
  attr_accessor :subdomain
@@ -3789,13 +3960,13 @@ module SDM
3789
3960
  end
3790
3961
 
3791
3962
  class GoogleGKEUserImpersonation
3792
- # Bind interface
3963
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3793
3964
  attr_accessor :bind_interface
3794
-
3965
+ # The CA to authenticate TLS connections with.
3795
3966
  attr_accessor :certificate_authority
3796
3967
  # A filter applied to the routing logic to pin datasource to nodes.
3797
3968
  attr_accessor :egress_filter
3798
-
3969
+ # The endpoint to dial.
3799
3970
  attr_accessor :endpoint
3800
3971
  # The path used to check the health of your connection. Defaults to `default`.
3801
3972
  attr_accessor :healthcheck_namespace
@@ -3807,7 +3978,7 @@ module SDM
3807
3978
  attr_accessor :name
3808
3979
  # ID of the secret store containing credentials for this resource, if any.
3809
3980
  attr_accessor :secret_store_id
3810
-
3981
+ # The service account key to authenticate with.
3811
3982
  attr_accessor :service_account_key
3812
3983
  # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3813
3984
  attr_accessor :subdomain
@@ -3852,27 +4023,27 @@ module SDM
3852
4023
  end
3853
4024
 
3854
4025
  class Greenplum
3855
- # Bind interface
4026
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3856
4027
  attr_accessor :bind_interface
3857
-
4028
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
3858
4029
  attr_accessor :database
3859
4030
  # A filter applied to the routing logic to pin datasource to nodes.
3860
4031
  attr_accessor :egress_filter
3861
4032
  # True if the datasource is reachable and the credentials are valid.
3862
4033
  attr_accessor :healthy
3863
-
4034
+ # The host to dial to initiate a connection from the egress node to this resource.
3864
4035
  attr_accessor :hostname
3865
4036
  # Unique identifier of the Resource.
3866
4037
  attr_accessor :id
3867
4038
  # Unique human-readable name of the Resource.
3868
4039
  attr_accessor :name
3869
-
4040
+ # If set, the database configured cannot be changed by users. This setting is not recommended for most use cases, as some clients will insist their database has changed when it has not, leading to user confusion.
3870
4041
  attr_accessor :override_database
3871
-
4042
+ # The password to authenticate with.
3872
4043
  attr_accessor :password
3873
-
4044
+ # The port to dial to initiate a connection from the egress node to this resource.
3874
4045
  attr_accessor :port
3875
-
4046
+ # The local port used by clients to connect to this resource.
3876
4047
  attr_accessor :port_override
3877
4048
  # ID of the secret store containing credentials for this resource, if any.
3878
4049
  attr_accessor :secret_store_id
@@ -3880,7 +4051,7 @@ module SDM
3880
4051
  attr_accessor :subdomain
3881
4052
  # Tags is a map of key, value pairs.
3882
4053
  attr_accessor :tags
3883
-
4054
+ # The username to authenticate with.
3884
4055
  attr_accessor :username
3885
4056
 
3886
4057
  def initialize(
@@ -3927,20 +4098,21 @@ module SDM
3927
4098
  end
3928
4099
 
3929
4100
  class HTTPAuth
4101
+ # The content to set as the authorization header.
3930
4102
  attr_accessor :auth_header
3931
- # Bind interface
4103
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3932
4104
  attr_accessor :bind_interface
3933
-
4105
+ # Automatically redirect to this path upon connecting.
3934
4106
  attr_accessor :default_path
3935
4107
  # A filter applied to the routing logic to pin datasource to nodes.
3936
4108
  attr_accessor :egress_filter
3937
-
4109
+ # Header names (e.g. Authorization), to omit from logs.
3938
4110
  attr_accessor :headers_blacklist
3939
-
4111
+ # This path will be used to check the health of your site.
3940
4112
  attr_accessor :healthcheck_path
3941
4113
  # True if the datasource is reachable and the credentials are valid.
3942
4114
  attr_accessor :healthy
3943
-
4115
+ # The host header will be overwritten with this field if provided.
3944
4116
  attr_accessor :host_override
3945
4117
  # Unique identifier of the Resource.
3946
4118
  attr_accessor :id
@@ -3948,11 +4120,11 @@ module SDM
3948
4120
  attr_accessor :name
3949
4121
  # ID of the secret store containing credentials for this resource, if any.
3950
4122
  attr_accessor :secret_store_id
3951
-
4123
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3952
4124
  attr_accessor :subdomain
3953
4125
  # Tags is a map of key, value pairs.
3954
4126
  attr_accessor :tags
3955
-
4127
+ # The base address of your website without the path.
3956
4128
  attr_accessor :url
3957
4129
 
3958
4130
  def initialize(
@@ -3997,35 +4169,35 @@ module SDM
3997
4169
  end
3998
4170
 
3999
4171
  class HTTPBasicAuth
4000
- # Bind interface
4172
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4001
4173
  attr_accessor :bind_interface
4002
-
4174
+ # Automatically redirect to this path upon connecting.
4003
4175
  attr_accessor :default_path
4004
4176
  # A filter applied to the routing logic to pin datasource to nodes.
4005
4177
  attr_accessor :egress_filter
4006
-
4178
+ # Header names (e.g. Authorization), to omit from logs.
4007
4179
  attr_accessor :headers_blacklist
4008
-
4180
+ # This path will be used to check the health of your site.
4009
4181
  attr_accessor :healthcheck_path
4010
4182
  # True if the datasource is reachable and the credentials are valid.
4011
4183
  attr_accessor :healthy
4012
-
4184
+ # The host header will be overwritten with this field if provided.
4013
4185
  attr_accessor :host_override
4014
4186
  # Unique identifier of the Resource.
4015
4187
  attr_accessor :id
4016
4188
  # Unique human-readable name of the Resource.
4017
4189
  attr_accessor :name
4018
-
4190
+ # The password to authenticate with.
4019
4191
  attr_accessor :password
4020
4192
  # ID of the secret store containing credentials for this resource, if any.
4021
4193
  attr_accessor :secret_store_id
4022
-
4194
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4023
4195
  attr_accessor :subdomain
4024
4196
  # Tags is a map of key, value pairs.
4025
4197
  attr_accessor :tags
4026
-
4198
+ # The base address of your website without the path.
4027
4199
  attr_accessor :url
4028
-
4200
+ # The username to authenticate with.
4029
4201
  attr_accessor :username
4030
4202
 
4031
4203
  def initialize(
@@ -4072,19 +4244,19 @@ module SDM
4072
4244
  end
4073
4245
 
4074
4246
  class HTTPNoAuth
4075
- # Bind interface
4247
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4076
4248
  attr_accessor :bind_interface
4077
-
4249
+ # Automatically redirect to this path upon connecting.
4078
4250
  attr_accessor :default_path
4079
4251
  # A filter applied to the routing logic to pin datasource to nodes.
4080
4252
  attr_accessor :egress_filter
4081
-
4253
+ # Header names (e.g. Authorization), to omit from logs.
4082
4254
  attr_accessor :headers_blacklist
4083
-
4255
+ # This path will be used to check the health of your site.
4084
4256
  attr_accessor :healthcheck_path
4085
4257
  # True if the datasource is reachable and the credentials are valid.
4086
4258
  attr_accessor :healthy
4087
-
4259
+ # The host header will be overwritten with this field if provided.
4088
4260
  attr_accessor :host_override
4089
4261
  # Unique identifier of the Resource.
4090
4262
  attr_accessor :id
@@ -4092,11 +4264,11 @@ module SDM
4092
4264
  attr_accessor :name
4093
4265
  # ID of the secret store containing credentials for this resource, if any.
4094
4266
  attr_accessor :secret_store_id
4095
-
4267
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4096
4268
  attr_accessor :subdomain
4097
4269
  # Tags is a map of key, value pairs.
4098
4270
  attr_accessor :tags
4099
-
4271
+ # The base address of your website without the path.
4100
4272
  attr_accessor :url
4101
4273
 
4102
4274
  def initialize(
@@ -4139,13 +4311,13 @@ module SDM
4139
4311
  end
4140
4312
 
4141
4313
  class Kubernetes
4142
- # Bind interface
4314
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4143
4315
  attr_accessor :bind_interface
4144
-
4316
+ # The CA to authenticate TLS connections with.
4145
4317
  attr_accessor :certificate_authority
4146
-
4318
+ # The certificate to authenticate TLS connections with.
4147
4319
  attr_accessor :client_certificate
4148
-
4320
+ # The key to authenticate TLS connections with.
4149
4321
  attr_accessor :client_key
4150
4322
  # A filter applied to the routing logic to pin datasource to nodes.
4151
4323
  attr_accessor :egress_filter
@@ -4153,19 +4325,19 @@ module SDM
4153
4325
  attr_accessor :healthcheck_namespace
4154
4326
  # True if the datasource is reachable and the credentials are valid.
4155
4327
  attr_accessor :healthy
4156
-
4328
+ # The host to dial to initiate a connection from the egress node to this resource.
4157
4329
  attr_accessor :hostname
4158
4330
  # Unique identifier of the Resource.
4159
4331
  attr_accessor :id
4160
4332
  # Unique human-readable name of the Resource.
4161
4333
  attr_accessor :name
4162
-
4334
+ # The port to dial to initiate a connection from the egress node to this resource.
4163
4335
  attr_accessor :port
4164
-
4336
+ # The local port used by clients to connect to this resource.
4165
4337
  attr_accessor :port_override
4166
-
4338
+ # The ID of the remote identity group to use for remote identity connections.
4167
4339
  attr_accessor :remote_identity_group_id
4168
-
4340
+ # The username to use for healthchecks, when clients otherwise connect with their own remote identity username.
4169
4341
  attr_accessor :remote_identity_healthcheck_username
4170
4342
  # ID of the secret store containing credentials for this resource, if any.
4171
4343
  attr_accessor :secret_store_id
@@ -4222,7 +4394,7 @@ module SDM
4222
4394
  end
4223
4395
 
4224
4396
  class KubernetesBasicAuth
4225
- # Bind interface
4397
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4226
4398
  attr_accessor :bind_interface
4227
4399
  # A filter applied to the routing logic to pin datasource to nodes.
4228
4400
  attr_accessor :egress_filter
@@ -4230,17 +4402,17 @@ module SDM
4230
4402
  attr_accessor :healthcheck_namespace
4231
4403
  # True if the datasource is reachable and the credentials are valid.
4232
4404
  attr_accessor :healthy
4233
-
4405
+ # The host to dial to initiate a connection from the egress node to this resource.
4234
4406
  attr_accessor :hostname
4235
4407
  # Unique identifier of the Resource.
4236
4408
  attr_accessor :id
4237
4409
  # Unique human-readable name of the Resource.
4238
4410
  attr_accessor :name
4239
-
4411
+ # The password to authenticate with.
4240
4412
  attr_accessor :password
4241
-
4413
+ # The port to dial to initiate a connection from the egress node to this resource.
4242
4414
  attr_accessor :port
4243
-
4415
+ # The local port used by clients to connect to this resource.
4244
4416
  attr_accessor :port_override
4245
4417
  # ID of the secret store containing credentials for this resource, if any.
4246
4418
  attr_accessor :secret_store_id
@@ -4248,7 +4420,7 @@ module SDM
4248
4420
  attr_accessor :subdomain
4249
4421
  # Tags is a map of key, value pairs.
4250
4422
  attr_accessor :tags
4251
-
4423
+ # The username to authenticate with.
4252
4424
  attr_accessor :username
4253
4425
 
4254
4426
  def initialize(
@@ -4293,7 +4465,7 @@ module SDM
4293
4465
  end
4294
4466
 
4295
4467
  class KubernetesServiceAccount
4296
- # Bind interface
4468
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4297
4469
  attr_accessor :bind_interface
4298
4470
  # A filter applied to the routing logic to pin datasource to nodes.
4299
4471
  attr_accessor :egress_filter
@@ -4301,19 +4473,19 @@ module SDM
4301
4473
  attr_accessor :healthcheck_namespace
4302
4474
  # True if the datasource is reachable and the credentials are valid.
4303
4475
  attr_accessor :healthy
4304
-
4476
+ # The host to dial to initiate a connection from the egress node to this resource.
4305
4477
  attr_accessor :hostname
4306
4478
  # Unique identifier of the Resource.
4307
4479
  attr_accessor :id
4308
4480
  # Unique human-readable name of the Resource.
4309
4481
  attr_accessor :name
4310
-
4482
+ # The port to dial to initiate a connection from the egress node to this resource.
4311
4483
  attr_accessor :port
4312
-
4484
+ # The local port used by clients to connect to this resource.
4313
4485
  attr_accessor :port_override
4314
-
4486
+ # The ID of the remote identity group to use for remote identity connections.
4315
4487
  attr_accessor :remote_identity_group_id
4316
-
4488
+ # The username to use for healthchecks, when clients otherwise connect with their own remote identity username.
4317
4489
  attr_accessor :remote_identity_healthcheck_username
4318
4490
  # ID of the secret store containing credentials for this resource, if any.
4319
4491
  attr_accessor :secret_store_id
@@ -4321,7 +4493,7 @@ module SDM
4321
4493
  attr_accessor :subdomain
4322
4494
  # Tags is a map of key, value pairs.
4323
4495
  attr_accessor :tags
4324
-
4496
+ # The API token to authenticate with.
4325
4497
  attr_accessor :token
4326
4498
 
4327
4499
  def initialize(
@@ -4368,7 +4540,7 @@ module SDM
4368
4540
  end
4369
4541
 
4370
4542
  class KubernetesServiceAccountUserImpersonation
4371
- # Bind interface
4543
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4372
4544
  attr_accessor :bind_interface
4373
4545
  # A filter applied to the routing logic to pin datasource to nodes.
4374
4546
  attr_accessor :egress_filter
@@ -4376,15 +4548,15 @@ module SDM
4376
4548
  attr_accessor :healthcheck_namespace
4377
4549
  # True if the datasource is reachable and the credentials are valid.
4378
4550
  attr_accessor :healthy
4379
-
4551
+ # The host to dial to initiate a connection from the egress node to this resource.
4380
4552
  attr_accessor :hostname
4381
4553
  # Unique identifier of the Resource.
4382
4554
  attr_accessor :id
4383
4555
  # Unique human-readable name of the Resource.
4384
4556
  attr_accessor :name
4385
-
4557
+ # The port to dial to initiate a connection from the egress node to this resource.
4386
4558
  attr_accessor :port
4387
-
4559
+ # The local port used by clients to connect to this resource.
4388
4560
  attr_accessor :port_override
4389
4561
  # ID of the secret store containing credentials for this resource, if any.
4390
4562
  attr_accessor :secret_store_id
@@ -4392,7 +4564,7 @@ module SDM
4392
4564
  attr_accessor :subdomain
4393
4565
  # Tags is a map of key, value pairs.
4394
4566
  attr_accessor :tags
4395
-
4567
+ # The API token to authenticate with.
4396
4568
  attr_accessor :token
4397
4569
 
4398
4570
  def initialize(
@@ -4435,13 +4607,13 @@ module SDM
4435
4607
  end
4436
4608
 
4437
4609
  class KubernetesUserImpersonation
4438
- # Bind interface
4610
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4439
4611
  attr_accessor :bind_interface
4440
-
4612
+ # The CA to authenticate TLS connections with.
4441
4613
  attr_accessor :certificate_authority
4442
-
4614
+ # The certificate to authenticate TLS connections with.
4443
4615
  attr_accessor :client_certificate
4444
-
4616
+ # The key to authenticate TLS connections with.
4445
4617
  attr_accessor :client_key
4446
4618
  # A filter applied to the routing logic to pin datasource to nodes.
4447
4619
  attr_accessor :egress_filter
@@ -4449,15 +4621,15 @@ module SDM
4449
4621
  attr_accessor :healthcheck_namespace
4450
4622
  # True if the datasource is reachable and the credentials are valid.
4451
4623
  attr_accessor :healthy
4452
-
4624
+ # The host to dial to initiate a connection from the egress node to this resource.
4453
4625
  attr_accessor :hostname
4454
4626
  # Unique identifier of the Resource.
4455
4627
  attr_accessor :id
4456
4628
  # Unique human-readable name of the Resource.
4457
4629
  attr_accessor :name
4458
-
4630
+ # The port to dial to initiate a connection from the egress node to this resource.
4459
4631
  attr_accessor :port
4460
-
4632
+ # The local port used by clients to connect to this resource.
4461
4633
  attr_accessor :port_override
4462
4634
  # ID of the secret store containing credentials for this resource, if any.
4463
4635
  attr_accessor :secret_store_id
@@ -4511,45 +4683,45 @@ module SDM
4511
4683
 
4512
4684
  # MTLSMysql is currently unstable, and its API may change, or it may be removed, without a major version bump.
4513
4685
  class MTLSMysql
4514
- # Bind interface
4686
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4515
4687
  attr_accessor :bind_interface
4516
-
4688
+ # The CA to authenticate TLS connections with.
4517
4689
  attr_accessor :certificate_authority
4518
-
4690
+ # The certificate to authenticate TLS connections with.
4519
4691
  attr_accessor :client_certificate
4520
-
4692
+ # The key to authenticate TLS connections with.
4521
4693
  attr_accessor :client_key
4522
-
4694
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
4523
4695
  attr_accessor :database
4524
4696
  # A filter applied to the routing logic to pin datasource to nodes.
4525
4697
  attr_accessor :egress_filter
4526
4698
  # True if the datasource is reachable and the credentials are valid.
4527
4699
  attr_accessor :healthy
4528
-
4700
+ # The host to dial to initiate a connection from the egress node to this resource.
4529
4701
  attr_accessor :hostname
4530
4702
  # Unique identifier of the Resource.
4531
4703
  attr_accessor :id
4532
4704
  # Unique human-readable name of the Resource.
4533
4705
  attr_accessor :name
4534
-
4706
+ # The password to authenticate with.
4535
4707
  attr_accessor :password
4536
-
4708
+ # The port to dial to initiate a connection from the egress node to this resource.
4537
4709
  attr_accessor :port
4538
-
4710
+ # The local port used by clients to connect to this resource.
4539
4711
  attr_accessor :port_override
4540
-
4712
+ # Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
4541
4713
  attr_accessor :require_native_auth
4542
4714
  # ID of the secret store containing credentials for this resource, if any.
4543
4715
  attr_accessor :secret_store_id
4544
-
4716
+ # Server name for TLS verification (unverified by StrongDM if empty)
4545
4717
  attr_accessor :server_name
4546
4718
  # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4547
4719
  attr_accessor :subdomain
4548
4720
  # Tags is a map of key, value pairs.
4549
4721
  attr_accessor :tags
4550
-
4722
+ # If true, appends the hostname to the username when hitting a database.azure.com address
4551
4723
  attr_accessor :use_azure_single_server_usernames
4552
-
4724
+ # The username to authenticate with.
4553
4725
  attr_accessor :username
4554
4726
 
4555
4727
  def initialize(
@@ -4606,43 +4778,43 @@ module SDM
4606
4778
  end
4607
4779
 
4608
4780
  class MTLSPostgres
4609
- # Bind interface
4781
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4610
4782
  attr_accessor :bind_interface
4611
-
4783
+ # The CA to authenticate TLS connections with.
4612
4784
  attr_accessor :certificate_authority
4613
-
4785
+ # The certificate to authenticate TLS connections with.
4614
4786
  attr_accessor :client_certificate
4615
-
4787
+ # The key to authenticate TLS connections with.
4616
4788
  attr_accessor :client_key
4617
-
4789
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
4618
4790
  attr_accessor :database
4619
4791
  # A filter applied to the routing logic to pin datasource to nodes.
4620
4792
  attr_accessor :egress_filter
4621
4793
  # True if the datasource is reachable and the credentials are valid.
4622
4794
  attr_accessor :healthy
4623
-
4795
+ # The host to dial to initiate a connection from the egress node to this resource.
4624
4796
  attr_accessor :hostname
4625
4797
  # Unique identifier of the Resource.
4626
4798
  attr_accessor :id
4627
4799
  # Unique human-readable name of the Resource.
4628
4800
  attr_accessor :name
4629
-
4801
+ # If set, the database configured cannot be changed by users. This setting is not recommended for most use cases, as some clients will insist their database has changed when it has not, leading to user confusion.
4630
4802
  attr_accessor :override_database
4631
-
4803
+ # The password to authenticate with.
4632
4804
  attr_accessor :password
4633
-
4805
+ # The port to dial to initiate a connection from the egress node to this resource.
4634
4806
  attr_accessor :port
4635
-
4807
+ # The local port used by clients to connect to this resource.
4636
4808
  attr_accessor :port_override
4637
4809
  # ID of the secret store containing credentials for this resource, if any.
4638
4810
  attr_accessor :secret_store_id
4639
-
4811
+ # Server name for TLS verification (unverified by StrongDM if empty)
4640
4812
  attr_accessor :server_name
4641
4813
  # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4642
4814
  attr_accessor :subdomain
4643
4815
  # Tags is a map of key, value pairs.
4644
4816
  attr_accessor :tags
4645
-
4817
+ # The username to authenticate with.
4646
4818
  attr_accessor :username
4647
4819
 
4648
4820
  def initialize(
@@ -4697,27 +4869,27 @@ module SDM
4697
4869
  end
4698
4870
 
4699
4871
  class Maria
4700
- # Bind interface
4872
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4701
4873
  attr_accessor :bind_interface
4702
-
4874
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
4703
4875
  attr_accessor :database
4704
4876
  # A filter applied to the routing logic to pin datasource to nodes.
4705
4877
  attr_accessor :egress_filter
4706
4878
  # True if the datasource is reachable and the credentials are valid.
4707
4879
  attr_accessor :healthy
4708
-
4880
+ # The host to dial to initiate a connection from the egress node to this resource.
4709
4881
  attr_accessor :hostname
4710
4882
  # Unique identifier of the Resource.
4711
4883
  attr_accessor :id
4712
4884
  # Unique human-readable name of the Resource.
4713
4885
  attr_accessor :name
4714
-
4886
+ # The password to authenticate with.
4715
4887
  attr_accessor :password
4716
-
4888
+ # The port to dial to initiate a connection from the egress node to this resource.
4717
4889
  attr_accessor :port
4718
-
4890
+ # The local port used by clients to connect to this resource.
4719
4891
  attr_accessor :port_override
4720
-
4892
+ # Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
4721
4893
  attr_accessor :require_native_auth
4722
4894
  # ID of the secret store containing credentials for this resource, if any.
4723
4895
  attr_accessor :secret_store_id
@@ -4725,9 +4897,9 @@ module SDM
4725
4897
  attr_accessor :subdomain
4726
4898
  # Tags is a map of key, value pairs.
4727
4899
  attr_accessor :tags
4728
-
4900
+ # If true, appends the hostname to the username when hitting a database.azure.com address
4729
4901
  attr_accessor :use_azure_single_server_usernames
4730
-
4902
+ # The username to authenticate with.
4731
4903
  attr_accessor :username
4732
4904
 
4733
4905
  def initialize(
@@ -4776,21 +4948,21 @@ module SDM
4776
4948
  end
4777
4949
 
4778
4950
  class Memcached
4779
- # Bind interface
4951
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4780
4952
  attr_accessor :bind_interface
4781
4953
  # A filter applied to the routing logic to pin datasource to nodes.
4782
4954
  attr_accessor :egress_filter
4783
4955
  # True if the datasource is reachable and the credentials are valid.
4784
4956
  attr_accessor :healthy
4785
-
4957
+ # The host to dial to initiate a connection from the egress node to this resource.
4786
4958
  attr_accessor :hostname
4787
4959
  # Unique identifier of the Resource.
4788
4960
  attr_accessor :id
4789
4961
  # Unique human-readable name of the Resource.
4790
4962
  attr_accessor :name
4791
-
4963
+ # The port to dial to initiate a connection from the egress node to this resource.
4792
4964
  attr_accessor :port
4793
-
4965
+ # The local port used by clients to connect to this resource.
4794
4966
  attr_accessor :port_override
4795
4967
  # ID of the secret store containing credentials for this resource, if any.
4796
4968
  attr_accessor :secret_store_id
@@ -4835,27 +5007,27 @@ module SDM
4835
5007
  end
4836
5008
 
4837
5009
  class Memsql
4838
- # Bind interface
5010
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4839
5011
  attr_accessor :bind_interface
4840
-
5012
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
4841
5013
  attr_accessor :database
4842
5014
  # A filter applied to the routing logic to pin datasource to nodes.
4843
5015
  attr_accessor :egress_filter
4844
5016
  # True if the datasource is reachable and the credentials are valid.
4845
5017
  attr_accessor :healthy
4846
-
5018
+ # The host to dial to initiate a connection from the egress node to this resource.
4847
5019
  attr_accessor :hostname
4848
5020
  # Unique identifier of the Resource.
4849
5021
  attr_accessor :id
4850
5022
  # Unique human-readable name of the Resource.
4851
5023
  attr_accessor :name
4852
-
5024
+ # The password to authenticate with.
4853
5025
  attr_accessor :password
4854
-
5026
+ # The port to dial to initiate a connection from the egress node to this resource.
4855
5027
  attr_accessor :port
4856
-
5028
+ # The local port used by clients to connect to this resource.
4857
5029
  attr_accessor :port_override
4858
-
5030
+ # Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
4859
5031
  attr_accessor :require_native_auth
4860
5032
  # ID of the secret store containing credentials for this resource, if any.
4861
5033
  attr_accessor :secret_store_id
@@ -4863,9 +5035,9 @@ module SDM
4863
5035
  attr_accessor :subdomain
4864
5036
  # Tags is a map of key, value pairs.
4865
5037
  attr_accessor :tags
4866
-
5038
+ # If true, appends the hostname to the username when hitting a database.azure.com address
4867
5039
  attr_accessor :use_azure_single_server_usernames
4868
-
5040
+ # The username to authenticate with.
4869
5041
  attr_accessor :username
4870
5042
 
4871
5043
  def initialize(
@@ -4915,24 +5087,25 @@ module SDM
4915
5087
 
4916
5088
  # MongoHost is currently unstable, and its API may change, or it may be removed, without a major version bump.
4917
5089
  class MongoHost
5090
+ # The authentication database to use.
4918
5091
  attr_accessor :auth_database
4919
- # Bind interface
5092
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4920
5093
  attr_accessor :bind_interface
4921
5094
  # A filter applied to the routing logic to pin datasource to nodes.
4922
5095
  attr_accessor :egress_filter
4923
5096
  # True if the datasource is reachable and the credentials are valid.
4924
5097
  attr_accessor :healthy
4925
-
5098
+ # The host to dial to initiate a connection from the egress node to this resource.
4926
5099
  attr_accessor :hostname
4927
5100
  # Unique identifier of the Resource.
4928
5101
  attr_accessor :id
4929
5102
  # Unique human-readable name of the Resource.
4930
5103
  attr_accessor :name
4931
-
5104
+ # The password to authenticate with.
4932
5105
  attr_accessor :password
4933
-
5106
+ # The port to dial to initiate a connection from the egress node to this resource.
4934
5107
  attr_accessor :port
4935
-
5108
+ # The local port used by clients to connect to this resource.
4936
5109
  attr_accessor :port_override
4937
5110
  # ID of the secret store containing credentials for this resource, if any.
4938
5111
  attr_accessor :secret_store_id
@@ -4940,9 +5113,9 @@ module SDM
4940
5113
  attr_accessor :subdomain
4941
5114
  # Tags is a map of key, value pairs.
4942
5115
  attr_accessor :tags
4943
-
5116
+ # If set, TLS must be used to connect to this resource.
4944
5117
  attr_accessor :tls_required
4945
-
5118
+ # The username to authenticate with.
4946
5119
  attr_accessor :username
4947
5120
 
4948
5121
  def initialize(
@@ -4989,26 +5162,27 @@ module SDM
4989
5162
  end
4990
5163
 
4991
5164
  class MongoLegacyHost
5165
+ # The authentication database to use.
4992
5166
  attr_accessor :auth_database
4993
- # Bind interface
5167
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4994
5168
  attr_accessor :bind_interface
4995
5169
  # A filter applied to the routing logic to pin datasource to nodes.
4996
5170
  attr_accessor :egress_filter
4997
5171
  # True if the datasource is reachable and the credentials are valid.
4998
5172
  attr_accessor :healthy
4999
-
5173
+ # The host to dial to initiate a connection from the egress node to this resource.
5000
5174
  attr_accessor :hostname
5001
5175
  # Unique identifier of the Resource.
5002
5176
  attr_accessor :id
5003
5177
  # Unique human-readable name of the Resource.
5004
5178
  attr_accessor :name
5005
-
5179
+ # The password to authenticate with.
5006
5180
  attr_accessor :password
5007
-
5181
+ # The port to dial to initiate a connection from the egress node to this resource.
5008
5182
  attr_accessor :port
5009
-
5183
+ # The local port used by clients to connect to this resource.
5010
5184
  attr_accessor :port_override
5011
-
5185
+ # The name of the mongo replicaset.
5012
5186
  attr_accessor :replica_set
5013
5187
  # ID of the secret store containing credentials for this resource, if any.
5014
5188
  attr_accessor :secret_store_id
@@ -5016,9 +5190,9 @@ module SDM
5016
5190
  attr_accessor :subdomain
5017
5191
  # Tags is a map of key, value pairs.
5018
5192
  attr_accessor :tags
5019
-
5193
+ # If set, TLS must be used to connect to this resource.
5020
5194
  attr_accessor :tls_required
5021
-
5195
+ # The username to authenticate with.
5022
5196
  attr_accessor :username
5023
5197
 
5024
5198
  def initialize(
@@ -5067,28 +5241,29 @@ module SDM
5067
5241
  end
5068
5242
 
5069
5243
  class MongoLegacyReplicaset
5244
+ # The authentication database to use.
5070
5245
  attr_accessor :auth_database
5071
- # Bind interface
5246
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5072
5247
  attr_accessor :bind_interface
5073
-
5248
+ # Set to connect to a replica instead of the primary node.
5074
5249
  attr_accessor :connect_to_replica
5075
5250
  # A filter applied to the routing logic to pin datasource to nodes.
5076
5251
  attr_accessor :egress_filter
5077
5252
  # True if the datasource is reachable and the credentials are valid.
5078
5253
  attr_accessor :healthy
5079
-
5254
+ # The host to dial to initiate a connection from the egress node to this resource.
5080
5255
  attr_accessor :hostname
5081
5256
  # Unique identifier of the Resource.
5082
5257
  attr_accessor :id
5083
5258
  # Unique human-readable name of the Resource.
5084
5259
  attr_accessor :name
5085
-
5260
+ # The password to authenticate with.
5086
5261
  attr_accessor :password
5087
-
5262
+ # The port to dial to initiate a connection from the egress node to this resource.
5088
5263
  attr_accessor :port
5089
-
5264
+ # The local port used by clients to connect to this resource.
5090
5265
  attr_accessor :port_override
5091
-
5266
+ # The name of the mongo replicaset.
5092
5267
  attr_accessor :replica_set
5093
5268
  # ID of the secret store containing credentials for this resource, if any.
5094
5269
  attr_accessor :secret_store_id
@@ -5096,9 +5271,9 @@ module SDM
5096
5271
  attr_accessor :subdomain
5097
5272
  # Tags is a map of key, value pairs.
5098
5273
  attr_accessor :tags
5099
-
5274
+ # If set, TLS must be used to connect to this resource.
5100
5275
  attr_accessor :tls_required
5101
-
5276
+ # The username to authenticate with.
5102
5277
  attr_accessor :username
5103
5278
 
5104
5279
  def initialize(
@@ -5150,28 +5325,29 @@ module SDM
5150
5325
 
5151
5326
  # MongoReplicaSet is currently unstable, and its API may change, or it may be removed, without a major version bump.
5152
5327
  class MongoReplicaSet
5328
+ # The authentication database to use.
5153
5329
  attr_accessor :auth_database
5154
- # Bind interface
5330
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5155
5331
  attr_accessor :bind_interface
5156
-
5332
+ # Set to connect to a replica instead of the primary node.
5157
5333
  attr_accessor :connect_to_replica
5158
5334
  # A filter applied to the routing logic to pin datasource to nodes.
5159
5335
  attr_accessor :egress_filter
5160
5336
  # True if the datasource is reachable and the credentials are valid.
5161
5337
  attr_accessor :healthy
5162
-
5338
+ # The host to dial to initiate a connection from the egress node to this resource.
5163
5339
  attr_accessor :hostname
5164
5340
  # Unique identifier of the Resource.
5165
5341
  attr_accessor :id
5166
5342
  # Unique human-readable name of the Resource.
5167
5343
  attr_accessor :name
5168
-
5344
+ # The password to authenticate with.
5169
5345
  attr_accessor :password
5170
-
5346
+ # The port to dial to initiate a connection from the egress node to this resource.
5171
5347
  attr_accessor :port
5172
-
5348
+ # The local port used by clients to connect to this resource.
5173
5349
  attr_accessor :port_override
5174
-
5350
+ # The name of the mongo replicaset.
5175
5351
  attr_accessor :replica_set
5176
5352
  # ID of the secret store containing credentials for this resource, if any.
5177
5353
  attr_accessor :secret_store_id
@@ -5179,9 +5355,9 @@ module SDM
5179
5355
  attr_accessor :subdomain
5180
5356
  # Tags is a map of key, value pairs.
5181
5357
  attr_accessor :tags
5182
-
5358
+ # If set, TLS must be used to connect to this resource.
5183
5359
  attr_accessor :tls_required
5184
-
5360
+ # The username to authenticate with.
5185
5361
  attr_accessor :username
5186
5362
 
5187
5363
  def initialize(
@@ -5233,22 +5409,23 @@ module SDM
5233
5409
 
5234
5410
  # MongoShardedCluster is currently unstable, and its API may change, or it may be removed, without a major version bump.
5235
5411
  class MongoShardedCluster
5412
+ # The authentication database to use.
5236
5413
  attr_accessor :auth_database
5237
- # Bind interface
5414
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5238
5415
  attr_accessor :bind_interface
5239
5416
  # A filter applied to the routing logic to pin datasource to nodes.
5240
5417
  attr_accessor :egress_filter
5241
5418
  # True if the datasource is reachable and the credentials are valid.
5242
5419
  attr_accessor :healthy
5243
-
5420
+ # The host to dial to initiate a connection from the egress node to this resource.
5244
5421
  attr_accessor :hostname
5245
5422
  # Unique identifier of the Resource.
5246
5423
  attr_accessor :id
5247
5424
  # Unique human-readable name of the Resource.
5248
5425
  attr_accessor :name
5249
-
5426
+ # The password to authenticate with.
5250
5427
  attr_accessor :password
5251
-
5428
+ # The local port used by clients to connect to this resource.
5252
5429
  attr_accessor :port_override
5253
5430
  # ID of the secret store containing credentials for this resource, if any.
5254
5431
  attr_accessor :secret_store_id
@@ -5256,9 +5433,9 @@ module SDM
5256
5433
  attr_accessor :subdomain
5257
5434
  # Tags is a map of key, value pairs.
5258
5435
  attr_accessor :tags
5259
-
5436
+ # If set, TLS must be used to connect to this resource.
5260
5437
  attr_accessor :tls_required
5261
-
5438
+ # The username to authenticate with.
5262
5439
  attr_accessor :username
5263
5440
 
5264
5441
  def initialize(
@@ -5303,27 +5480,27 @@ module SDM
5303
5480
  end
5304
5481
 
5305
5482
  class Mysql
5306
- # Bind interface
5483
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5307
5484
  attr_accessor :bind_interface
5308
-
5485
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
5309
5486
  attr_accessor :database
5310
5487
  # A filter applied to the routing logic to pin datasource to nodes.
5311
5488
  attr_accessor :egress_filter
5312
5489
  # True if the datasource is reachable and the credentials are valid.
5313
5490
  attr_accessor :healthy
5314
-
5491
+ # The host to dial to initiate a connection from the egress node to this resource.
5315
5492
  attr_accessor :hostname
5316
5493
  # Unique identifier of the Resource.
5317
5494
  attr_accessor :id
5318
5495
  # Unique human-readable name of the Resource.
5319
5496
  attr_accessor :name
5320
-
5497
+ # The password to authenticate with.
5321
5498
  attr_accessor :password
5322
-
5499
+ # The port to dial to initiate a connection from the egress node to this resource.
5323
5500
  attr_accessor :port
5324
-
5501
+ # The local port used by clients to connect to this resource.
5325
5502
  attr_accessor :port_override
5326
-
5503
+ # Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
5327
5504
  attr_accessor :require_native_auth
5328
5505
  # ID of the secret store containing credentials for this resource, if any.
5329
5506
  attr_accessor :secret_store_id
@@ -5331,9 +5508,9 @@ module SDM
5331
5508
  attr_accessor :subdomain
5332
5509
  # Tags is a map of key, value pairs.
5333
5510
  attr_accessor :tags
5334
-
5511
+ # If true, appends the hostname to the username when hitting a database.azure.com address
5335
5512
  attr_accessor :use_azure_single_server_usernames
5336
-
5513
+ # The username to authenticate with.
5337
5514
  attr_accessor :username
5338
5515
 
5339
5516
  def initialize(
@@ -5382,11 +5559,11 @@ module SDM
5382
5559
  end
5383
5560
 
5384
5561
  class Neptune
5385
- # Bind interface
5562
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5386
5563
  attr_accessor :bind_interface
5387
5564
  # A filter applied to the routing logic to pin datasource to nodes.
5388
5565
  attr_accessor :egress_filter
5389
-
5566
+ # The neptune endpoint to connect to as in endpoint.region.neptune.amazonaws.com
5390
5567
  attr_accessor :endpoint
5391
5568
  # True if the datasource is reachable and the credentials are valid.
5392
5569
  attr_accessor :healthy
@@ -5394,9 +5571,9 @@ module SDM
5394
5571
  attr_accessor :id
5395
5572
  # Unique human-readable name of the Resource.
5396
5573
  attr_accessor :name
5397
-
5574
+ # The port to dial to initiate a connection from the egress node to this resource.
5398
5575
  attr_accessor :port
5399
-
5576
+ # The local port used by clients to connect to this resource.
5400
5577
  attr_accessor :port_override
5401
5578
  # ID of the secret store containing credentials for this resource, if any.
5402
5579
  attr_accessor :secret_store_id
@@ -5441,12 +5618,13 @@ module SDM
5441
5618
  end
5442
5619
 
5443
5620
  class NeptuneIAM
5621
+ # The Access Key ID to use to authenticate.
5444
5622
  attr_accessor :access_key
5445
- # Bind interface
5623
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5446
5624
  attr_accessor :bind_interface
5447
5625
  # A filter applied to the routing logic to pin datasource to nodes.
5448
5626
  attr_accessor :egress_filter
5449
-
5627
+ # The neptune endpoint to connect to as in endpoint.region.neptune.amazonaws.com
5450
5628
  attr_accessor :endpoint
5451
5629
  # True if the datasource is reachable and the credentials are valid.
5452
5630
  attr_accessor :healthy
@@ -5454,17 +5632,17 @@ module SDM
5454
5632
  attr_accessor :id
5455
5633
  # Unique human-readable name of the Resource.
5456
5634
  attr_accessor :name
5457
-
5635
+ # The port to dial to initiate a connection from the egress node to this resource.
5458
5636
  attr_accessor :port
5459
-
5637
+ # The local port used by clients to connect to this resource.
5460
5638
  attr_accessor :port_override
5461
-
5639
+ # The AWS region to connect to.
5462
5640
  attr_accessor :region
5463
-
5641
+ # The role to assume after logging in.
5464
5642
  attr_accessor :role_arn
5465
-
5643
+ # The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
5466
5644
  attr_accessor :role_external_id
5467
-
5645
+ # The Secret Access Key to use to authenticate.
5468
5646
  attr_accessor :secret_access_key
5469
5647
  # ID of the secret store containing credentials for this resource, if any.
5470
5648
  attr_accessor :secret_store_id
@@ -5668,25 +5846,25 @@ module SDM
5668
5846
  end
5669
5847
 
5670
5848
  class Oracle
5671
- # Bind interface
5849
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5672
5850
  attr_accessor :bind_interface
5673
-
5851
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
5674
5852
  attr_accessor :database
5675
5853
  # A filter applied to the routing logic to pin datasource to nodes.
5676
5854
  attr_accessor :egress_filter
5677
5855
  # True if the datasource is reachable and the credentials are valid.
5678
5856
  attr_accessor :healthy
5679
-
5857
+ # The host to dial to initiate a connection from the egress node to this resource.
5680
5858
  attr_accessor :hostname
5681
5859
  # Unique identifier of the Resource.
5682
5860
  attr_accessor :id
5683
5861
  # Unique human-readable name of the Resource.
5684
5862
  attr_accessor :name
5685
-
5863
+ # The password to authenticate with.
5686
5864
  attr_accessor :password
5687
-
5865
+ # The port to dial to initiate a connection from the egress node to this resource.
5688
5866
  attr_accessor :port
5689
-
5867
+ # The local port used by clients to connect to this resource.
5690
5868
  attr_accessor :port_override
5691
5869
  # ID of the secret store containing credentials for this resource, if any.
5692
5870
  attr_accessor :secret_store_id
@@ -5694,9 +5872,9 @@ module SDM
5694
5872
  attr_accessor :subdomain
5695
5873
  # Tags is a map of key, value pairs.
5696
5874
  attr_accessor :tags
5697
-
5875
+ # If set, TLS must be used to connect to this resource.
5698
5876
  attr_accessor :tls_required
5699
-
5877
+ # The username to authenticate with.
5700
5878
  attr_accessor :username
5701
5879
 
5702
5880
  def initialize(
@@ -5884,27 +6062,27 @@ module SDM
5884
6062
  end
5885
6063
 
5886
6064
  class Postgres
5887
- # Bind interface
6065
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5888
6066
  attr_accessor :bind_interface
5889
-
6067
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
5890
6068
  attr_accessor :database
5891
6069
  # A filter applied to the routing logic to pin datasource to nodes.
5892
6070
  attr_accessor :egress_filter
5893
6071
  # True if the datasource is reachable and the credentials are valid.
5894
6072
  attr_accessor :healthy
5895
-
6073
+ # The host to dial to initiate a connection from the egress node to this resource.
5896
6074
  attr_accessor :hostname
5897
6075
  # Unique identifier of the Resource.
5898
6076
  attr_accessor :id
5899
6077
  # Unique human-readable name of the Resource.
5900
6078
  attr_accessor :name
5901
-
6079
+ # If set, the database configured cannot be changed by users. This setting is not recommended for most use cases, as some clients will insist their database has changed when it has not, leading to user confusion.
5902
6080
  attr_accessor :override_database
5903
-
6081
+ # The password to authenticate with.
5904
6082
  attr_accessor :password
5905
-
6083
+ # The port to dial to initiate a connection from the egress node to this resource.
5906
6084
  attr_accessor :port
5907
-
6085
+ # The local port used by clients to connect to this resource.
5908
6086
  attr_accessor :port_override
5909
6087
  # ID of the secret store containing credentials for this resource, if any.
5910
6088
  attr_accessor :secret_store_id
@@ -5912,7 +6090,7 @@ module SDM
5912
6090
  attr_accessor :subdomain
5913
6091
  # Tags is a map of key, value pairs.
5914
6092
  attr_accessor :tags
5915
-
6093
+ # The username to authenticate with.
5916
6094
  attr_accessor :username
5917
6095
 
5918
6096
  def initialize(
@@ -5959,25 +6137,25 @@ module SDM
5959
6137
  end
5960
6138
 
5961
6139
  class Presto
5962
- # Bind interface
6140
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5963
6141
  attr_accessor :bind_interface
5964
-
6142
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
5965
6143
  attr_accessor :database
5966
6144
  # A filter applied to the routing logic to pin datasource to nodes.
5967
6145
  attr_accessor :egress_filter
5968
6146
  # True if the datasource is reachable and the credentials are valid.
5969
6147
  attr_accessor :healthy
5970
-
6148
+ # The host to dial to initiate a connection from the egress node to this resource.
5971
6149
  attr_accessor :hostname
5972
6150
  # Unique identifier of the Resource.
5973
6151
  attr_accessor :id
5974
6152
  # Unique human-readable name of the Resource.
5975
6153
  attr_accessor :name
5976
-
6154
+ # The password to authenticate with.
5977
6155
  attr_accessor :password
5978
-
6156
+ # The port to dial to initiate a connection from the egress node to this resource.
5979
6157
  attr_accessor :port
5980
-
6158
+ # The local port used by clients to connect to this resource.
5981
6159
  attr_accessor :port_override
5982
6160
  # ID of the secret store containing credentials for this resource, if any.
5983
6161
  attr_accessor :secret_store_id
@@ -5985,9 +6163,9 @@ module SDM
5985
6163
  attr_accessor :subdomain
5986
6164
  # Tags is a map of key, value pairs.
5987
6165
  attr_accessor :tags
5988
-
6166
+ # If set, TLS must be used to connect to this resource.
5989
6167
  attr_accessor :tls_required
5990
-
6168
+ # The username to authenticate with.
5991
6169
  attr_accessor :username
5992
6170
 
5993
6171
  def initialize(
@@ -6226,25 +6404,25 @@ module SDM
6226
6404
  end
6227
6405
 
6228
6406
  class RDP
6229
- # Bind interface
6407
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6230
6408
  attr_accessor :bind_interface
6231
-
6409
+ # When set, network level authentication will not be used. May resolve unexpected authentication errors to older servers. When set, healthchecks cannot detect if a provided username / password pair is correct.
6232
6410
  attr_accessor :downgrade_nla_connections
6233
6411
  # A filter applied to the routing logic to pin datasource to nodes.
6234
6412
  attr_accessor :egress_filter
6235
6413
  # True if the datasource is reachable and the credentials are valid.
6236
6414
  attr_accessor :healthy
6237
-
6415
+ # The host to dial to initiate a connection from the egress node to this resource.
6238
6416
  attr_accessor :hostname
6239
6417
  # Unique identifier of the Resource.
6240
6418
  attr_accessor :id
6241
6419
  # Unique human-readable name of the Resource.
6242
6420
  attr_accessor :name
6243
-
6421
+ # The password to authenticate with.
6244
6422
  attr_accessor :password
6245
-
6423
+ # The port to dial to initiate a connection from the egress node to this resource.
6246
6424
  attr_accessor :port
6247
-
6425
+ # The local port used by clients to connect to this resource.
6248
6426
  attr_accessor :port_override
6249
6427
  # ID of the secret store containing credentials for this resource, if any.
6250
6428
  attr_accessor :secret_store_id
@@ -6252,7 +6430,7 @@ module SDM
6252
6430
  attr_accessor :subdomain
6253
6431
  # Tags is a map of key, value pairs.
6254
6432
  attr_accessor :tags
6255
-
6433
+ # The username to authenticate with.
6256
6434
  attr_accessor :username
6257
6435
 
6258
6436
  def initialize(
@@ -6297,23 +6475,23 @@ module SDM
6297
6475
  end
6298
6476
 
6299
6477
  class RabbitMQAMQP091
6300
- # Bind interface
6478
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6301
6479
  attr_accessor :bind_interface
6302
6480
  # A filter applied to the routing logic to pin datasource to nodes.
6303
6481
  attr_accessor :egress_filter
6304
6482
  # True if the datasource is reachable and the credentials are valid.
6305
6483
  attr_accessor :healthy
6306
-
6484
+ # The host to dial to initiate a connection from the egress node to this resource.
6307
6485
  attr_accessor :hostname
6308
6486
  # Unique identifier of the Resource.
6309
6487
  attr_accessor :id
6310
6488
  # Unique human-readable name of the Resource.
6311
6489
  attr_accessor :name
6312
-
6490
+ # The password to authenticate with.
6313
6491
  attr_accessor :password
6314
-
6492
+ # The port to dial to initiate a connection from the egress node to this resource.
6315
6493
  attr_accessor :port
6316
-
6494
+ # The local port used by clients to connect to this resource.
6317
6495
  attr_accessor :port_override
6318
6496
  # ID of the secret store containing credentials for this resource, if any.
6319
6497
  attr_accessor :secret_store_id
@@ -6321,9 +6499,9 @@ module SDM
6321
6499
  attr_accessor :subdomain
6322
6500
  # Tags is a map of key, value pairs.
6323
6501
  attr_accessor :tags
6324
-
6502
+ # If set, TLS must be used to connect to this resource.
6325
6503
  attr_accessor :tls_required
6326
-
6504
+ # The username to authenticate with.
6327
6505
  attr_accessor :username
6328
6506
 
6329
6507
  def initialize(
@@ -6403,21 +6581,21 @@ module SDM
6403
6581
  end
6404
6582
 
6405
6583
  class RawTCP
6406
- # Bind interface
6584
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6407
6585
  attr_accessor :bind_interface
6408
6586
  # A filter applied to the routing logic to pin datasource to nodes.
6409
6587
  attr_accessor :egress_filter
6410
6588
  # True if the datasource is reachable and the credentials are valid.
6411
6589
  attr_accessor :healthy
6412
-
6590
+ # The host to dial to initiate a connection from the egress node to this resource.
6413
6591
  attr_accessor :hostname
6414
6592
  # Unique identifier of the Resource.
6415
6593
  attr_accessor :id
6416
6594
  # Unique human-readable name of the Resource.
6417
6595
  attr_accessor :name
6418
-
6596
+ # The port to dial to initiate a connection from the egress node to this resource.
6419
6597
  attr_accessor :port
6420
-
6598
+ # The local port used by clients to connect to this resource.
6421
6599
  attr_accessor :port_override
6422
6600
  # ID of the secret store containing credentials for this resource, if any.
6423
6601
  attr_accessor :secret_store_id
@@ -6462,23 +6640,23 @@ module SDM
6462
6640
  end
6463
6641
 
6464
6642
  class Redis
6465
- # Bind interface
6643
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6466
6644
  attr_accessor :bind_interface
6467
6645
  # A filter applied to the routing logic to pin datasource to nodes.
6468
6646
  attr_accessor :egress_filter
6469
6647
  # True if the datasource is reachable and the credentials are valid.
6470
6648
  attr_accessor :healthy
6471
-
6649
+ # The host to dial to initiate a connection from the egress node to this resource.
6472
6650
  attr_accessor :hostname
6473
6651
  # Unique identifier of the Resource.
6474
6652
  attr_accessor :id
6475
6653
  # Unique human-readable name of the Resource.
6476
6654
  attr_accessor :name
6477
-
6655
+ # The password to authenticate with.
6478
6656
  attr_accessor :password
6479
-
6657
+ # The port to dial to initiate a connection from the egress node to this resource.
6480
6658
  attr_accessor :port
6481
-
6659
+ # The local port used by clients to connect to this resource.
6482
6660
  attr_accessor :port_override
6483
6661
  # ID of the secret store containing credentials for this resource, if any.
6484
6662
  attr_accessor :secret_store_id
@@ -6486,9 +6664,9 @@ module SDM
6486
6664
  attr_accessor :subdomain
6487
6665
  # Tags is a map of key, value pairs.
6488
6666
  attr_accessor :tags
6489
-
6667
+ # If set, TLS must be used to connect to this resource.
6490
6668
  attr_accessor :tls_required
6491
-
6669
+ # The username to authenticate with.
6492
6670
  attr_accessor :username
6493
6671
 
6494
6672
  def initialize(
@@ -6533,27 +6711,27 @@ module SDM
6533
6711
  end
6534
6712
 
6535
6713
  class Redshift
6536
- # Bind interface
6714
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6537
6715
  attr_accessor :bind_interface
6538
-
6716
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
6539
6717
  attr_accessor :database
6540
6718
  # A filter applied to the routing logic to pin datasource to nodes.
6541
6719
  attr_accessor :egress_filter
6542
6720
  # True if the datasource is reachable and the credentials are valid.
6543
6721
  attr_accessor :healthy
6544
-
6722
+ # The host to dial to initiate a connection from the egress node to this resource.
6545
6723
  attr_accessor :hostname
6546
6724
  # Unique identifier of the Resource.
6547
6725
  attr_accessor :id
6548
6726
  # Unique human-readable name of the Resource.
6549
6727
  attr_accessor :name
6550
-
6728
+ # If set, the database configured cannot be changed by users. This setting is not recommended for most use cases, as some clients will insist their database has changed when it has not, leading to user confusion.
6551
6729
  attr_accessor :override_database
6552
-
6730
+ # The password to authenticate with.
6553
6731
  attr_accessor :password
6554
-
6732
+ # The port to dial to initiate a connection from the egress node to this resource.
6555
6733
  attr_accessor :port
6556
-
6734
+ # The local port used by clients to connect to this resource.
6557
6735
  attr_accessor :port_override
6558
6736
  # ID of the secret store containing credentials for this resource, if any.
6559
6737
  attr_accessor :secret_store_id
@@ -6561,7 +6739,7 @@ module SDM
6561
6739
  attr_accessor :subdomain
6562
6740
  # Tags is a map of key, value pairs.
6563
6741
  attr_accessor :tags
6564
-
6742
+ # The username to authenticate with.
6565
6743
  attr_accessor :username
6566
6744
 
6567
6745
  def initialize(
@@ -6609,11 +6787,14 @@ module SDM
6609
6787
 
6610
6788
  # Relay represents a StrongDM CLI installation running in relay mode.
6611
6789
  class Relay
6790
+ # ConnectsTo can be used to restrict the peering between relays and
6791
+ # gateways.
6792
+ attr_accessor :connects_to
6612
6793
  # Device is a read only device name uploaded by the gateway process when
6613
6794
  # it comes online.
6614
6795
  attr_accessor :device
6615
6796
  # GatewayFilter can be used to restrict the peering between relays and
6616
- # gateways.
6797
+ # gateways. Deprecated.
6617
6798
  attr_accessor :gateway_filter
6618
6799
  # Unique identifier of the Relay.
6619
6800
  attr_accessor :id
@@ -6633,6 +6814,7 @@ module SDM
6633
6814
  attr_accessor :version
6634
6815
 
6635
6816
  def initialize(
6817
+ connects_to: nil,
6636
6818
  device: nil,
6637
6819
  gateway_filter: nil,
6638
6820
  id: nil,
@@ -6642,6 +6824,7 @@ module SDM
6642
6824
  tags: nil,
6643
6825
  version: nil
6644
6826
  )
6827
+ @connects_to = connects_to == nil ? "" : connects_to
6645
6828
  @device = device == nil ? "" : device
6646
6829
  @gateway_filter = gateway_filter == nil ? "" : gateway_filter
6647
6830
  @id = id == nil ? "" : id
@@ -7367,29 +7550,29 @@ module SDM
7367
7550
  end
7368
7551
 
7369
7552
  class SQLServer
7370
- # Bind interface
7553
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7371
7554
  attr_accessor :bind_interface
7372
-
7555
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
7373
7556
  attr_accessor :database
7374
7557
  # A filter applied to the routing logic to pin datasource to nodes.
7375
7558
  attr_accessor :egress_filter
7376
7559
  # True if the datasource is reachable and the credentials are valid.
7377
7560
  attr_accessor :healthy
7378
-
7561
+ # The host to dial to initiate a connection from the egress node to this resource.
7379
7562
  attr_accessor :hostname
7380
7563
  # Unique identifier of the Resource.
7381
7564
  attr_accessor :id
7382
7565
  # Unique human-readable name of the Resource.
7383
7566
  attr_accessor :name
7384
-
7567
+ # If set, the database configured cannot be changed by users. This setting is not recommended for most use cases, as some clients will insist their database has changed when it has not, leading to user confusion.
7385
7568
  attr_accessor :override_database
7386
-
7569
+ # The password to authenticate with.
7387
7570
  attr_accessor :password
7388
-
7571
+ # The port to dial to initiate a connection from the egress node to this resource.
7389
7572
  attr_accessor :port
7390
-
7573
+ # The local port used by clients to connect to this resource.
7391
7574
  attr_accessor :port_override
7392
-
7575
+ # The Schema to use to direct initial requests.
7393
7576
  attr_accessor :schema
7394
7577
  # ID of the secret store containing credentials for this resource, if any.
7395
7578
  attr_accessor :secret_store_id
@@ -7397,7 +7580,7 @@ module SDM
7397
7580
  attr_accessor :subdomain
7398
7581
  # Tags is a map of key, value pairs.
7399
7582
  attr_accessor :tags
7400
-
7583
+ # The username to authenticate with.
7401
7584
  attr_accessor :username
7402
7585
 
7403
7586
  def initialize(
@@ -7446,31 +7629,31 @@ module SDM
7446
7629
  end
7447
7630
 
7448
7631
  class SQLServerAzureAD
7449
- # Bind interface
7632
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7450
7633
  attr_accessor :bind_interface
7451
-
7634
+ # The Azure AD application (client) ID with which to authenticate.
7452
7635
  attr_accessor :client_id
7453
-
7636
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
7454
7637
  attr_accessor :database
7455
7638
  # A filter applied to the routing logic to pin datasource to nodes.
7456
7639
  attr_accessor :egress_filter
7457
7640
  # True if the datasource is reachable and the credentials are valid.
7458
7641
  attr_accessor :healthy
7459
-
7642
+ # The host to dial to initiate a connection from the egress node to this resource.
7460
7643
  attr_accessor :hostname
7461
7644
  # Unique identifier of the Resource.
7462
7645
  attr_accessor :id
7463
7646
  # Unique human-readable name of the Resource.
7464
7647
  attr_accessor :name
7465
-
7648
+ # If set, the database configured cannot be changed by users. This setting is not recommended for most use cases, as some clients will insist their database has changed when it has not, leading to user confusion.
7466
7649
  attr_accessor :override_database
7467
-
7650
+ # The port to dial to initiate a connection from the egress node to this resource.
7468
7651
  attr_accessor :port
7469
-
7652
+ # The local port used by clients to connect to this resource.
7470
7653
  attr_accessor :port_override
7471
-
7654
+ # The Schema to use to direct initial requests.
7472
7655
  attr_accessor :schema
7473
-
7656
+ # The Azure AD client secret (application password) with which to authenticate.
7474
7657
  attr_accessor :secret
7475
7658
  # ID of the secret store containing credentials for this resource, if any.
7476
7659
  attr_accessor :secret_store_id
@@ -7478,7 +7661,7 @@ module SDM
7478
7661
  attr_accessor :subdomain
7479
7662
  # Tags is a map of key, value pairs.
7480
7663
  attr_accessor :tags
7481
-
7664
+ # The Azure AD directory (tenant) ID with which to authenticate.
7482
7665
  attr_accessor :tenant_id
7483
7666
 
7484
7667
  def initialize(
@@ -7529,43 +7712,43 @@ module SDM
7529
7712
  end
7530
7713
 
7531
7714
  class SQLServerKerberosAD
7532
- # Bind interface
7715
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7533
7716
  attr_accessor :bind_interface
7534
-
7717
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
7535
7718
  attr_accessor :database
7536
7719
  # A filter applied to the routing logic to pin datasource to nodes.
7537
7720
  attr_accessor :egress_filter
7538
7721
  # True if the datasource is reachable and the credentials are valid.
7539
7722
  attr_accessor :healthy
7540
-
7723
+ # The host to dial to initiate a connection from the egress node to this resource.
7541
7724
  attr_accessor :hostname
7542
7725
  # Unique identifier of the Resource.
7543
7726
  attr_accessor :id
7544
-
7727
+ # The keytab file in base64 format containing an entry with the principal name (username@realm) and key version number with which to authenticate.
7545
7728
  attr_accessor :keytab
7546
-
7729
+ # The Kerberos 5 configuration file (krb5.conf) specifying the Active Directory server (KDC) for the configured realm.
7547
7730
  attr_accessor :krb_config
7548
7731
  # Unique human-readable name of the Resource.
7549
7732
  attr_accessor :name
7550
-
7733
+ # If set, the database configured cannot be changed by users. This setting is not recommended for most use cases, as some clients will insist their database has changed when it has not, leading to user confusion.
7551
7734
  attr_accessor :override_database
7552
-
7735
+ # The port to dial to initiate a connection from the egress node to this resource.
7553
7736
  attr_accessor :port
7554
-
7737
+ # The local port used by clients to connect to this resource.
7555
7738
  attr_accessor :port_override
7556
-
7739
+ # The Active Directory domain (realm) to which the configured username belongs.
7557
7740
  attr_accessor :realm
7558
-
7741
+ # The Schema to use to direct initial requests.
7559
7742
  attr_accessor :schema
7560
7743
  # ID of the secret store containing credentials for this resource, if any.
7561
7744
  attr_accessor :secret_store_id
7562
-
7745
+ # The Service Principal Name of the Microsoft SQL Server instance in Active Directory.
7563
7746
  attr_accessor :server_spn
7564
7747
  # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
7565
7748
  attr_accessor :subdomain
7566
7749
  # Tags is a map of key, value pairs.
7567
7750
  attr_accessor :tags
7568
-
7751
+ # The username to authenticate with.
7569
7752
  attr_accessor :username
7570
7753
 
7571
7754
  def initialize(
@@ -7620,28 +7803,29 @@ module SDM
7620
7803
  end
7621
7804
 
7622
7805
  class SSH
7806
+ # Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
7623
7807
  attr_accessor :allow_deprecated_key_exchanges
7624
- # Bind interface
7808
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7625
7809
  attr_accessor :bind_interface
7626
7810
  # A filter applied to the routing logic to pin datasource to nodes.
7627
7811
  attr_accessor :egress_filter
7628
7812
  # True if the datasource is reachable and the credentials are valid.
7629
7813
  attr_accessor :healthy
7630
-
7814
+ # The host to dial to initiate a connection from the egress node to this resource.
7631
7815
  attr_accessor :hostname
7632
7816
  # Unique identifier of the Resource.
7633
7817
  attr_accessor :id
7634
-
7818
+ # The key type to use e.g. rsa-2048 or ed25519
7635
7819
  attr_accessor :key_type
7636
7820
  # Unique human-readable name of the Resource.
7637
7821
  attr_accessor :name
7638
-
7822
+ # The port to dial to initiate a connection from the egress node to this resource.
7639
7823
  attr_accessor :port
7640
-
7824
+ # Whether port forwarding is allowed through this server.
7641
7825
  attr_accessor :port_forwarding
7642
-
7826
+ # The local port used by clients to connect to this resource.
7643
7827
  attr_accessor :port_override
7644
-
7828
+ # The public key to append to a server's authorized keys. This will be generated after resource creation.
7645
7829
  attr_accessor :public_key
7646
7830
  # ID of the secret store containing credentials for this resource, if any.
7647
7831
  attr_accessor :secret_store_id
@@ -7649,7 +7833,7 @@ module SDM
7649
7833
  attr_accessor :subdomain
7650
7834
  # Tags is a map of key, value pairs.
7651
7835
  attr_accessor :tags
7652
-
7836
+ # The username to authenticate with.
7653
7837
  attr_accessor :username
7654
7838
 
7655
7839
  def initialize(
@@ -7698,30 +7882,31 @@ module SDM
7698
7882
  end
7699
7883
 
7700
7884
  class SSHCert
7885
+ # Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
7701
7886
  attr_accessor :allow_deprecated_key_exchanges
7702
- # Bind interface
7887
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7703
7888
  attr_accessor :bind_interface
7704
7889
  # A filter applied to the routing logic to pin datasource to nodes.
7705
7890
  attr_accessor :egress_filter
7706
7891
  # True if the datasource is reachable and the credentials are valid.
7707
7892
  attr_accessor :healthy
7708
-
7893
+ # The host to dial to initiate a connection from the egress node to this resource.
7709
7894
  attr_accessor :hostname
7710
7895
  # Unique identifier of the Resource.
7711
7896
  attr_accessor :id
7712
-
7897
+ # The key type to use e.g. rsa-2048 or ed25519
7713
7898
  attr_accessor :key_type
7714
7899
  # Unique human-readable name of the Resource.
7715
7900
  attr_accessor :name
7716
-
7901
+ # The port to dial to initiate a connection from the egress node to this resource.
7717
7902
  attr_accessor :port
7718
-
7903
+ # Whether port forwarding is allowed through this server.
7719
7904
  attr_accessor :port_forwarding
7720
-
7905
+ # The local port used by clients to connect to this resource.
7721
7906
  attr_accessor :port_override
7722
-
7907
+ # The ID of the remote identity group to use for remote identity connections.
7723
7908
  attr_accessor :remote_identity_group_id
7724
-
7909
+ # The username to use for healthchecks, when clients otherwise connect with their own remote identity username.
7725
7910
  attr_accessor :remote_identity_healthcheck_username
7726
7911
  # ID of the secret store containing credentials for this resource, if any.
7727
7912
  attr_accessor :secret_store_id
@@ -7729,7 +7914,7 @@ module SDM
7729
7914
  attr_accessor :subdomain
7730
7915
  # Tags is a map of key, value pairs.
7731
7916
  attr_accessor :tags
7732
-
7917
+ # The username to authenticate with.
7733
7918
  attr_accessor :username
7734
7919
 
7735
7920
  def initialize(
@@ -7780,26 +7965,27 @@ module SDM
7780
7965
  end
7781
7966
 
7782
7967
  class SSHCustomerKey
7968
+ # Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
7783
7969
  attr_accessor :allow_deprecated_key_exchanges
7784
- # Bind interface
7970
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7785
7971
  attr_accessor :bind_interface
7786
7972
  # A filter applied to the routing logic to pin datasource to nodes.
7787
7973
  attr_accessor :egress_filter
7788
7974
  # True if the datasource is reachable and the credentials are valid.
7789
7975
  attr_accessor :healthy
7790
-
7976
+ # The host to dial to initiate a connection from the egress node to this resource.
7791
7977
  attr_accessor :hostname
7792
7978
  # Unique identifier of the Resource.
7793
7979
  attr_accessor :id
7794
7980
  # Unique human-readable name of the Resource.
7795
7981
  attr_accessor :name
7796
-
7982
+ # The port to dial to initiate a connection from the egress node to this resource.
7797
7983
  attr_accessor :port
7798
-
7984
+ # Whether port forwarding is allowed through this server.
7799
7985
  attr_accessor :port_forwarding
7800
-
7986
+ # The local port used by clients to connect to this resource.
7801
7987
  attr_accessor :port_override
7802
-
7988
+ # The private key used to authenticate with the server.
7803
7989
  attr_accessor :private_key
7804
7990
  # ID of the secret store containing credentials for this resource, if any.
7805
7991
  attr_accessor :secret_store_id
@@ -7807,7 +7993,7 @@ module SDM
7807
7993
  attr_accessor :subdomain
7808
7994
  # Tags is a map of key, value pairs.
7809
7995
  attr_accessor :tags
7810
-
7996
+ # The username to authenticate with.
7811
7997
  attr_accessor :username
7812
7998
 
7813
7999
  def initialize(
@@ -8031,27 +8217,27 @@ module SDM
8031
8217
  end
8032
8218
 
8033
8219
  class SingleStore
8034
- # Bind interface
8220
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8035
8221
  attr_accessor :bind_interface
8036
-
8222
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
8037
8223
  attr_accessor :database
8038
8224
  # A filter applied to the routing logic to pin datasource to nodes.
8039
8225
  attr_accessor :egress_filter
8040
8226
  # True if the datasource is reachable and the credentials are valid.
8041
8227
  attr_accessor :healthy
8042
-
8228
+ # The host to dial to initiate a connection from the egress node to this resource.
8043
8229
  attr_accessor :hostname
8044
8230
  # Unique identifier of the Resource.
8045
8231
  attr_accessor :id
8046
8232
  # Unique human-readable name of the Resource.
8047
8233
  attr_accessor :name
8048
-
8234
+ # The password to authenticate with.
8049
8235
  attr_accessor :password
8050
-
8236
+ # The port to dial to initiate a connection from the egress node to this resource.
8051
8237
  attr_accessor :port
8052
-
8238
+ # The local port used by clients to connect to this resource.
8053
8239
  attr_accessor :port_override
8054
-
8240
+ # Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
8055
8241
  attr_accessor :require_native_auth
8056
8242
  # ID of the secret store containing credentials for this resource, if any.
8057
8243
  attr_accessor :secret_store_id
@@ -8059,9 +8245,9 @@ module SDM
8059
8245
  attr_accessor :subdomain
8060
8246
  # Tags is a map of key, value pairs.
8061
8247
  attr_accessor :tags
8062
-
8248
+ # If true, appends the hostname to the username when hitting a database.azure.com address
8063
8249
  attr_accessor :use_azure_single_server_usernames
8064
-
8250
+ # The username to authenticate with.
8065
8251
  attr_accessor :username
8066
8252
 
8067
8253
  def initialize(
@@ -8110,25 +8296,25 @@ module SDM
8110
8296
  end
8111
8297
 
8112
8298
  class Snowflake
8113
- # Bind interface
8299
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8114
8300
  attr_accessor :bind_interface
8115
-
8301
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
8116
8302
  attr_accessor :database
8117
8303
  # A filter applied to the routing logic to pin datasource to nodes.
8118
8304
  attr_accessor :egress_filter
8119
8305
  # True if the datasource is reachable and the credentials are valid.
8120
8306
  attr_accessor :healthy
8121
-
8307
+ # The host to dial to initiate a connection from the egress node to this resource.
8122
8308
  attr_accessor :hostname
8123
8309
  # Unique identifier of the Resource.
8124
8310
  attr_accessor :id
8125
8311
  # Unique human-readable name of the Resource.
8126
8312
  attr_accessor :name
8127
-
8313
+ # The password to authenticate with.
8128
8314
  attr_accessor :password
8129
-
8315
+ # The local port used by clients to connect to this resource.
8130
8316
  attr_accessor :port_override
8131
-
8317
+ # The schema to provide on authentication.
8132
8318
  attr_accessor :schema
8133
8319
  # ID of the secret store containing credentials for this resource, if any.
8134
8320
  attr_accessor :secret_store_id
@@ -8136,7 +8322,7 @@ module SDM
8136
8322
  attr_accessor :subdomain
8137
8323
  # Tags is a map of key, value pairs.
8138
8324
  attr_accessor :tags
8139
-
8325
+ # The username to authenticate with.
8140
8326
  attr_accessor :username
8141
8327
 
8142
8328
  def initialize(
@@ -8182,11 +8368,11 @@ module SDM
8182
8368
 
8183
8369
  # Snowsight is currently unstable, and its API may change, or it may be removed, without a major version bump.
8184
8370
  class Snowsight
8185
- # Bind interface
8371
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8186
8372
  attr_accessor :bind_interface
8187
8373
  # A filter applied to the routing logic to pin datasource to nodes.
8188
8374
  attr_accessor :egress_filter
8189
-
8375
+ # The StrongDM user email to use for healthchecks.
8190
8376
  attr_accessor :healthcheck_username
8191
8377
  # True if the datasource is reachable and the credentials are valid.
8192
8378
  attr_accessor :healthy
@@ -8194,13 +8380,13 @@ module SDM
8194
8380
  attr_accessor :id
8195
8381
  # Unique human-readable name of the Resource.
8196
8382
  attr_accessor :name
8197
-
8383
+ # The local port used by clients to connect to this resource.
8198
8384
  attr_accessor :port_override
8199
-
8385
+ # The Metadata for your snowflake IDP integration
8200
8386
  attr_accessor :samlmetadata
8201
8387
  # ID of the secret store containing credentials for this resource, if any.
8202
8388
  attr_accessor :secret_store_id
8203
-
8389
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
8204
8390
  attr_accessor :subdomain
8205
8391
  # Tags is a map of key, value pairs.
8206
8392
  attr_accessor :tags
@@ -8241,23 +8427,23 @@ module SDM
8241
8427
  end
8242
8428
 
8243
8429
  class Sybase
8244
- # Bind interface
8430
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8245
8431
  attr_accessor :bind_interface
8246
8432
  # A filter applied to the routing logic to pin datasource to nodes.
8247
8433
  attr_accessor :egress_filter
8248
8434
  # True if the datasource is reachable and the credentials are valid.
8249
8435
  attr_accessor :healthy
8250
-
8436
+ # The host to dial to initiate a connection from the egress node to this resource.
8251
8437
  attr_accessor :hostname
8252
8438
  # Unique identifier of the Resource.
8253
8439
  attr_accessor :id
8254
8440
  # Unique human-readable name of the Resource.
8255
8441
  attr_accessor :name
8256
-
8442
+ # The password to authenticate with.
8257
8443
  attr_accessor :password
8258
-
8444
+ # The port to dial to initiate a connection from the egress node to this resource.
8259
8445
  attr_accessor :port
8260
-
8446
+ # The local port used by clients to connect to this resource.
8261
8447
  attr_accessor :port_override
8262
8448
  # ID of the secret store containing credentials for this resource, if any.
8263
8449
  attr_accessor :secret_store_id
@@ -8265,7 +8451,7 @@ module SDM
8265
8451
  attr_accessor :subdomain
8266
8452
  # Tags is a map of key, value pairs.
8267
8453
  attr_accessor :tags
8268
-
8454
+ # The username to authenticate with.
8269
8455
  attr_accessor :username
8270
8456
 
8271
8457
  def initialize(
@@ -8308,23 +8494,23 @@ module SDM
8308
8494
  end
8309
8495
 
8310
8496
  class SybaseIQ
8311
- # Bind interface
8497
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8312
8498
  attr_accessor :bind_interface
8313
8499
  # A filter applied to the routing logic to pin datasource to nodes.
8314
8500
  attr_accessor :egress_filter
8315
8501
  # True if the datasource is reachable and the credentials are valid.
8316
8502
  attr_accessor :healthy
8317
-
8503
+ # The host to dial to initiate a connection from the egress node to this resource.
8318
8504
  attr_accessor :hostname
8319
8505
  # Unique identifier of the Resource.
8320
8506
  attr_accessor :id
8321
8507
  # Unique human-readable name of the Resource.
8322
8508
  attr_accessor :name
8323
-
8509
+ # The password to authenticate with.
8324
8510
  attr_accessor :password
8325
-
8511
+ # The port to dial to initiate a connection from the egress node to this resource.
8326
8512
  attr_accessor :port
8327
-
8513
+ # The local port used by clients to connect to this resource.
8328
8514
  attr_accessor :port_override
8329
8515
  # ID of the secret store containing credentials for this resource, if any.
8330
8516
  attr_accessor :secret_store_id
@@ -8332,7 +8518,7 @@ module SDM
8332
8518
  attr_accessor :subdomain
8333
8519
  # Tags is a map of key, value pairs.
8334
8520
  attr_accessor :tags
8335
-
8521
+ # The username to authenticate with.
8336
8522
  attr_accessor :username
8337
8523
 
8338
8524
  def initialize(
@@ -8375,8 +8561,9 @@ module SDM
8375
8561
  end
8376
8562
 
8377
8563
  class Tag
8564
+ # The name or key of this tag. Each name can only refer to one value on a tagged entity.
8378
8565
  attr_accessor :name
8379
-
8566
+ # The value of this tag.
8380
8567
  attr_accessor :value
8381
8568
 
8382
8569
  def initialize(
@@ -8397,23 +8584,23 @@ module SDM
8397
8584
  end
8398
8585
 
8399
8586
  class Teradata
8400
- # Bind interface
8587
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8401
8588
  attr_accessor :bind_interface
8402
8589
  # A filter applied to the routing logic to pin datasource to nodes.
8403
8590
  attr_accessor :egress_filter
8404
8591
  # True if the datasource is reachable and the credentials are valid.
8405
8592
  attr_accessor :healthy
8406
-
8593
+ # The host to dial to initiate a connection from the egress node to this resource.
8407
8594
  attr_accessor :hostname
8408
8595
  # Unique identifier of the Resource.
8409
8596
  attr_accessor :id
8410
8597
  # Unique human-readable name of the Resource.
8411
8598
  attr_accessor :name
8412
-
8599
+ # The password to authenticate with.
8413
8600
  attr_accessor :password
8414
-
8601
+ # The port to dial to initiate a connection from the egress node to this resource.
8415
8602
  attr_accessor :port
8416
-
8603
+ # The local port used by clients to connect to this resource.
8417
8604
  attr_accessor :port_override
8418
8605
  # ID of the secret store containing credentials for this resource, if any.
8419
8606
  attr_accessor :secret_store_id
@@ -8421,7 +8608,7 @@ module SDM
8421
8608
  attr_accessor :subdomain
8422
8609
  # Tags is a map of key, value pairs.
8423
8610
  attr_accessor :tags
8424
-
8611
+ # The username to authenticate with.
8425
8612
  attr_accessor :username
8426
8613
 
8427
8614
  def initialize(
@@ -8465,25 +8652,25 @@ module SDM
8465
8652
 
8466
8653
  # Trino is currently unstable, and its API may change, or it may be removed, without a major version bump.
8467
8654
  class Trino
8468
- # Bind interface
8655
+ # The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8469
8656
  attr_accessor :bind_interface
8470
-
8657
+ # The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
8471
8658
  attr_accessor :database
8472
8659
  # A filter applied to the routing logic to pin datasource to nodes.
8473
8660
  attr_accessor :egress_filter
8474
8661
  # True if the datasource is reachable and the credentials are valid.
8475
8662
  attr_accessor :healthy
8476
-
8663
+ # The host to dial to initiate a connection from the egress node to this resource.
8477
8664
  attr_accessor :hostname
8478
8665
  # Unique identifier of the Resource.
8479
8666
  attr_accessor :id
8480
8667
  # Unique human-readable name of the Resource.
8481
8668
  attr_accessor :name
8482
-
8669
+ # The password to authenticate with.
8483
8670
  attr_accessor :password
8484
-
8671
+ # The port to dial to initiate a connection from the egress node to this resource.
8485
8672
  attr_accessor :port
8486
-
8673
+ # The local port used by clients to connect to this resource.
8487
8674
  attr_accessor :port_override
8488
8675
  # ID of the secret store containing credentials for this resource, if any.
8489
8676
  attr_accessor :secret_store_id
@@ -8491,7 +8678,7 @@ module SDM
8491
8678
  attr_accessor :subdomain
8492
8679
  # Tags is a map of key, value pairs.
8493
8680
  attr_accessor :tags
8494
-
8681
+ # The username to authenticate with.
8495
8682
  attr_accessor :username
8496
8683
 
8497
8684
  def initialize(
@@ -8607,9 +8794,9 @@ module SDM
8607
8794
  attr_accessor :id
8608
8795
  # Unique human-readable name of the SecretStore.
8609
8796
  attr_accessor :name
8610
-
8797
+ # The namespace to make requests within
8611
8798
  attr_accessor :namespace
8612
-
8799
+ # The URL of the Vault to target
8613
8800
  attr_accessor :server_address
8614
8801
  # Tags is a map of key, value pairs.
8615
8802
  attr_accessor :tags
@@ -8638,18 +8825,19 @@ module SDM
8638
8825
  end
8639
8826
 
8640
8827
  class VaultTLSStore
8828
+ # A path to a CA file accessible by a Node
8641
8829
  attr_accessor :ca_cert_path
8642
-
8830
+ # A path to a client certificate file accessible by a Node
8643
8831
  attr_accessor :client_cert_path
8644
-
8832
+ # A path to a client key file accessible by a Node
8645
8833
  attr_accessor :client_key_path
8646
8834
  # Unique identifier of the SecretStore.
8647
8835
  attr_accessor :id
8648
8836
  # Unique human-readable name of the SecretStore.
8649
8837
  attr_accessor :name
8650
-
8838
+ # The namespace to make requests within
8651
8839
  attr_accessor :namespace
8652
-
8840
+ # The URL of the Vault to target
8653
8841
  attr_accessor :server_address
8654
8842
  # Tags is a map of key, value pairs.
8655
8843
  attr_accessor :tags
@@ -8688,9 +8876,9 @@ module SDM
8688
8876
  attr_accessor :id
8689
8877
  # Unique human-readable name of the SecretStore.
8690
8878
  attr_accessor :name
8691
-
8879
+ # The namespace to make requests within
8692
8880
  attr_accessor :namespace
8693
-
8881
+ # The URL of the Vault to target
8694
8882
  attr_accessor :server_address
8695
8883
  # Tags is a map of key, value pairs.
8696
8884
  attr_accessor :tags