Table of Contents

Class EnvironmentEndpointOptions

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

Properties

KeysToSanitize

Gets the list of keys to sanitize. A key can be a simple string that the property must end with, or a regular expression. A case-insensitive match is always performed. Use a single-element empty string to disable sanitization. Default value:

[ "password", "secret", "key", "token", ".*credentials.*", "vcap_services" ]
public IList<string> KeysToSanitize { get; }

Property Value

IList<string>