lib/google/cloud/asset/v1beta1/doc/google/iam/v1/policy.rb in google-cloud-asset-0.1.1 vs lib/google/cloud/asset/v1beta1/doc/google/iam/v1/policy.rb in google-cloud-asset-0.1.2
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright 2018 Google LLC
+# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
@@ -97,32 +97,8 @@
# For example, `admins@example.com`.
#
# * `domain:{domain}`: A Google Apps domain name that represents all the
# users of that domain. For example, `google.com` or `example.com`.
class Binding; end
-
- # The difference delta between two policies.
- # @!attribute [rw] binding_deltas
- # @return [Array<Google::Iam::V1::BindingDelta>]
- # The delta for Bindings between two policies.
- class PolicyDelta; end
-
- # One delta entry for Binding. Each individual change (only one member in each
- # entry) to a binding will be a separate entry.
- # @!attribute [rw] action
- # @return [Google::Iam::V1::BindingDelta::Action]
- # The action that was performed on a Binding.
- # Required
- # @!attribute [rw] role
- # @return [String]
- # Role that is assigned to `members`.
- # For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
- # Required
- # @!attribute [rw] member
- # @return [String]
- # A single identity requesting access for a Cloud Platform resource.
- # Follows the same format of Binding.members.
- # Required
- class BindingDelta; end
end
end
end
\ No newline at end of file