Class CloudFoundryEndpointOptions
- Namespace
- Steeltoe.Management.Endpoint.CloudFoundry
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class CloudFoundryEndpointOptions : AbstractEndpointOptions, ICloudFoundryOptions, IEndpointOptions- Inheritance
- 
      
      
      CloudFoundryEndpointOptions
- Implements
- Inherited Members
- Extension Methods
Constructors
CloudFoundryEndpointOptions()
public CloudFoundryEndpointOptions()CloudFoundryEndpointOptions(IConfiguration)
public CloudFoundryEndpointOptions(IConfiguration config)Parameters
- configIConfiguration
Properties
ApplicationId
public string ApplicationId { get; set; }Property Value
CloudFoundryApi
public string CloudFoundryApi { get; set; }Property Value
DefaultSensitive
[Obsolete("Use Exposure Options instead.")]
public override bool DefaultSensitive { get; }Property Value
ValidateCertificates
public bool ValidateCertificates { get; set; }