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
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -103,23 +103,23 @@ RETURN = r'''
cert_name:
description: The name of the certificate that the user provided
returned: created
type: string
type: str
sample: cert1
filename:
description:
- The name of the SSL certificate.
returned: created
type: string
type: str
sample: cert1.crt
checksum:
description: SHA1 checksum of the cert that was provided.
returned: changed and created
type: string
type: str
sample: f7ff9e8b7bb2e09b70935a5d785e0cc5d9d0abf0
source_path:
description: Path on BIG-IP where the source of the certificate is stored.
returned: created
type: string
type: str
sample: /var/config/rest/downloads/cert1.crt
'''