Get-PASPlatformPSMConfig
Get-PASPlatformPSMConfig
SYNOPSIS
Lists PSM Policy Section of a target platform.
SYNTAX
Get-PASPlatformPSMConfig [-ID] <Int32> [<CommonParameters>]
DESCRIPTION
Allows Vault admins to retrieve the PSM Policy Section of a target platform.
EXAMPLES
EXAMPLE 1
Get-PASPlatformPSMConfig -ID 42
Lists PSM Policy Section of target platform with ID of 42.
PARAMETERS
-ID
The numeric ID of the target platform to list PSM Policy of.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: 0
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.