ServiceAccountsPage
No description
type ServiceAccountsPage {
cursor: PaginationCursor!
items: [ServiceAccount]
}
Fields
ServiceAccountsPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors for navigating between pages.
ServiceAccountsPage.items ● [ServiceAccount] list object {#items}
A list of type service_account.
Returned By
serviceAccounts query
Member Of
Group object