mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-07 17:04:02 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -91,11 +91,11 @@ cyberark_session:
|
|||
sample:
|
||||
api_base_url:
|
||||
description: Base URL for API calls. Returned in the cyberark_session, so it can be used in subsequent calls.
|
||||
type: string
|
||||
type: str
|
||||
returned: always
|
||||
token:
|
||||
description: The token that identifies the session, encoded in BASE 64.
|
||||
type: string
|
||||
type: str
|
||||
returned: always
|
||||
use_shared_logon_authentication:
|
||||
description: Whether or not Shared Logon Authentication was used to establish the session.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue