Class UpdateDataAccessScopeRequest (0.1.0)

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

Request message for UpdateDataAccessScope method.

Attributes

Name Description
data_access_scope google.cloud.chronicle_v1.types.DataAccessScope
Required. The data access scope to update. The scope's name field is used to identify the scope to update. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
update_mask google.protobuf.field_mask_pb2.FieldMask
The list of fields to update. If not included, all fields with a non-empty value will be overwritten. Currently, only the description, the allowed and denied labels list fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.