Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ListDataAccessScopesResponse.
Response message for ListDataAccessScopes.
Generated from protobuf message google.cloud.chronicle.v1.ListDataAccessScopesResponse
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ data_access_scopes
↳ global_data_access_scope_granted
bool
Whether or not global scope is granted to the user.
↳ next_page_token
string
A token, which can be sent as page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
getDataAccessScopes
List of data access scopes.
setDataAccessScopes
List of data access scopes.
$this
getGlobalDataAccessScopeGranted
Whether or not global scope is granted to the user.
bool
hasGlobalDataAccessScopeGranted
clearGlobalDataAccessScopeGranted
setGlobalDataAccessScopeGranted
Whether or not global scope is granted to the user.
var
bool
$this
getNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string
setNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
var
string
$this