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 SourceApiScope
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.
ServiceRegistryAuthority
Gets the service registry authority.
Declaration
public string ServiceRegistryAuthority { get; }
Property Value
Type | Description |
---|---|
System.String |
ServiceRegistryTenant
Gets the service registry tenant.
Declaration
public string ServiceRegistryTenant { get; }
Property Value
Type | Description |
---|---|
System.String |