Chronicle v1 API - Class ReferenceListScope (1.0.0-beta02)

public sealed class ReferenceListScope : IMessage<ReferenceListScope>, IEquatable<ReferenceListScope>, IDeepCloneable<ReferenceListScope>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class ReferenceListScope.

ReferenceListScope specifies the list of scope names of the reference list.

Inheritance

object > ReferenceListScope

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ReferenceListScope()

public ReferenceListScope()

ReferenceListScope(ReferenceListScope)

public ReferenceListScope(ReferenceListScope other)
Parameter
Name Description
other ReferenceListScope

Properties

ScopeNames

public RepeatedField<string> ScopeNames { get; }

Optional. The list of scope names of the reference list. The scope names should be full resource names and should be of the format: projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}.

Property Value
Type Description
RepeatedFieldstring