OBJECT
ManagementEndpointDiscoveredNode
Discovered node represents a node in the organisation structure discovered for a root account. A node can either represent an account group or an actual account. The differentiation between account group and account can be made on the basis of entity type.
link GraphQL Schema definition
- type ManagementEndpointDiscoveredNode implements Node {
- # If node represents an account group, children of the node
- #
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- String, : Int): ManagementEndpointDiscoveredNodeConnection ( :
- # Opaque global ID
- ID! :
- # If discovered node represents an account and it's already onboarded, details of
- # onboarded account
- ManagementEndpoint :
- # Name of the node
- String :
- # Identifier as in the cloud account provider
- String! :
- # Parent of the node
- ManagementEndpointDiscoveredNode :
- # Properties of the node
- ManagementEndpointProperty!] : [
- # Type of the node
- String :
- }
link Require by
- ManagementEndpointDiscoveredNodeDiscovered node represents a node in the organisation structure discovered for a root account. A node can either represent an account group or an actual account. The differentiation between account group and account can be made on the basis of entity type.
- ManagementEndpointDiscoveredNodeConnectionnull
- ManagementEndpointDiscoveredNodeEdgenull