Skip to main content

MachineIdentityConnection

A page of MachineIdentity results

type MachineIdentityConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [MachineIdentity!]
edges: [MachineIdentityEdge!]
}

Fields

MachineIdentityConnection.pageInfo ● PageInfo! non-null object

Current page information

MachineIdentityConnection.totalCount ● Int! non-null scalar

Total number of certificates (in all pages)

MachineIdentityConnection.nodes ● [MachineIdentity!] list object

MachineIdentity in the current page, without cursor

MachineIdentityConnection.edges ● [MachineIdentityEdge!] list object

MachineIdentities in the current page, together with their associated cursor

Returned By

cloudMachineIdentities query

Member Of

Certificate object