Fix collection module docs for names, IDs, and named URLs (#14269)

This commit is contained in:
Homero Pawlowski
2023-07-24 05:57:46 -07:00
committed by GitHub
parent fc1b74aa68
commit 63e82aa4a3
29 changed files with 107 additions and 107 deletions

View File

@@ -65,7 +65,7 @@ options:
type: str
credential:
description:
- Name of the credential to use with this SCM resource.
- Name, ID, or named URL of the credential to use with this SCM resource.
type: str
aliases:
- scm_credential
@@ -106,7 +106,7 @@ options:
- job_timeout
default_environment:
description:
- Default Execution Environment to use for jobs relating to the project.
- Default Execution Environment name, ID, or named URL to use for jobs relating to the project.
type: str
custom_virtualenv:
description:
@@ -116,7 +116,7 @@ options:
type: str
organization:
description:
- Name of organization for project.
- Name, ID, or named URL of organization for the project.
type: str
state:
description:
@@ -162,7 +162,7 @@ options:
type: float
signature_validation_credential:
description:
- Name of the credential to use for signature validation.
- Name, ID, or named URL of the credential to use for signature validation.
- If signature validation credential is provided, signature validation will be enabled.
type: str