@akamai/openapi-ts
    Preparing search index...

    Variable postObjectStorageKeysResponseSchemaConst

    postObjectStorageKeysResponseSchema: ZodObject<
        {
            access_key: ZodReadonly<ZodString>;
            bucket_access: ZodArray<
                ZodObject<
                    {
                        bucket_name: ZodString;
                        cluster: ZodString;
                        permissions: ZodEnum<
                            { read_only: "read_only"; read_write: "read_write" },
                        >;
                        region: ZodString;
                    },
                    $strip,
                >,
            >;
            id: ZodReadonly<ZodInt>;
            label: ZodString;
            limited: ZodReadonly<ZodBoolean>;
            regions: ZodArray<
                ZodObject<
                    {
                        endpoint_type: ZodEnum<{ E0: "E0"; E1: "E1"; E2: "E2"; E3: "E3" }>;
                        id: ZodString;
                        s3_endpoint: ZodString;
                    },
                    $strip,
                >,
            >;
            secret_key: ZodReadonly<ZodString>;
        },
        $strip,
    > = ...

    The settings necessary to create a new Object Storage access key.