Class: Google::Apis::CloudassetV1::Permissions
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1::Permissions
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/cloudasset_v1/classes.rb,
generated/google/apis/cloudasset_v1/representations.rb,
generated/google/apis/cloudasset_v1/representations.rb
Overview
IAM permissions
Instance Attribute Summary collapse
-
#permissions ⇒ Array<String>
A list of permissions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Permissions
constructor
A new instance of Permissions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Permissions
Returns a new instance of Permissions.
2826 2827 2828 |
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 2826 def initialize(**args) update!(**args) end |
Instance Attribute Details
#permissions ⇒ Array<String>
A list of permissions. A sample permission string: compute.disk.get
.
Corresponds to the JSON property permissions
2824 2825 2826 |
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 2824 def @permissions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2831 2832 2833 |
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 2831 def update!(**args) @permissions = args[:permissions] if args.key?(:permissions) end |