RosSecretProps
Properties for defining a RosSecret
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kms-secret
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkkms"
&alicloudroscdkkms.RosSecretProps {
SecretData: interface{},
SecretName: interface{},
VersionId: interface{},
Description: interface{},
DkmsInstanceId: interface{},
EnableAutomaticRotation: interface{},
EncryptionKeyId: interface{},
ExtendedConfig: interface{},
ForceDeleteWithoutRecovery: interface{},
RecoveryWindowInDays: interface{},
RotationInterval: interface{},
SecretDataType: interface{},
SecretType: interface{},
VersionStages: interface{},
}
Properties
Name | Type | Description |
---|---|---|
SecretData |
interface{} |
No description. |
SecretName |
interface{} |
No description. |
VersionId |
interface{} |
No description. |
Description |
interface{} |
No description. |
DkmsInstanceId |
interface{} |
No description. |
EnableAutomaticRotation |
interface{} |
No description. |
EncryptionKeyId |
interface{} |
No description. |
ExtendedConfig |
interface{} |
No description. |
ForceDeleteWithoutRecovery |
interface{} |
No description. |
RecoveryWindowInDays |
interface{} |
No description. |
RotationInterval |
interface{} |
No description. |
SecretDataType |
interface{} |
No description. |
SecretType |
interface{} |
No description. |
VersionStages |
interface{} |
No description. |
SecretData
Required
SecretData interface{}
- Type: interface{}
SecretName
Required
SecretName interface{}
- Type: interface{}
VersionId
Required
VersionId interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
DkmsInstanceId
Optional
DkmsInstanceId interface{}
- Type: interface{}
EnableAutomaticRotation
Optional
EnableAutomaticRotation interface{}
- Type: interface{}
EncryptionKeyId
Optional
EncryptionKeyId interface{}
- Type: interface{}
ExtendedConfig
Optional
ExtendedConfig interface{}
- Type: interface{}
ForceDeleteWithoutRecovery
Optional
ForceDeleteWithoutRecovery interface{}
- Type: interface{}
RecoveryWindowInDays
Optional
RecoveryWindowInDays interface{}
- Type: interface{}
RotationInterval
Optional
RotationInterval interface{}
- Type: interface{}
SecretDataType
Optional
SecretDataType interface{}
- Type: interface{}
SecretType
Optional
SecretType interface{}
- Type: interface{}
VersionStages
Optional
VersionStages interface{}
- Type: interface{}