Class Bucket.IamConfigurationData.UniformBucketLevelAccessData
The bucket's uniform bucket-level access configuration.
Inherited Members
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class Bucket.IamConfigurationData.UniformBucketLevelAccessData
Properties
Enabled
If set, access is controlled only by bucket-level or above IAM policies.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LockedTime
Date
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LockedTimeDateTimeOffset instead.")]
public virtual DateTime? LockedTime { get; set; }
Property Value
Type | Description |
---|---|
Date |
LockedTimeDateTimeOffset
Date
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LockedTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
Date |
LockedTimeRaw
The deadline for changing iamConfiguration.uniformBucketLevelAccess.enabled from true to false in RFC 3339 format. iamConfiguration.uniformBucketLevelAccess.enabled may be changed from true to false until the locked time, after which the field is immutable.
Declaration
[JsonProperty("lockedTime")]
public virtual string LockedTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |