Skip to content

AppProps

Properties for defining a App.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-app

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new AppProps {
    object AppName,
    object AppCode = null,
    object AppKey = null,
    object AppSecret = null,
    object Description = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
AppName object Property appName: The name of the App.Need [4, 26] Chinese\English\Number characters or "_",and should start with Chinese\/English character.
AppCode object Property appCode: The app code of the APP.
AppKey object Property appKey: The key of the APP.
AppSecret object Property appSecret: The secret of the APP.
Description object Property description: Description of the App, less than 180 characters.
Tags TagsProperty[] Property tags: Tags to attach to app.

AppNameRequired

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

Property appName: The name of the App.Need [4, 26] Chinese\English\Number characters or "_",and should start with Chinese\/English character.


AppCodeOptional

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

Property appCode: The app code of the APP.

The length is 8~128 English characters, which can contain numbers, underscores (_) and dashes (-),and AppCode is globally unique.


AppKeyOptional

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

Property appKey: The key of the APP.

The length is 8~128 English characters, which can contain numbers, underscores (_) and dashes (-), and AppKey is globally unique.


AppSecretOptional

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

Property appSecret: The secret of the APP.

The length is 8~128 English characters, which can contain numbers, underscores (_) and dashes (-).


DescriptionOptional

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

Property description: Description of the App, less than 180 characters.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags to attach to app.

Max support 20 tags to add during create app. Each tag with two properties Key and Value, and Key is required.