`accounts read` — 계정 상세 조회하기

accounts read — 계정 상세 조회하기

boundary accounts read 명령어는 주어진 계정 ID에 대한 계정 상세를 가져와요.

출처: HashiCorp Boundary docs

본문

예시 (Examples)

다음 예시는 ID가 acctpw_1234567890인 계정 정보를 읽어요.

$ boundary accounts read -id acctpw_1234567890

예시 출력:

Account information:
  Auth Method ID:      ampw_1234567890
  Created Time:        Wed, 12 Jul 2023 12:20:54 PDT
  ID:                  acctpw_1234567890
  Type:                password
  Updated Time:        Wed, 12 Jul 2023 22:29:59 PDT
  Version:             5

  Scope:
    ID:                global
    Name:              global
    Type:              global

  Authorized Actions:
    no-op
    read
    update
    delete
    set-password
    change-password

  Attributes:
    Login Name:        admin

사용법 (Usage)

$ boundary accounts read [options] [args]

명령 옵션 (Command options)

  • -id (string: "") — 읽을 계정의 ID예요.