Skip to content

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.

ApiIdsRequired

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

Property apiIds: APIs to bind with the signature.


GroupIdRequired

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

Property groupId: The id of group.


SignatureIdRequired

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

Property signatureId: The id of the Signature.


StageNameRequired

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

Property stageName: Bind signature in this stage.