Class ApiEnvironmentConstants
Names of common configurations/environment variables used to configure OneCompute API services.
Inherited Members
Namespace: DNVGL.One.Compute.Core.PlatformClient
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class ApiEnvironmentConstants
Fields
View SourceDefaultOneComputeServiceRegistryAudience
The default OneCompute service registry audience.
Declaration
public const string DefaultOneComputeServiceRegistryAudience = "api://16d6ec01-e926-4290-ab51-b0249d595d81"
Field Value
Type | Description |
---|---|
string |
DefaultOneComputeServiceRegistryScope
The default OneCompute service registry scope.
Declaration
public const string DefaultOneComputeServiceRegistryScope = "api://16d6ec01-e926-4290-ab51-b0249d595d81/.default"
Field Value
Type | Description |
---|---|
string |
DefaultOneComputeServiceRegistryTenantId
The default OneCompute service registry tenant identifier.
Declaration
public const string DefaultOneComputeServiceRegistryTenantId = "0a9cd2b7-28ef-4303-86b7-3b080ec95046"
Field Value
Type | Description |
---|---|
string |
DefaultOneComputeServiceRegistryTenantName
The default OneCompute service registry tenant full name.
Declaration
public const string DefaultOneComputeServiceRegistryTenantName = "onecompute.onmicrosoft.com"
Field Value
Type | Description |
---|---|
string |
OneComputeServiceRegistryTenant
The name of the OneCompute Service Registry tenant environment variable.
Declaration
public const string OneComputeServiceRegistryTenant = "OneComputeServiceRegistryTenant"
Field Value
Type | Description |
---|---|
string |