Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IamDetails
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IamDetails
- 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::GoogleCloudSecuritycenterV2IamRolePermission>
Corresponds to the JSON property
iamRolePermissions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IamDetails
constructor
A new instance of GoogleCloudSecuritycenterV2IamDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IamDetails
Returns a new instance of GoogleCloudSecuritycenterV2IamDetails.
7211 7212 7213 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 7211 def initialize(**args) update!(**args) end |
Instance Attribute Details
#iam_role_permissions ⇒ Array<Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IamRolePermission>
Corresponds to the JSON property iamRolePermissions
7209 7210 7211 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 7209 def @iam_role_permissions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7216 7217 7218 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 7216 def update!(**args) @iam_role_permissions = args[:iam_role_permissions] if args.key?(:iam_role_permissions) end |