google_api_storage v0.4.0 GoogleApi.Storage.V1.Model.BucketIamConfigurationBucketPolicyOnly View Source

The bucket's Bucket Policy Only configuration.

Attributes

  • enabled (boolean()): If set, access checks only use bucket-level IAM policies or above. Defaults to: null.
  • lockedTime (DateTime.t): The deadline time for changing iamConfiguration.bucketPolicyOnly.enabled from true to false in RFC 3339 format. iamConfiguration.bucketPolicyOnly.enabled may be changed from true to false until the locked time, after which the field is immutable. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Storage.V1.Model.BucketIamConfigurationBucketPolicyOnly{
  enabled: any(),
  lockedTime: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.