Skip to main content

@slack/web-api / AdminAuthPolicyGetEntitiesResponse

Type Alias: AdminAuthPolicyGetEntitiesResponse

type AdminAuthPolicyGetEntitiesResponse = WebAPICallResult & object;

Defined in: src/types/response/AdminAuthPolicyGetEntitiesResponse.ts:11

Type declaration

entities?

optional entities: Entity[];

entity_total_count?

optional entity_total_count: number;

error?

optional error: string;

needed?

optional needed: string;

ok?

optional ok: boolean;

provided?

optional provided: string;