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

    Variable putObjectStorageKeyResponseSchemaConst

    putObjectStorageKeyResponseSchema: ZodObject<
        {
            access_key: ZodString;
            id: ZodInt;
            label: ZodString;
            limited: ZodBoolean;
            regions: ZodArray<
                ZodObject<
                    {
                        endpoint_type: ZodEnum<{ E0: "E0"; E1: "E1"; E2: "E2"; E3: "E3" }>;
                        id: ZodString;
                        s3_endpoint: ZodString;
                    },
                    $strip,
                >,
            >;
            secret_key: ZodString;
        },
        $strip,
    > = ...

    An updated Object Storage key used for authentication.