You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class: TssSecret as output, TssSecretStub as input object from New-TssSecretOption#28
The output of the stub endpoint gives most of the properties needed for creating the secret. The main bit is the items/fields to deal with but that will have to be on the user's side.
Additional items that can be done when creating secrets such as on SSH with the sshKeyArgs will just be parameters to this command, most likely.
Requirement: Wiki article showing how to combine the commands for use and creating various secret types (built-in templates).
The text was updated successfully, but these errors were encountered:
Endpoint:
/secrets
(POST)Class:
TssSecret
as output,TssSecretStub
as input object fromNew-TssSecretOption
#28The output of the stub endpoint gives most of the properties needed for creating the secret. The main bit is the items/fields to deal with but that will have to be on the user's side.
Additional items that can be done when creating secrets such as on SSH with the
sshKeyArgs
will just be parameters to this command, most likely.Requirement: Wiki article showing how to combine the commands for use and creating various secret types (built-in templates).
The text was updated successfully, but these errors were encountered: