Type alias APIKeyIdentity

APIKeyIdentity: {
    __typename: "APIKeyIdentity";
    name?: string | null;
    urn?: string | null;
}

Type declaration

  • __typename: "APIKeyIdentity"
  • Optional name?: string | null
  • Optional urn?: string | null

Generated using TypeDoc