ServerSideEncryptionConfigurationProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oss;
new ServerSideEncryptionConfigurationProperty {
object SseAlgorithm,
object KmsMasterKeyId = null
};
Properties
Name | Type | Description |
---|---|---|
SseAlgorithm |
object |
No description. |
KmsMasterKeyId |
object |
No description. |
SseAlgorithm
Required
public object SseAlgorithm { get; set; }
- Type: object
KmsMasterKeyId
Optional
public object KmsMasterKeyId { get; set; }
- Type: object