Skip to main content

Instance

An instances of the Verified Orchestration platform

type Instance {
authorityHosting: AuthorityHosting!
configuration: InstanceConfiguration
identifier: String!
}

Fields

Instance.authorityHosting ● AuthorityHosting! non-null enum

The type of authority hosting:

  • VO hosted
  • VO hosted with customer DNS
  • Customer hosted, requiring an authority client and authority ID to be configured.

Instance.configuration ● InstanceConfiguration object

The current instance configuration.

Instance.identifier ● String! non-null scalar

The unique identifier of the instance, forming part of the URL, for example company.sandbox or company.

Returned By

deleteInstanceMsGraphClient mutation ● instanceByIdentifier query ● saveInstanceMsGraphClient mutation ● updateInstanceAuthorityClient mutation ● updateInstanceConfiguration mutation