Skip to content

SignatureBindingProps

Properties for defining a SignatureBinding.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.SignatureBindingProps {
    ApiIds: interface{},
    GroupId: interface{},
    SignatureId: interface{},
    StageName: interface{},
}

Properties

Name Type Description
ApiIds interface{} Property apiIds: APIs to bind with the signature.
GroupId interface{} Property groupId: The id of group.
SignatureId interface{} Property signatureId: The id of the Signature.
StageName interface{} Property stageName: Bind signature in this stage.

ApiIdsRequired

ApiIds interface{}
  • Type: interface{}

Property apiIds: APIs to bind with the signature.


GroupIdRequired

GroupId interface{}
  • Type: interface{}

Property groupId: The id of group.


SignatureIdRequired

SignatureId interface{}
  • Type: interface{}

Property signatureId: The id of the Signature.


StageNameRequired

StageName interface{}
  • Type: interface{}

Property stageName: Bind signature in this stage.