Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers
2018-12-18 22:25:30 +01:00
committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View File

@@ -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.

View File

@@ -596,7 +596,7 @@ RETURN = '''
msg:
description: Message as to what action was taken
returned: always
type: string
type: str
sample: "Client testclient has been updated"
proposed:

View File

@@ -212,7 +212,7 @@ RETURN = '''
msg:
description: Message as to what action was taken
returned: always
type: string
type: str
sample: "Client template testclient has been updated"
proposed: