ScopeResponse: {
    claimMapper?: { [key: string]: string };
    createdAt: string;
    description?: string;
    id: string;
    name: string;
    updatedAt?: string;
}

Type declaration

  • OptionalclaimMapper?: { [key: string]: string }

    Scope claim mapper

  • createdAt: string

    When scope was created

  • Optionaldescription?: string

    Scope description

  • id: string

    Scope id

  • name: string

    Scope name

  • OptionalupdatedAt?: string

    Last scope update