INPUT_OBJECT
ManagementEndpointDiscoveredAccountInput
link GraphQL Schema definition
- input ManagementEndpointDiscoveredAccountInput {
- # Management endpoint used to administer the organisation
- String :
- # Return records after the given cursor.
- 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
- String!] : [
- # Return records before the given cursor. Applicable only for LIST response
- # format.
- String :
- # Credential to fetch the Azure or GCP account(s) hierarchy.
- ManagementEndpointCredentialsInput :
- # Credential ID to fetch the Azure or GCP account(s) hierarchy.
- String :
- # Returns tree only up to given depth. Applicable only to TREE and FLATTENED_TREE
- # response formats. Currently depth cannot be more than 5
- Int :
- # Management endpoint type
- ManagementEndpointType! :
- # Limit the number of entries in response to the first N. For tree responses,
- # this will return the first N from each level.
- Int :
- # Response format
- ManagementEndpointDiscoveredAccountResponseFormat! :
- }