Class: Google::Apis::CloudassetV1p1beta1::Permissions
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1p1beta1::Permissions
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudasset_v1p1beta1/classes.rb,
lib/google/apis/cloudasset_v1p1beta1/representations.rb,
lib/google/apis/cloudasset_v1p1beta1/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.
1947 1948 1949 |
# File 'lib/google/apis/cloudasset_v1p1beta1/classes.rb', line 1947 def initialize(**args) update!(**args) end |
Instance Attribute Details
#permissions ⇒ Array<String>
A list of permissions. Example permission string: "compute.disk.get".
Corresponds to the JSON property permissions
1945 1946 1947 |
# File 'lib/google/apis/cloudasset_v1p1beta1/classes.rb', line 1945 def @permissions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1952 1953 1954 |
# File 'lib/google/apis/cloudasset_v1p1beta1/classes.rb', line 1952 def update!(**args) @permissions = args[:permissions] if args.key?(:permissions) end |