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

    Type Alias Grant

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

    type Grant = {
        id?: number;
        label?: string;
        permissions?: "read_only" | "read_write";
    }
    Index

    Properties

    id?: number

    The unique identifier of the resource this grant applies to.

    label?: string

    Read-only The name of the entity this grant applies to. This is only for display purposes.

    permissions?: "read_only" | "read_write"

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