Skip to content

AdditionalCertificateAssociationProps

Properties for defining a AdditionalCertificateAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-additionalcertificateassociation

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new AdditionalCertificateAssociationProps {
    object Certificates,
    object ListenerId
};

Properties

Name Type Description
Certificates object Property certificates: The list of the additional certificates.
ListenerId object Property listenerId: The ID of the listener.

CertificatesRequired

public object Certificates { get; set; }
  • Type: object

Property certificates: The list of the additional certificates.


ListenerIdRequired

public object ListenerId { get; set; }
  • Type: object

Property listenerId: The ID of the listener.