Show / Hide Table of Contents

Class ApiEnvironmentConstants

Names of common configurations/environment variables used to configure OneCompute API services.

Inheritance
object
ApiEnvironmentConstants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DNVGL.One.Compute.Core.PlatformClient
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class ApiEnvironmentConstants

Fields

View Source

DefaultOneComputeServiceRegistryAudience

The default OneCompute service registry audience.

Declaration
public const string DefaultOneComputeServiceRegistryAudience = "api://16d6ec01-e926-4290-ab51-b0249d595d81"
Field Value
Type Description
string
View Source

DefaultOneComputeServiceRegistryScope

The default OneCompute service registry scope.

Declaration
public const string DefaultOneComputeServiceRegistryScope = "api://16d6ec01-e926-4290-ab51-b0249d595d81/.default"
Field Value
Type Description
string
View Source

DefaultOneComputeServiceRegistryTenantId

The default OneCompute service registry tenant identifier.

Declaration
public const string DefaultOneComputeServiceRegistryTenantId = "0a9cd2b7-28ef-4303-86b7-3b080ec95046"
Field Value
Type Description
string
View Source

DefaultOneComputeServiceRegistryTenantName

The default OneCompute service registry tenant full name.

Declaration
public const string DefaultOneComputeServiceRegistryTenantName = "onecompute.onmicrosoft.com"
Field Value
Type Description
string
View Source

OneComputeServiceRegistryTenant

The name of the OneCompute Service Registry tenant environment variable.

Declaration
public const string OneComputeServiceRegistryTenant = "OneComputeServiceRegistryTenant"
Field Value
Type Description
string
  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.