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

    Variable grantWritableSchemaConst

    grantWritableSchema: ZodObject<
        {
            id: ZodOptional<ZodInt>;
            permissions: ZodOptional<
                ZodEnum<{ read_only: "read_only"; read_write: "read_write" }>,
            >;
        },
        $strip,
    > = ...

    Represents the level of access a restricted user has to a specific resource on the account.