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. |
ApiIds
Required
ApiIds interface{}
- Type: interface{}
Property apiIds: APIs to bind with the signature.
GroupId
Required
GroupId interface{}
- Type: interface{}
Property groupId: The id of group.
SignatureId
Required
SignatureId interface{}
- Type: interface{}
Property signatureId: The id of the Signature.
StageName
Required
StageName interface{}
- Type: interface{}
Property stageName: Bind signature in this stage.