Skip to content

RosAuditProps

Properties for defining a RosAudit.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-audit

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new RosAuditProps {
    object DisplayName,
    object VariableMap,
    object MultiAccount = null
};

Properties

Name Type Description
DisplayName object No description.
VariableMap object No description.
MultiAccount object No description.

DisplayNameRequired

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

VariableMapRequired

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

MultiAccountOptional

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