CertificateAuthorityCollectionAnnotation Properties
Class Properties 3 members
An annotation that indicates a resource is referencing a certificate authority collection.
CertificateAuthorityCollections Section titled CertificateAuthorityCollections List<CertificateAuthorityCollection> Gets the
CertificateAuthorityCollection that is being referenced. public List<CertificateAuthorityCollection> CertificateAuthorityCollections { get; } Gets a value indicating whether the resource should attempt to override its default CA trust behavior in favor of the provided certificates (not all resources will support this).
public CertificateTrustScope? Scope { get; } Gets a value indicating whether platform developer certificates should be considered trusted.
public bool? TrustDeveloperCertificates { get; }