Skip to main content

ProvisioningRequest

bucket_namestringrequired

Name of the bucket to be provisioned

org_namestringrequired

Name of the organization where the bucket should be provisioned

user_idstringrequired

ID of the user who is requesting the bucket

bucket_options object
publicboolean

If set to true, the bucket will be publicly accessible. Default is false.

storage_classStorageClass (string)

Storage class for the bucket. Default is STANDARD.

Possible values: [STANDARD, STANDARD_IA, GLACIER, GLACIER_IR]

enable_object_aclboolean

If set to true, per object ACL will be enabled. Default is false.

user_roleOrgMembership (string)

Role assigned to the user in the organization

Possible values: [Admin, Member]

ProvisioningRequest
{
"bucket_name": "string",
"org_name": "string",
"user_id": "string",
"bucket_options": {
"public": true,
"storage_class": "STANDARD",
"enable_object_acl": true
},
"user_role": "Admin"
}