OBJECT

MultiTenantHostSpec

Description

MultiTenant host specification.

link GraphQL Schema definition

  • type MultiTenantHostSpec {
  • # Azure App ID of the multi-tenant host.
  • multiTenantHostAzureAppId: String!
  • # Network configuration of the multi-tenant host.
  • multiTenantHostNetworkConfig: NetworkConfig
  • }