Class: Google::Apis::DeploymentmanagerV2::TestPermissionsRequest
- Inherits:
-
Object
- Object
- Google::Apis::DeploymentmanagerV2::TestPermissionsRequest
- 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
-
#permissions ⇒ Array<String>
The set of permissions to check for the 'resource'.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TestPermissionsRequest
constructor
A new instance of TestPermissionsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TestPermissionsRequest
Returns a new instance of TestPermissionsRequest.
1560 1561 1562 |
# File 'lib/google/apis/deploymentmanager_v2/classes.rb', line 1560 def initialize(**args) update!(**args) end |
Instance Attribute Details
#permissions ⇒ Array<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
1558 1559 1560 |
# File 'lib/google/apis/deploymentmanager_v2/classes.rb', line 1558 def @permissions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1565 1566 1567 |
# File 'lib/google/apis/deploymentmanager_v2/classes.rb', line 1565 def update!(**args) @permissions = args[:permissions] if args.key?(:permissions) end |