Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

$SecureResourceProperty

Modified on July 26, 2024

the value of a specified secure resource property

Script usage:

$SecureResourceProperty(resource, property, [type])

Parameters:

NameDescription
resourceThe name of the resource to read.
propertyThe name of the resource property to get.
typeThe type of the resource property to get.

Example:

# InternalProGet is a ProGet Secure Resource

set $host = $CredentialProperty(InternalProGet, ServerUrl);

exec sometool.exe --host $host;