Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.34 KB

cybr_logon.md

File metadata and controls

43 lines (31 loc) · 1.34 KB

cybr logon

Logon to PAS REST API

Synopsis

Authenticate to PAS REST API using the provided authentication type.

Example Usage:
$ cybr logon -u $USERNAME -a $AUTH_TYPE -b https://pvwa.example.com
Logon to Privilege Cloud REST API:
$ cybr logon -u $USERNAME -a identity -b https://example.privilegecloud.cyberark.cloud
To bypass TLS verification:
$ cybr logon -u $USERNAME -a $AUTH_TYPE -b https://pvwa.example.com -i
cybr logon [flags]

Options

  -a, --auth-type string   Authentication method to logon using [cyberark|ldap|radius]
  -b, --base-url string    Base URL to send Logon request to [https://pvwa.example.com]
      --concurrent         If detected, will create a concurrent session to the PAS API
  -h, --help               help for logon
  -i, --insecure-tls       If detected, TLS will not be verified
      --non-interactive    If detected, will retrieve the password from the PAS_PASSWORD environment variable
  -p, --password string    Password to logon to PAS REST API, only supported when using --non-interactive flag
  -u, --username string    Username to logon to PAS REST API

Options inherited from parent commands

      --verbose   To enable verbose logging

SEE ALSO

  • cybr - cybr is CyberArk's PAS command-line interface utility
Auto generated by spf13/cobra on 24-Jan-2024