CertificateTrustExecutionConfigurationContext Properties
Class Properties 4 members
Context for configuring certificate trust configuration properties.
The path to the PEM certificate bundle file in the resource context (e.g., container filesystem).
public ReferenceExpression CertificateBundlePath { get; init; } The path(s) to the certificate directories in the resource context (e.g., container filesystem).
public ReferenceExpression CertificateDirectoriesPath { get; init; } Is this request being generated for a container resource (i.e. does it require Linux style paths?).
public bool IsContainer { get; init; } The root path certificates will be written to in the resource context (e.g., container filesystem).
public string RootCertificatesPath { get; init; }