Skip to content

SecurityContextSysctlsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ess;
new SecurityContextSysctlsProperty {
    object Name,
    object Value = null
};

Properties

Name Type Description
Name object No description.
Value object No description.

NameRequired

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

ValueOptional

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