proto_docs/google/iam/v1/policy.rb in google-cloud-bigquery-analytics_hub-v1-0.1.0 vs proto_docs/google/iam/v1/policy.rb in google-cloud-bigquery-analytics_hub-v1-0.2.0
- old
+ new
@@ -33,11 +33,12 @@
# For some types of Google Cloud resources, a `binding` can also specify a
# `condition`, which is a logical expression that allows access to a resource
# only if the expression evaluates to `true`. A condition can add constraints
# based on attributes of the request, the resource, or both. To learn which
# resources support conditions in their IAM policies, see the
- # [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
+ # [IAM
+ # documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
#
# **JSON example:**
#
# {
# "bindings": [
@@ -56,11 +57,12 @@
# "user:eve@example.com"
# ],
# "condition": {
# "title": "expirable access",
# "description": "Does not grant access after Sep 2020",
- # "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
+ # "expression": "request.time <
+ # timestamp('2020-10-01T00:00:00.000Z')",
# }
# }
# ],
# "etag": "BwWWja0YfJA=",
# "version": 3
@@ -110,11 +112,12 @@
#
# If a policy does not include any conditions, operations on that policy may
# specify any valid version or leave the field unset.
#
# To learn which resources support conditions in their IAM policies, see the
- # [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
+ # [IAM
+ # documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
# @!attribute [rw] bindings
# @return [::Array<::Google::Iam::V1::Binding>]
# Associates a list of `members`, or principals, with a `role`. Optionally,
# may specify a `condition` that determines how and when the `bindings` are
# applied. Each of the `bindings` must contain at least one principal.
@@ -303,10 +306,11 @@
# The log type that this config enables.
# @!attribute [rw] exempted_members
# @return [::Array<::String>]
# Specifies the identities that do not cause logging for this type of
# permission.
- # Follows the same format of {::Google::Iam::V1::Binding#members Binding.members}.
+ # Follows the same format of
+ # {::Google::Iam::V1::Binding#members Binding.members}.
class AuditLogConfig
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
# The list of valid permission types for which logging can be configured.