Values.GetBucketAbacOutputSourceReturns the attribute-based access control (ABAC) property of the general purpose bucket. If ABAC is enabled on your bucket, you can use tags on the bucket for access control. For more information, see Enabling ABAC in general purpose buckets.
type nonrec t = {abacStatus : AbacStatus.t option;The ABAC status of the general purpose bucket.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]