Skip to main content

Interface: AdminAuthPolicyAssignEntitiesArguments

Extends

  • EntityIDs.EntityType.PolicyName.TokenOverridable

Properties

entity_ids

entity_ids: string[];

Description

Encoded IDs of the entities interacting with.

Inherited from

EntityIDs.entity_ids

Defined in

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


entity_type

entity_type: "USER";

Description

The type of entity interacting with the policy.

Inherited from

EntityType.entity_type

Defined in

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


policy_name

policy_name: "email_password";

Description

The name of the policy.

Inherited from

PolicyName.policy_name

Defined in

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


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

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