public sealed class UpdateDataAccessScopeRequest : IMessage<UpdateDataAccessScopeRequest>, IEquatable<UpdateDataAccessScopeRequest>, IDeepCloneable<UpdateDataAccessScopeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Chronicle v1 API class UpdateDataAccessScopeRequest.
Request message for UpdateDataAccessScope method.
Implements
IMessageUpdateDataAccessScopeRequest, IEquatableUpdateDataAccessScopeRequest, IDeepCloneableUpdateDataAccessScopeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
UpdateDataAccessScopeRequest()
public UpdateDataAccessScopeRequest()
UpdateDataAccessScopeRequest(UpdateDataAccessScopeRequest)
public UpdateDataAccessScopeRequest(UpdateDataAccessScopeRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateDataAccessScopeRequest |
Properties
DataAccessScope
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}
Property Value | |
---|---|
Type | Description |
DataAccessScope |
UpdateMask
public FieldMask UpdateMask { get; set; }
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.
Property Value | |
---|---|
Type | Description |
FieldMask |