class Google::Apis::CloudassetV1p1beta1::Permissions

IAM permissions.

Attributes

permissions[RW]

A list of permissions. Example permission string: “compute.disk.get”. Corresponds to the JSON property `permissions` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudasset_v1p1beta1/classes.rb, line 1778
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudasset_v1p1beta1/classes.rb, line 1783
def update!(**args)
  @permissions = args[:permissions] if args.key?(:permissions)
end