Skip to content

SecurityPolicyProps

Properties for defining a SecurityPolicy.

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

Initializer

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

Properties

Name Type Description
Ciphers object Property ciphers: The supported cipher suites, which are determined by the TLS protocol version.
SecurityPolicyName object Property securityPolicyName: The name of the security policy.
TlsVersions object Property tlsVersions: The supported versions of the Transport Layer Security (TLS) protocol.
ResourceGroupId object Property resourceGroupId: The ID of the resource group.

CiphersRequired

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

Property ciphers: The supported cipher suites, which are determined by the TLS protocol version.

The specified cipher suites must be supported by at least one TLS protocol version that you specify. Note For example, if you set the TLSVersions parameter to TLSv1.3, you must specify cipher suites that are supported by TLS 1.3.


SecurityPolicyNameRequired

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

Property securityPolicyName: The name of the security policy.

The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.


TlsVersionsRequired

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

Property tlsVersions: The supported versions of the Transport Layer Security (TLS) protocol.

Valid values: TLSv1.0, TLSv1.1, TLSv1.2, and TLSv1.3 and so on.


ResourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group.