Class CloudFoundryEndpointOptions
Implements
Steeltoe.Common.Http.HttpClientPooling.IValidateCertificatesOptions
Inherited Members
Namespace: Steeltoe.Management.Endpoint.Actuators.CloudFoundry
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class CloudFoundryEndpointOptions : EndpointOptions
Properties
| Edit this page View SourceApi
Gets or sets the location of the Cloud Controller API for the Cloud Foundry deployment where the app runs.
Declaration
public string? Api { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
ApplicationId
Gets or sets the GUID identifying the app, used in permission checks.
Declaration
public string? ApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
ValidateCertificates
Gets or sets a value indicating whether to validate certificates. Default value: true.
Declaration
public bool ValidateCertificates { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
Steeltoe.Common.Http.HttpClientPooling.IValidateCertificatesOptions