RosKeyProps
Properties for defining a RosKey.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kms-key
Initializer
using AlibabaCloud.SDK.ROS.CDK.Kms;
new RosKeyProps {
object DeletionProtection = null,
object Description = null,
object DkmsInstanceId = null,
object Enable = null,
object EnableAutomaticRotation = null,
object KeySpec = null,
object KeyUsage = null,
object PendingWindowInDays = null,
object Policy = null,
object ProtectionLevel = null,
object RotationInterval = null
};
Properties
| Name | Type | Description |
|---|---|---|
DeletionProtection |
object |
No description. |
Description |
object |
No description. |
DkmsInstanceId |
object |
No description. |
Enable |
object |
No description. |
EnableAutomaticRotation |
object |
No description. |
KeySpec |
object |
No description. |
KeyUsage |
object |
No description. |
PendingWindowInDays |
object |
No description. |
Policy |
object |
No description. |
ProtectionLevel |
object |
No description. |
RotationInterval |
object |
No description. |
DeletionProtectionOptional
public object DeletionProtection { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
DkmsInstanceIdOptional
public object DkmsInstanceId { get; set; }
- Type: object
EnableOptional
public object Enable { get; set; }
- Type: object
EnableAutomaticRotationOptional
public object EnableAutomaticRotation { get; set; }
- Type: object
KeySpecOptional
public object KeySpec { get; set; }
- Type: object
KeyUsageOptional
public object KeyUsage { get; set; }
- Type: object
PendingWindowInDaysOptional
public object PendingWindowInDays { get; set; }
- Type: object
PolicyOptional
public object Policy { get; set; }
- Type: object
ProtectionLevelOptional
public object ProtectionLevel { get; set; }
- Type: object
RotationIntervalOptional
public object RotationInterval { get; set; }
- Type: object