Skip to content

CORSRuleProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oss;
new CORSRuleProperty {
    object AllowedHeader = null,
    object AllowedMethod = null,
    object AllowedOrigin = null,
    object ExposeHeader = null,
    object MaxAgeSeconds = null
};

Properties

Name Type Description
AllowedHeader object No description.
AllowedMethod object No description.
AllowedOrigin object No description.
ExposeHeader object No description.
MaxAgeSeconds object No description.

AllowedHeaderOptional

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

AllowedMethodOptional

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

AllowedOriginOptional

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

ExposeHeaderOptional

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

MaxAgeSecondsOptional

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