google-apis-managedidentities_v1 0.11.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7590b2f21c54db09b8cad4c99ec6c01ee22040d79cbabf5b418a8315c7f31ccf
4
- data.tar.gz: a2e90566ef845bf631ba5acc378fc9b8702e2f92d04586c6074d8ea8bf6ac648
3
+ metadata.gz: c52a14dad1176cf0abaa36e14ff6b585db23a6a7bc3712be0aa37c26c7d9e9f5
4
+ data.tar.gz: d96c99ab5db5fcee9a830e89c56205c383e962fff67acf7b377a804557d6bef8
5
5
  SHA512:
6
- metadata.gz: 0ebe09e1692187377b8527f622acc9d8cafaf51c50e742228abfc0c8e3f82f29916ab4b1ceec1c28a2504d21b469686152e918774e183e6e169495591314430b
7
- data.tar.gz: e77f434c0a04684e47fbe075e98666106f90661b0b6a162867f856fc9523dc73e00a44ea5e6d535e79d0d9e25dfeae31aea514dce5a0d3c5213004b8f0b963cd
6
+ metadata.gz: 7c95e4e737a42d234a8966c9cba338bea33e0125769027264c5ad69f2f737dfa81a4c0b4b1b39388dbddbe5320443049dc333d11064f76c3449d7a731c41ad73
7
+ data.tar.gz: f7367c61d1742e39c3efc4a20fc23dc538878dff1d2db2e3bccc863f61e5ac95e21841048377db4303caef233498d01f11fc9dc423e1b8f8ebb627affae6170c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-managedidentities_v1
2
2
 
3
+ ### v0.12.0 (2021-07-10)
4
+
5
+ * Regenerated from discovery document revision 20210701
6
+
3
7
  ### v0.11.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -322,6 +322,13 @@ module Google
322
322
  # @return [String]
323
323
  attr_accessor :admin
324
324
 
325
+ # Optional. Configuration for audit logs. True if audit logs are enabled, else
326
+ # false. Default is audit logs disabled.
327
+ # Corresponds to the JSON property `auditLogsEnabled`
328
+ # @return [Boolean]
329
+ attr_accessor :audit_logs_enabled
330
+ alias_method :audit_logs_enabled?, :audit_logs_enabled
331
+
325
332
  # Optional. The full names of the Google Compute Engine [networks](/compute/docs/
326
333
  # networks-and-firewalls#networks) the domain instance is connected to. Networks
327
334
  # can be added using UpdateDomain. The domain is only available on networks
@@ -396,6 +403,7 @@ module Google
396
403
  # Update properties of this object
397
404
  def update!(**args)
398
405
  @admin = args[:admin] if args.key?(:admin)
406
+ @audit_logs_enabled = args[:audit_logs_enabled] if args.key?(:audit_logs_enabled)
399
407
  @authorized_networks = args[:authorized_networks] if args.key?(:authorized_networks)
400
408
  @create_time = args[:create_time] if args.key?(:create_time)
401
409
  @fqdn = args[:fqdn] if args.key?(:fqdn)
@@ -1101,7 +1109,7 @@ module Google
1101
1109
  # @return [Google::Apis::ManagedidentitiesV1::Certificate]
1102
1110
  attr_accessor :certificate
1103
1111
 
1104
- # Input only. The password used to encrypt the uploaded pfx certificate.
1112
+ # Input only. The password used to encrypt the uploaded PFX certificate.
1105
1113
  # Corresponds to the JSON property `certificatePassword`
1106
1114
  # @return [String]
1107
1115
  attr_accessor :certificate_password
@@ -1472,12 +1480,12 @@ module Google
1472
1480
  class OperationMetadata
1473
1481
  include Google::Apis::Core::Hashable
1474
1482
 
1475
- # [Output only] API version used to start the operation.
1483
+ # Output only. API version used to start the operation.
1476
1484
  # Corresponds to the JSON property `apiVersion`
1477
1485
  # @return [String]
1478
1486
  attr_accessor :api_version
1479
1487
 
1480
- # [Output only] Identifies whether the user has requested cancellation of the
1488
+ # Output only. Identifies whether the user has requested cancellation of the
1481
1489
  # operation. Operations that have successfully been cancelled have Operation.
1482
1490
  # error value with a google.rpc.Status.code of 1, corresponding to `Code.
