Class Bucket.EncryptionData.CustomerManagedEncryptionEnforcementConfigData
If set, the new objects created in this bucket must comply with this enforcement config. Changing this has no effect on existing objects; it applies to new objects only. If omitted, the new objects are allowed to be encrypted with Customer Managed Encryption type by default.
Inherited Members
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class Bucket.EncryptionData.CustomerManagedEncryptionEnforcementConfigData
Properties
EffectiveTime
DateTime representation of EffectiveTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EffectiveTimeDateTimeOffset instead.")]
public virtual DateTime? EffectiveTime { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
EffectiveTimeDateTimeOffset
DateTimeOffset representation of EffectiveTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EffectiveTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
EffectiveTimeRaw
Server-determined value that indicates the time from which configuration was enforced and effective. This value is in RFC 3339 format.
Declaration
[JsonProperty("effectiveTime")]
public virtual string EffectiveTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RestrictionMode
Restriction mode for Customer-Managed Encryption Keys. Defaults to NotRestricted.
Declaration
[JsonProperty("restrictionMode")]
public virtual string RestrictionMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |