Class: Google::Apis::DeploymentmanagerV2::TestPermissionsRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/deploymentmanager_v2/classes.rb,
lib/google/apis/deploymentmanager_v2/representations.rb,
lib/google/apis/deploymentmanager_v2/representations.rb
more...

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TestPermissionsRequest

Returns a new instance of TestPermissionsRequest.

[View source]

1560
1561
1562
# File 'lib/google/apis/deploymentmanager_v2/classes.rb', line 1560

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#permissionsArray<String>

The set of permissions to check for the 'resource'. Permissions with wildcards (such as '' or 'storage.') are not allowed. Corresponds to the JSON property permissions

Returns:

  • (Array<String>)

1558
1559
1560
# File 'lib/google/apis/deploymentmanager_v2/classes.rb', line 1558

def permissions
  @permissions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

1565
1566
1567
# File 'lib/google/apis/deploymentmanager_v2/classes.rb', line 1565

def update!(**args)
  @permissions = args[:permissions] if args.key?(:permissions)
end