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 RecoveryWindowInDays = null,
object RotationInterval = null,
object SecretDataType = null,
object SecretType = 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. |
RecoveryWindowInDays |
object |
No description. |
RotationInterval |
object |
No description. |
SecretDataType |
object |
No description. |
SecretType |
object |
No description. |
VersionStages |
object |
No description. |
SecretData
Required
public object SecretData { get; set; }
- Type: object
SecretName
Required
public object SecretName { get; set; }
- Type: object
VersionId
Required
public object VersionId { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DkmsInstanceId
Optional
public object DkmsInstanceId { get; set; }
- Type: object
EnableAutomaticRotation
Optional
public object EnableAutomaticRotation { get; set; }
- Type: object
EncryptionKeyId
Optional
public object EncryptionKeyId { get; set; }
- Type: object
ExtendedConfig
Optional
public object ExtendedConfig { get; set; }
- Type: object
ForceDeleteWithoutRecovery
Optional
public object ForceDeleteWithoutRecovery { get; set; }
- Type: object
RecoveryWindowInDays
Optional
public object RecoveryWindowInDays { get; set; }
- Type: object
RotationInterval
Optional
public object RotationInterval { get; set; }
- Type: object
SecretDataType
Optional
public object SecretDataType { get; set; }
- Type: object
SecretType
Optional
public object SecretType { get; set; }
- Type: object
VersionStages
Optional
public object VersionStages { get; set; }
- Type: object