class Google::Apis::GenomicsV1::TestIamPermissionsRequest
Request message for `TestIamPermissions` method.
Attributes
permissions[RW]
REQUIRED: The set of permissions to check for the 'resource'. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. Allowed permissions are: * `genomics.datasets.create` * `genomics.datasets.delete` * `genomics. datasets.get` * `genomics.datasets.list` * `genomics.datasets.update` * ` genomics.datasets.getIamPolicy` * `genomics.datasets.setIamPolicy` Corresponds to the JSON property `permissions` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/genomics_v1/classes.rb, line 999 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/genomics_v1/classes.rb, line 1004 def update!(**args) @permissions = args[:permissions] if args.key?(:permissions) end