RosSignatureBindingProps
Properties for defining a RosSignatureBinding.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-signaturebinding
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RosSignatureBindingProps {
object ApiIds,
object GroupId,
object SignatureId,
object StageName
};
Properties
| Name | Type | Description |
|---|---|---|
ApiIds |
object |
No description. |
GroupId |
object |
No description. |
SignatureId |
object |
No description. |
StageName |
object |
No description. |
ApiIdsRequired
public object ApiIds { get; set; }
- Type: object
GroupIdRequired
public object GroupId { get; set; }
- Type: object
SignatureIdRequired
public object SignatureId { get; set; }
- Type: object
StageNameRequired
public object StageName { get; set; }
- Type: object