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
ApplicationId
Gets or sets the GUID identifying the app, used in permission checks.
public string? ApplicationId { get; set; }
Property Value
ValidateCertificates
Gets or sets a value indicating whether to validate certificates. Default value: true.
public bool ValidateCertificates { get; set; }