1483
1491
  # CANCELLED`.
@@ -1486,27 +1494,27 @@ module Google
1486
1494
  attr_accessor :cancel_requested
1487
1495
  alias_method :cancel_requested?, :cancel_requested
1488
1496
 
1489
- # [Output only] The time the operation was created.
1497
+ # Output only. The time the operation was created.
1490
1498
  # Corresponds to the JSON property `createTime`
1491
1499
  # @return [String]
1492
1500
  attr_accessor :create_time
1493
1501
 
1494
- # [Output only] The time the operation finished running.
1502
+ # Output only. The time the operation finished running.
1495
1503
  # Corresponds to the JSON property `endTime`
1496
1504
  # @return [String]
1497
1505
  attr_accessor :end_time
1498
1506
 
1499
- # [Output only] Human-readable status of the operation, if any.
1507
+ # Output only. Human-readable status of the operation, if any.
1500
1508
  # Corresponds to the JSON property `statusDetail`
1501
1509
  # @return [String]
1502
1510
  attr_accessor :status_detail
1503
1511
 
1504
- # [Output only] Server-defined resource path for the target of the operation.
1512
+ # Output only. Server-defined resource path for the target of the operation.
1505
1513
  # Corresponds to the JSON property `target`
1506
1514
  # @return [String]
1507
1515
  attr_accessor :target
1508
1516
 
1509
- # [Output only] Name of the verb executed by the operation.
1517
+ # Output only. Name of the verb executed by the operation.
1510
1518
  # Corresponds to the JSON property `verb`
1511
1519
  # @return [String]
1512
1520
  attr_accessor :verb
@@ -1748,34 +1756,32 @@ module Google
1748
1756
  end
1749
1757
  end
1750
1758
 
1751
- # Represents the Sql instance integrated with AD.
1759
+ # Represents the SQL instance integrated with Managed AD.
1752
1760
  class SqlIntegration
1753
1761
  include Google::Apis::Core::Hashable
1754
1762
 
1755
- # Output only. The time sql integration was created. Synthetic field is
1756
- # populated automatically by CCFE.
1763
+ # Output only. The time the SQL integration was created.
1757
1764
  # Corresponds to the JSON property `createTime`
1758
1765
  # @return [String]
1759
1766
  attr_accessor :create_time
1760
1767
 
1761
- # The unique name of the sql integration in the form of `projects/`project_id`/
1768
+ # The unique name of the SQL integration in the form of `projects/`project_id`/
1762
1769
  # locations/global/domains/`domain_name`/sqlIntegrations/`sql_integration``
1763
1770
  # Corresponds to the JSON property `name`
1764
1771
  # @return [String]
1765
1772
  attr_accessor :name
1766
1773
 
1767
- # The full resource name of an integrated sql instance
1774
+ # The full resource name of an integrated SQL instance
1768
1775
  # Corresponds to the JSON property `sqlInstance`
1769
1776
  # @return [String]
1770
1777
  attr_accessor :sql_instance
1771
1778
 
1772
- # Output only. The current state of the sql integration.
1779
+ # Output only. The current state of the SQL integration.
1773
1780
  # Corresponds to the JSON property `state`
1774
1781
  # @return [String]
1775
1782
  attr_accessor :state
1776
1783
 
1777
- # Output only. The time sql integration was updated. Synthetic field is
1778
- # populated automatically by CCFE.
1784
+ # Output only. The time the SQL integration was updated.
1779
1785
  # Corresponds to the JSON property `updateTime`
1780
1786
  # @return [String]
1781
1787
  attr_accessor :update_time
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1
18
18
  # Version of the google-apis-managedidentities_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210615"
25
+ REVISION = "20210701"
26
26
  end
27
27
  end
28
28
  end
@@ -388,6 +388,7 @@ module Google
388
388
  # @private
389
389
  class Representation < Google::Apis::Core::JsonRepresentation
390
390
  property :admin, as: 'admin'
391
+ property :audit_logs_enabled, as: 'auditLogsEnabled'
391
392
  collection :authorized_networks, as: 'authorizedNetworks'
392
393
  property :create_time, as: 'createTime'
393
394
  property :fqdn, as: 'fqdn'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-managedidentities_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-managedidentities_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.11.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.12.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-managedidentities_v1
64
64
  post_install_message:
65
65
  rdoc_options: []