Class Bucket.EncryptionData
Encryption configuration for a bucket.
Inherited Members
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class Bucket.EncryptionData
Properties
DefaultKmsKeyName
A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
Declaration
[JsonProperty("defaultKmsKeyName")]
public virtual string DefaultKmsKeyName { get; set; }
Property Value
Type | Description |
---|---|
string |