Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1IamDetails
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1IamDetails
- 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
-
#iam_role_permissions ⇒ Array<Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1IamRolePermission>
Corresponds to the JSON property
iamRolePermissions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV1IamDetails
constructor
A new instance of GoogleCloudSecuritycenterV1IamDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV1IamDetails
Returns a new instance of GoogleCloudSecuritycenterV1IamDetails.
3311 3312 3313 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3311 def initialize(**args) update!(**args) end |
Instance Attribute Details
#iam_role_permissions ⇒ Array<Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1IamRolePermission>
Corresponds to the JSON property iamRolePermissions
3309 3310 3311 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3309 def @iam_role_permissions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3316 3317 3318 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3316 def update!(**args) @iam_role_permissions = args[:iam_role_permissions] if args.key?(:iam_role_permissions) end |