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.
Implements
IMessageListDataAccessScopesResponse, IEquatableListDataAccessScopesResponse, IDeepCloneableListDataAccessScopesResponse, IBufferMessage, IMessage, IPageResponseDataAccessScope, IEnumerableDataAccessScope, IEnumerableNamespace
Google.Cloud.Chronicle.V1Assembly
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 |