Class Bucket.EncryptionData
Encryption configuration for a bucket.
Inheritance
object
Bucket.EncryptionData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 |