Class UpdateFolderIntelligenceConfigRequest (1.12.0)

UpdateFolderIntelligenceConfigRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message to update the IntelligenceConfig resource associated with your folder.

IAM Permissions:

Requires storage.intelligenceConfigs.update IAM <https://cloud.google.com/iam/docs/overview#permissions>__ permission on the folder.

Attributes

Name Description
intelligence_config google.cloud.storage_control_v2.types.IntelligenceConfig
Required. The IntelligenceConfig resource to be updated.
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. The update_mask that specifies the fields within the IntelligenceConfig resource that should be modified by this update. Only the listed fields are updated.
request_id str
Optional. The ID that uniquely identifies the request, preventing duplicate processing.