Skip to content

CorsConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new CorsConfigProperty {
    object AllowCredentials = null,
    object AllowHeaders = null,
    object AllowMethods = null,
    object AllowOrigin = null,
    object ExposeHeaders = null,
    object MaxAge = null
};

Properties

Name Type Description
AllowCredentials object No description.
AllowHeaders object No description.
AllowMethods object No description.
AllowOrigin object No description.
ExposeHeaders object No description.
MaxAge object No description.

AllowCredentialsOptional

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

AllowHeadersOptional

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

AllowMethodsOptional

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

AllowOriginOptional

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

ExposeHeadersOptional

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

MaxAgeOptional

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