Get-PASAuthenticationMethod

Get-PASAuthenticationMethod

SYNOPSIS

List authentication methods

SYNTAX

Get-PASAuthenticationMethod [[-ID] <String>] [<CommonParameters>]

DESCRIPTION

Returns a list of all existing authentication methods.

Membership of Vault admins group required

EXAMPLES

EXAMPLE 1

Get-PASAuthenticationMethod

Returns list of all authentication methods.

EXAMPLE 2

Get-PASAuthenticationMethod -ID RADIUS

Returns details of the “RADIUS” authentication method only.

EXAMPLE 3

[PSCustomObject]@{ID = 'SAML'} | Get-PASAuthenticationMethod

Returns details of the “SAML” authentication method, with the ID value supplied via the pipeline.

EXAMPLE 4

Get-PASAuthenticationMethod | Where-Object enabled -eq $false

Returns all authentication methods that are currently disabled.

PARAMETERS

-ID

The ID of a specific authentication method to return details of

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
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

https://pspas.pspete.dev/commands/Get-PASAuthenticationMethod

https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/SDK/Get_specific_Authentication_method.htm

https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/SDK/Get_Authentication_methods.htm