Skip to main content

@slack/web-api / AdminAuthPolicyRemoveEntitiesArguments

Interface: AdminAuthPolicyRemoveEntitiesArguments

Defined in: packages/web-api/src/types/request/admin/auth.ts:27

Extends​

  • EntityIDs.EntityType.PolicyName.TokenOverridable

Properties​

entity_ids​

entity_ids: string[];

Defined in: packages/web-api/src/types/request/admin/auth.ts:5

Description​

Encoded IDs of the entities interacting with.

Inherited from​

EntityIDs.entity_ids

entity_type​

entity_type: "USER";

Defined in: packages/web-api/src/types/request/admin/auth.ts:9

Description​

The type of entity interacting with the policy.

Inherited from​

EntityType.entity_type

policy_name​

policy_name: "email_password";

Defined in: packages/web-api/src/types/request/admin/auth.ts:13

Description​

The name of the policy.

Inherited from​

PolicyName.policy_name

token?​

optional token?: string;

Defined in: packages/web-api/src/types/request/common.ts:43

Description​

Overridable authentication token bearing required scopes.

Inherited from​

TokenOverridable.token