Skip to content

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.

EnableRequired

public object Enable { get; set; }
  • Type: object

EncryptTypeRequired

public object EncryptType { get; set; }
  • Type: object

UserCmkInfoOptional

public object UserCmkInfo { get; set; }
  • Type: object