-AppID <String> Unique ApplicationID (or Application Name) that will be used by the credential provider(s) to retrieve credentials
Required: true Position: named Default value: Accept pipeline input: true (ByPropertyName) Accept wildcard characters: false
|
-AuthType <String> Define the type of the target authentication Possible values: Path, Hash, OSUser, machineAddress, certificateSerialNumber
Required: true Position: named Default value: Accept pipeline input: true (ByPropertyName) Accept wildcard characters: false
|
-AuthValue <String> Value to be added to the target AppID
Required: true Position: named Default value: Accept pipeline input: true (ByPropertyName) Accept wildcard characters: false
|
-IsFolder [<SwitchParameter>] Define if the AuthValue is a folder if using an authentication type: path
Required: false Position: named Default value: False Accept pipeline input: true (ByPropertyName) Accept wildcard characters: false
|
-AllowInternalScripts [<SwitchParameter>] Define if internal scripts have permission to pull credentials if using an authentication type: path
Required: false Position: named Default value: False Accept pipeline input: true (ByPropertyName) Accept wildcard characters: false
|
-InputParameters <Hashtable> HashTable of values containing the parameters required to make the API call
Required: true Position: named Default value: Accept pipeline input: true (ByPropertyName) Accept wildcard characters: false
|
-token <Hashtable> HashTable of data containing various pieces of login information (PVWA, LoginToken, HeaderType, etc). If -token is not passed, function will use last known hashtable generated by New-VPASToken
Required: false Position: named Default value: Accept pipeline input: true (ByPropertyName) Accept wildcard characters: false
|
<CommonParameters> This cmdlet supports the common parameters: Verbose, Debug ErrorAction, ErrorVariable, WarningAction, WarningVariable OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216)
|