class Google::Apis::MetastoreV1beta::TestIamPermissionsRequest
Request message for TestIamPermissions method.
Attributes
permissions[RW]
The set of permissions to check for the resource. Permissions with wildcards ( such as '*' or 'storage.*') are not allowed. For more information see IAM Overview (cloud.google.com/iam/docs/overview#permissions). Corresponds to the JSON property `permissions` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/metastore_v1beta/classes.rb, line 1508 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/metastore_v1beta/classes.rb, line 1513 def update!(**args) @permissions = args[:permissions] if args.key?(:permissions) end