Table of Contents

Class CloudFoundryEndpointOptions

Namespace
Steeltoe.Management.Endpoint.Actuators.CloudFoundry
Assembly
Steeltoe.Management.Endpoint.dll
public sealed class CloudFoundryEndpointOptions : EndpointOptions
Inheritance
CloudFoundryEndpointOptions
Inherited Members

Properties

Api

Gets or sets the location of the Cloud Controller API for the Cloud Foundry deployment where the app runs.

[ConfigurationKeyName("CloudFoundryApi")]
public string? Api { get; set; }

Property Value

string

ApplicationId

Gets or sets the GUID identifying the app, used in permission checks.

public string? ApplicationId { get; set; }

Property Value

string

ValidateCertificates

Gets or sets a value indicating whether to validate certificates. Default value: true.

public bool ValidateCertificates { get; set; }

Property Value

bool