Chronicle v1 API - Class ListDataAccessScopesRequest (1.0.0-beta02)

public sealed class ListDataAccessScopesRequest : IMessage<ListDataAccessScopesRequest>, IEquatable<ListDataAccessScopesRequest>, IDeepCloneable<ListDataAccessScopesRequest>, IBufferMessage, IMessage, IPageRequest

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

Request message for ListDataAccessScopes.

Inheritance

object > ListDataAccessScopesRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ListDataAccessScopesRequest()

public ListDataAccessScopesRequest()

ListDataAccessScopesRequest(ListDataAccessScopesRequest)

public ListDataAccessScopesRequest(ListDataAccessScopesRequest other)
Parameter
Name Description
other ListDataAccessScopesRequest

Properties

Filter

public string Filter { get; set; }

Optional. A filter which should follow the guidelines of AIP-160. Supports filtering on all fieds of DataAccessScope and all operations as mentioned in https://google.aip.dev/160. example filter: "create_time greater than "2023-04-21T11:30:00-04:00" OR display_name:"-21-1"".

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

The maximum number of data access scopes to return. The service may return fewer than this value. If unspecified, at most 100 data access scopes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous ListDataAccessScopesRequest call. Provide this to retrieve the subsequent page.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource where this data access scope will be created. Format: projects/{project}/locations/{location}/instances/{instance}

Property Value
Type Description
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

InstanceName-typed view over the Parent resource name property.

Property Value
Type Description
InstanceName