@slack/web-api / AdminAuthPolicyAssignEntitiesArguments
Defined in: src/types/request/admin/auth.ts:17
EntityIDs.EntityType.PolicyName.TokenOverridable
entity_ids: string[];Defined in: src/types/request/admin/auth.ts:5
Encoded IDs of the entities interacting with.
EntityIDs.entity_idsentity_type: "USER";Defined in: src/types/request/admin/auth.ts:9
The type of entity interacting with the policy.
EntityType.entity_typepolicy_name: "email_password";Defined in: src/types/request/admin/auth.ts:13
The name of the policy.
PolicyName.policy_nameoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token