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. |
DeletionProtection
Optional
public object DeletionProtection { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DkmsInstanceId
Optional
public object DkmsInstanceId { get; set; }
- Type: object
Enable
Optional
public object Enable { get; set; }
- Type: object
EnableAutomaticRotation
Optional
public object EnableAutomaticRotation { get; set; }
- Type: object
KeySpec
Optional
public object KeySpec { get; set; }
- Type: object
KeyUsage
Optional
public object KeyUsage { get; set; }
- Type: object
PendingWindowInDays
Optional
public object PendingWindowInDays { get; set; }
- Type: object
Policy
Optional
public object Policy { get; set; }
- Type: object
ProtectionLevel
Optional
public object ProtectionLevel { get; set; }
- Type: object
RotationInterval
Optional
public object RotationInterval { get; set; }
- Type: object