Get-KeldorSecretProvider
SYNOPSIS
Gets Keldor secret providers.
SYNTAX
Get-KeldorSecretProvider [[-Name] <String[]>] [-AvailableOnly] [-Detailed]
[<CommonParameters>]
DESCRIPTION
Gets the secret providers known to Keldor and reports their current availability and capabilities without retrieving secret values.
EXAMPLES
EXAMPLE 1
Get-KeldorSecretProvider
Gets the Keldor secret providers.
EXAMPLE 2
Get-KDSecretProvider -Name SecretManagement -Detailed
Gets detailed SecretManagement provider information by using the Get-KDSecretProvider alias.
PARAMETERS
-Name
Specifies one or more provider names. Auto is not a provider and is not returned.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-AvailableOnly
Returns only providers currently available for use.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-Detailed
Includes additional non-sensitive provider diagnostics and capability information.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
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
Keldor.SecretProviderInfo
NOTES
Alias: Get-KDSecretProvider
ALIASES
Get-KDSecretProvider
PLATFORM APPLICABILITY
Windows, macOS, and Linux.
POWERSHELL COMPATIBILITY
See PowerShell compatibility for the supported runtime policy. PowerShell 7.6 LTS is preferred.
RELATED LINKS
https://docs.keldor.dev/powershell/keldor/Get-KeldorSecretProvider