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

    Type Alias GetProfileAppResponses

    type GetProfileAppResponses = {
        "200": {
            created: string;
            expiry: string | null;
            id: number;
            label: string;
            scopes: string;
            thumbnail_url: string | null;
            website: string;
        };
    }
    Index

    Properties

    Properties

    "200": {
        created: string;
        expiry: string | null;
        id: number;
        label: string;
        scopes: string;
        thumbnail_url: string | null;
        website: string;
    }

    An application you have authorized access to your Account through OAuth.

    Type Declaration

    • Readonlycreated: string

      Filterable, Read-only When this app was authorized.

    • Readonlyexpiry: string | null

      Filterable, Read-only When the app's access to your account expires. If null, the app's access must be revoked manually.

    • Readonlyid: number

      Read-only This authorization's ID, used for revoking access.

    • Readonlylabel: string

      Filterable, Read-only The name of the application you've authorized.

    • Readonlyscopes: string

      Read-only The OAuth scopes this app was authorized with. This defines what parts of your Account the app is allowed to access.

    • Readonlythumbnail_url: string | null

      Read-only The URL at which this app's thumbnail may be accessed.

    • Readonlywebsite: string

      Read-only The website where you can get more information about this app.