nerdexam
HashiCorp

VAULT-ASSOCIATE-002 · Question #78

Which of the following describes usage of an identity group?

The correct answer is D. Consistently apply the same set of policies to a collection of entities. Identity groups in Vault are primarily used to consistently apply a defined set of access policies to a collection of entities, streamlining access management.

Submitted by stefanr· Apr 18, 2026Understand Vault Concepts

Question

Which of the following describes usage of an identity group?

Options

  • ALimit the policies that would otherwise apply to an entity in the group
  • BWhen they want to revoke the credentials for a whole set of entities simultaneously
  • CAudit token usage
  • DConsistently apply the same set of policies to a collection of entities

How the community answered

(57 responses)
  • A
    4% (2)
  • B
    7% (4)
  • C
    2% (1)
  • D
    88% (50)

Why each option

Identity groups in Vault are primarily used to consistently apply a defined set of access policies to a collection of entities, streamlining access management.

ALimit the policies that would otherwise apply to an entity in the group

Identity groups primarily function to *apply* policies to entities within them, not to limit policies that would otherwise apply; an entity's effective policies are a combination of its direct policies and those inherited from its groups.

BWhen they want to revoke the credentials for a whole set of entities simultaneously

While identity groups can facilitate mass revocation by revoking the group's associated access, their fundamental purpose is to simplify policy assignment and management, not primarily to enable credential revocation.

CAudit token usage

Auditing token usage is a function of Vault's audit devices, which log requests and responses, and is not a direct usage or purpose of identity groups.

DConsistently apply the same set of policies to a collection of entitiesCorrect

Identity groups in Vault serve as a logical container to associate a set of policies with multiple entities (users or machines). This allows operators to manage access control efficiently by assigning policies once to a group, ensuring all members receive consistent permissions.

Concept tested: Vault identity group purpose

Source: https://developer.hashicorp.com/vault/docs/concepts/identity#groups

Topics

#Identity Groups#Vault Policies#Access Control

Community Discussion

No community discussion yet for this question.

Full VAULT-ASSOCIATE-002 Practice