EncryptConfProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new EncryptConfProperty {
object Enable,
object EncryptType,
object UserCmkInfo = null
};
Properties
Name | Type | Description |
---|---|---|
Enable |
object |
No description. |
EncryptType |
object |
No description. |
UserCmkInfo |
object |
No description. |
Enable
Required
public object Enable { get; set; }
- Type: object
EncryptType
Required
public object EncryptType { get; set; }
- Type: object
UserCmkInfo
Optional
public object UserCmkInfo { get; set; }
- Type: object