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. |
SseAlgorithmRequired
public object SseAlgorithm { get; set; }
- Type: object
KmsMasterKeyIdOptional
public object KmsMasterKeyId { get; set; }
- Type: object