Skip to content

Commit

Permalink
docs - TssSecret class updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Mar 30, 2021
1 parent 6d6743d commit eef7af7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions docs/collections/_abouttopics/about_tsssecret.md
Expand Up @@ -139,9 +139,10 @@ last_modified_at: 2021-03-17T00:00:00-00:00

# METHODS

[PSCredential] GetCredential()
Pulls the username field and the field flagged as the password (IsPassword = true)
Creates and will output a System.Management.Automation.PSCredential object
[PSCredential] GetCredential(string DomainField, string UserField, string PwdField)
Provide the desired slug names
Outputs a System.Management.Automation.PSCredential object
If DomainField is not required, provide $null or an empty string and it will be ignored

[System.String] GetFieldValue(string Slug)
Pulls the ItemValue of the field based on the slug name
Expand Down
7 changes: 4 additions & 3 deletions src/en-us/about_tsssecret.help.txt
Expand Up @@ -133,9 +133,10 @@ PROPERTIES

METHODS

[PSCredential] GetCredential()
Pulls the username field and the field flagged as the password (IsPassword = true)
Creates and will output a System.Management.Automation.PSCredential object
[PSCredential] GetCredential(string DomainField, string UserField, string PwdField)
Provide the desired slug names
Outputs a System.Management.Automation.PSCredential object
If DomainField is not required, provide $null or an empty string and it will be ignored

[System.String] GetFieldValue(string Slug)
Pulls the ItemValue of the field based on the slug name
Expand Down

0 comments on commit eef7af7

Please sign in to comment.