SignatureProps
Properties for defining a Signature
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-signature
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.SignatureProps {
SignatureKey: interface{},
SignatureName: interface{},
SignatureSecret: interface{},
}
Properties
Name | Type | Description |
---|---|---|
SignatureKey |
interface{} |
Property signatureKey: The key of the signature. |
SignatureName |
interface{} |
Property signatureName: The name of the Signature.It must be 4 to 128 characters in length, and can contain letters, digits, underscores (_), dashes (-), spaces and dots (.), It must start with a letter. |
SignatureSecret |
interface{} |
Property signatureSecret: The secret of the signature. |
SignatureKey
Required
SignatureKey interface{}
- Type: interface{}
Property signatureKey: The key of the signature.
SignatureName
Required
SignatureName interface{}
- Type: interface{}
Property signatureName: The name of the Signature.It must be 4 to 128 characters in length, and can contain letters, digits, underscores (_), dashes (-), spaces and dots (.), It must start with a letter.
SignatureSecret
Required
SignatureSecret interface{}
- Type: interface{}
Property signatureSecret: The secret of the signature.