SignatureBindingProps
Properties for defining a SignatureBinding
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-signaturebinding
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new SignatureBindingProps {
object ApiIds,
object GroupId,
object SignatureId,
object StageName
};
Properties
Name | Type | Description |
---|---|---|
ApiIds |
object |
Property apiIds: APIs to bind with the signature. |
GroupId |
object |
Property groupId: The id of group. |
SignatureId |
object |
Property signatureId: The id of the Signature. |
StageName |
object |
Property stageName: Bind signature in this stage. |
ApiIds
Required
public object ApiIds { get; set; }
- Type: object
Property apiIds: APIs to bind with the signature.
GroupId
Required
public object GroupId { get; set; }
- Type: object
Property groupId: The id of group.
SignatureId
Required
public object SignatureId { get; set; }
- Type: object
Property signatureId: The id of the Signature.
StageName
Required
public object StageName { get; set; }
- Type: object
Property stageName: Bind signature in this stage.