Skip to content

Commit 3d92b40

Browse files
robindittmargreenbonebot
authored andcommitted
clarification in doc string
1 parent c0c1653 commit 3d92b40

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gvm/protocols/gmp/requests/next/_credentials.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def create_credential_store_credential(
6060
credential_type: The credential type.
6161
comment: Comment for the credential
6262
allow_insecure: Whether to allow insecure use of the credential
63-
credential_store_id: The id of the credential store to use
64-
(defaults to '94e74cbe-0504-4ab1-b96f-0739f786f57c')
63+
credential_store_id: Optional id of the credential store to use
64+
(gvmd will pick default one if none is provided)
6565
vault_id: Vault-ID used to access the secret in credential store
6666
host_identifier: Host-Identifier used to access the secret in credential store
6767
@@ -152,8 +152,8 @@ def modify_credential_store_credential(
152152
name: Name of the credential
153153
comment: Comment for the credential
154154
allow_insecure: Whether to allow insecure use of the credential
155-
credential_store_id: The id of the credential store to use
156-
(defaults to '94e74cbe-0504-4ab1-b96f-0739f786f57c')
155+
credential_store_id: Optional id of the credential store to use
156+
(gvmd will pick default one if none is provided)
157157
vault_id: Vault-ID used to access the secret in credential store
158158
host_identifier: Host-Identifier used to access the secret in credential store
159159
"""

0 commit comments

Comments
 (0)