INPUT_OBJECT

ManagementEndpointDiscoveredAccountInput

link GraphQL Schema definition

  • input ManagementEndpointDiscoveredAccountInput {
  • # Management endpoint used to administer the organisation
  • administrativeEndpointId: String
  • # Return records after the given cursor.
  • after: String
  • # Query accounts that are members of one or more account groups.
  • # For a tree query, this can be used to expand one or more tree nodes. Leave null
  • # to start at the accounts' root
  • baseAccountTreeNodeId: [String!]
  • # Return records before the given cursor. Applicable only for LIST response
  • # format.
  • before: String
  • # Credential to fetch the Azure or GCP account(s) hierarchy.
  • credential: ManagementEndpointCredentialsInput
  • # Credential ID to fetch the Azure or GCP account(s) hierarchy.
  • credentialId: String
  • # Returns tree only up to given depth. Applicable only to TREE and FLATTENED_TREE
  • # response formats. Currently depth cannot be more than 5
  • depth: Int
  • # Management endpoint type
  • endpointType: ManagementEndpointType!
  • # Limit the number of entries in response to the first N. For tree responses,
  • # this will return the first N from each level.
  • first: Int
  • # Response format
  • responseFormat: ManagementEndpointDiscoveredAccountResponseFormat!
  • }