Chronicle v1 API - Class ListDataAccessScopesResponse (1.0.0-beta02)

public sealed class ListDataAccessScopesResponse : IMessage<ListDataAccessScopesResponse>, IEquatable<ListDataAccessScopesResponse>, IDeepCloneable<ListDataAccessScopesResponse>, IBufferMessage, IMessage, IPageResponse<DataAccessScope>, IEnumerable<DataAccessScope>, IEnumerable

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

Response message for ListDataAccessScopes.

Inheritance

object > ListDataAccessScopesResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ListDataAccessScopesResponse()

public ListDataAccessScopesResponse()

ListDataAccessScopesResponse(ListDataAccessScopesResponse)

public ListDataAccessScopesResponse(ListDataAccessScopesResponse other)
Parameter
Name Description
other ListDataAccessScopesResponse

Properties

DataAccessScopes

public RepeatedField<DataAccessScope> DataAccessScopes { get; }

List of data access scopes.

Property Value
Type Description
RepeatedFieldDataAccessScope

GlobalDataAccessScopeGranted

public bool GlobalDataAccessScopeGranted { get; set; }

Whether or not global scope is granted to the user.

Property Value
Type Description
bool

HasGlobalDataAccessScopeGranted

public bool HasGlobalDataAccessScopeGranted { get; }

Gets whether the "global_data_access_scope_granted" field is set

Property Value
Type Description
bool

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<DataAccessScope> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorDataAccessScope