Class Bucket.EncryptionData
Encryption configuration for a bucket.
Inheritance
System.Object
Bucket.EncryptionData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class 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 |
---|---|
System.String |