RosSecretProps
Properties for defining a RosSecret.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kms-secret
Initializer
using AlibabaCloud.SDK.ROS.CDK.Kms;
new RosSecretProps {
object SecretData,
object SecretName,
object VersionId,
object Description = null,
object DkmsInstanceId = null,
object EnableAutomaticRotation = null,
object EncryptionKeyId = null,
object ExtendedConfig = null,
object ForceDeleteWithoutRecovery = null,
object Policy = null,
object RecoveryWindowInDays = null,
object RotationInterval = null,
object SecretDataType = null,
object SecretType = null,
TagsProperty[] Tags = null,
object VersionStages = null
};
Properties
| Name | Type | Description |
|---|---|---|
SecretData | object | No description. |
SecretName | object | No description. |
VersionId | object | No description. |
Description | object | No description. |
DkmsInstanceId | object | No description. |
EnableAutomaticRotation | object | No description. |
EncryptionKeyId | object | No description. |
ExtendedConfig | object | No description. |
ForceDeleteWithoutRecovery | object | No description. |
Policy | object | No description. |
RecoveryWindowInDays | object | No description. |
RotationInterval | object | No description. |
SecretDataType | object | No description. |
SecretType | object | No description. |
Tags | TagsProperty[] | No description. |
VersionStages | object | No description. |
SecretDataRequired
public object SecretData { get; set; }
- Type: object
SecretNameRequired
public object SecretName { get; set; }
- Type: object
VersionIdRequired
public object VersionId { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
DkmsInstanceIdOptional
public object DkmsInstanceId { get; set; }
- Type: object
EnableAutomaticRotationOptional
public object EnableAutomaticRotation { get; set; }
- Type: object
EncryptionKeyIdOptional
public object EncryptionKeyId { get; set; }
- Type: object
ExtendedConfigOptional
public object ExtendedConfig { get; set; }
- Type: object
ForceDeleteWithoutRecoveryOptional
public object ForceDeleteWithoutRecovery { get; set; }
- Type: object
PolicyOptional
public object Policy { get; set; }
- Type: object
RecoveryWindowInDaysOptional
public object RecoveryWindowInDays { get; set; }
- Type: object
RotationIntervalOptional
public object RotationInterval { get; set; }
- Type: object
SecretDataTypeOptional
public object SecretDataType { get; set; }
- Type: object
SecretTypeOptional
public object SecretType { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
VersionStagesOptional
public object VersionStages { get; set; }
- Type: object