Class: Google::Apis::GkehubV1beta::TestIamPermissionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1beta::TestIamPermissionsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1beta/classes.rb,
lib/google/apis/gkehub_v1beta/representations.rb,
lib/google/apis/gkehub_v1beta/representations.rb
Overview
Response message for TestIamPermissions method.
Instance Attribute Summary collapse
-
#permissions ⇒ Array<String>
A subset of
TestPermissionsRequest.permissionsthat the caller is allowed.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TestIamPermissionsResponse
constructor
A new instance of TestIamPermissionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TestIamPermissionsResponse
Returns a new instance of TestIamPermissionsResponse.
2414 2415 2416 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2414 def initialize(**args) update!(**args) end |
Instance Attribute Details
#permissions ⇒ Array<String>
A subset of TestPermissionsRequest.permissions that the caller is allowed.
Corresponds to the JSON property permissions
2412 2413 2414 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2412 def @permissions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2419 2420 2421 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2419 def update!(**args) @permissions = args[:permissions] if args.key?(:permissions) end |