interface ActorsMap {
    group?: string[];
    groupId?: string[];
    user?: string[];
}

Hierarchy (view full)

Properties

Properties

group?: string[]

The name of the group to add. This parameter cannot be used with the groupId parameter. As a group's name can change, use of groupId is recommended.

groupId?: string[]

The ID of the group to add. This parameter cannot be used with the group parameter.

user?: string[]

The user account ID of the user to add.