File tree Expand file tree Collapse file tree
gvm/protocols/gmp/requests/next Expand file tree Collapse file tree Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments