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

    Type Alias ProxyUserTokenWritable

    The token generated manually for a child account so its proxy user can access the API and CLI without going through an OAuth login.

    type ProxyUserTokenWritable = {
        label?: string;
    }
    Index

    Properties

    Properties

    label?: string

    Filterable The name of the token. The API automatically sets this to <username>_<uid>_<time>. It's composed of the username for your parent account user, the unique uid Akamai assigned to identify your user, and the time the API generated the token. This is for display purposes only, but you can use it to help track how you're using each proxy user token.