Class: Google::Apis::SecuritycenterV1beta1::TestIamPermissionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::TestIamPermissionsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#permissions ⇒ Array<String>
Corresponds to the JSON property
permissions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TestIamPermissionsResponse
constructor
A new instance of TestIamPermissionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TestIamPermissionsResponse
Returns a new instance of TestIamPermissionsResponse.
12432 12433 12434 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 12432 def initialize(**args) update!(**args) end |
Instance Attribute Details
#permissions ⇒ Array<String>
Corresponds to the JSON property permissions
12430 12431 12432 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 12430 def @permissions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12437 12438 12439 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 12437 def update!(**args) @permissions = args[:permissions] if args.key?(:permissions) end |