Skip to content

RosSecurityPolicyProps

Properties for defining a RosSecurityPolicy.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new RosSecurityPolicyProps {
    object Ciphers,
    object SecurityPolicyName,
    object TlsVersions,
    object ResourceGroupId = null
};

Properties

Name Type Description
Ciphers object No description.
SecurityPolicyName object No description.
TlsVersions object No description.
ResourceGroupId object No description.

CiphersRequired

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

SecurityPolicyNameRequired

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

TlsVersionsRequired

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

ResourceGroupIdOptional

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