public sealed class UpdateDataAccessScopeRequest : IMessage<UpdateDataAccessScopeRequest>, IEquatable<UpdateDataAccessScopeRequest>, IDeepCloneable<UpdateDataAccessScopeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Chronicle v1 API class UpdateDataAccessScopeRequest.
public DataAccessScope DataAccessScope { get; set; }
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}
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Chronicle v1 API - Class UpdateDataAccessScopeRequest (1.0.0-beta02)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta02 (latest)](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.UpdateDataAccessScopeRequest)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/1.0.0-beta01/Google.Cloud.Chronicle.V1.UpdateDataAccessScopeRequest) \n\n public sealed class UpdateDataAccessScopeRequest : IMessage\u003cUpdateDataAccessScopeRequest\u003e, IEquatable\u003cUpdateDataAccessScopeRequest\u003e, IDeepCloneable\u003cUpdateDataAccessScopeRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Chronicle v1 API class UpdateDataAccessScopeRequest.\n\nRequest message for UpdateDataAccessScope method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateDataAccessScopeRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateDataAccessScopeRequest](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.UpdateDataAccessScopeRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateDataAccessScopeRequest](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.UpdateDataAccessScopeRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateDataAccessScopeRequest](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.UpdateDataAccessScopeRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Chronicle.V1](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Chronicle.V1.dll\n\nConstructors\n------------\n\n### UpdateDataAccessScopeRequest()\n\n public UpdateDataAccessScopeRequest()\n\n### UpdateDataAccessScopeRequest(UpdateDataAccessScopeRequest)\n\n public UpdateDataAccessScopeRequest(UpdateDataAccessScopeRequest other)\n\nProperties\n----------\n\n### DataAccessScope\n\n public DataAccessScope DataAccessScope { get; set; }\n\nRequired. The data access scope to update.\n\nThe scope's `name` field is used to identify the scope to update.\nFormat:\n`projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}`\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nThe list of fields to update. If not included, all fields with a non-empty\nvalue will be overwritten. Currently, only the description, the allowed\nand denied labels list fields are supported for update;\nan update call that attempts to update any\nother fields will return INVALID_ARGUMENT."]]