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

    Type Alias GrantWritable

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

    type GrantWritable = {
        id?: number;
        permissions?: "read_only" | "read_write";
    }
    Index

    Properties

    Properties

    id?: number

    The unique identifier of the resource this grant applies to.

    permissions?: "read_only" | "read_write"

    The level of access this user has to this entity. If null, this user has no access.