Show / Hide Table of Contents

Class OneComputePlatformServiceClient.ServiceRegistryConfiguration

Service Registry configuration.

Inheritance
System.Object
OneComputePlatformServiceClient.ServiceRegistryConfiguration
Namespace: DNVGL.One.Compute.Platform.Client.Extensions
Assembly: DNVGL.One.Compute.Platform.Client.Extensions.dll
Syntax
public class ServiceRegistryConfiguration : object

Properties

View Source

ApiScope

Gets the API scope.

Declaration
public string ApiScope { get; }
Property Value
Type Description
System.String

The API scope.

Remarks

With client credentials flows the scopes are ALWAYS of the shape "resource/.default", as the application permissions need to be set statically (in the Azure portal or by PowerShell), and then granted by a tenant administrator.

View Source

ServiceRegistryAuthority

Gets the service registry authority.

Declaration
public string ServiceRegistryAuthority { get; }
Property Value
Type Description
System.String
View Source

ServiceRegistryTenant

Gets the service registry tenant.

Declaration
public string ServiceRegistryTenant { get; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.