groups read

groups read

출처: HashiCorp Boundary docs

Command: boundary groups read

The groups read command retrieves the group details for a given ID.

Examples

The following example retrieves the group information for a group with the ID, g_XzlDiNLgoz:

$ boundary groups read -id g_XzlDiNLgoz

Example output:

Group information:
  Created Time:        Thu, 24 Aug 2023 09:51:44 PDT
  Description:         A test group
  ID:                  g_XzlDiNLgoz
  Name:                group01
  Updated Time:        Thu, 24 Aug 2023 11:12:31 PDT
  Version:             2

  Scope:
    ID:                o_R0wbo0H6Zl
    Name:              quick-start-org
    Parent Scope ID:   global
    Type:              org

  Authorized Actions:
    no-op
    read
    update
    delete
    add-members
    set-members
    remove-members

  Members:
    ID:                u_qboadM3Q25
    Scope ID:          o_R0wbo0H6Zl

Usage

$ boundary groups read [options] [args]

Command options

  • -id (string: "") - The ID of the group to retrieve information for.

CLI options In addition to the command specific options, there are options common to all CLI commands and subcommands:

  • Connection options
  • Client options
  • Output options
  • Environment variables

Edit this page on GitHub