Find-PASSafe

Find-PASSafe

SYNOPSIS

(Deprecated) Returns safe list from the vault.

SYNTAX

Find-PASSafe [[-search] <String>] [[-TimeoutSec] <Int32>] [<CommonParameters>]

DESCRIPTION

Minimum required version 10.1

Deprecated from 11.7

Returns abbreviated details for all safes

EXAMPLES

EXAMPLE 1

Find-PASSafe

Returns details of all safes which the user has access to.

EXAMPLE 2

Find-PASSafe -search "xyz abc"

Returns details of all matching safes which the user has access to.

PARAMETERS

List of keywords, separated with a space.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-TimeoutSec

See Invoke-WebRequest

Specify a timeout value in seconds

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Find-PASSafe is deprecated from 11.7

Function was based on undocumented features available since V10

It returns results faster than the Gen1 API (invoked with Get-PASSafe) but has a vastly different return object

Now documented since version 12.0, this is the Gen2 API for Get-PASafe.

https://pspas.pspete.dev/commands/Find-PASSafe

https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/SDK/Safes%20Web%20Services%20-%20List%20Safes.htm