Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1IamDetails
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1IamDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb
Instance Attribute Summary collapse
-
#iam_role_permissions ⇒ Array<Google::Apis::SecuritycenterV1::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.
3742 3743 3744 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 3742 def initialize(**args) update!(**args) end |
Instance Attribute Details
#iam_role_permissions ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1IamRolePermission>
Corresponds to the JSON property iamRolePermissions
3740 3741 3742 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 3740 def @iam_role_permissions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3747 3748 3749 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 3747 def update!(**args) @iam_role_permissions = args[:iam_role_permissions] if args.key?(:iam_role_permissions) end |