class Google::Apis::CloudresourcemanagerV1beta1::TestIamPermissionsResponse

Response message for `TestIamPermissions` method.

Attributes

permissions[RW]

A subset of `TestPermissionsRequest.permissions` that the caller is allowed. Corresponds to the JSON property `permissions` @return [Array<String>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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