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

    Type Alias GetAccountAvailabilityResponses

    type GetAccountAvailabilityResponses = {
        "200": { available: string[]; region: string; unavailable: string[] };
    }
    Index

    Properties

    Properties

    "200": { available: string[]; region: string; unavailable: string[] }

    Account Service Availability object.

    Type Declaration

    • Readonlyavailable: string[]

      Read-only A list of services available to your account in the region.

    • Readonlyregion: string

      Read-only The Akamai cloud computing data center (region), represented by a slug value. You can view a full list of regions and their associated slugs with the List regions operation.

    • Readonlyunavailable: string[]

      Read-only A list of services unavailable to your account in the region.