soc/api/v1/bootstrappolicies/Get-BootstrapPolicy.ps1
function Get-BootstrapPolicy { param( [Parameter(Mandatory)] [string] $BootstrapPolicyId ) return Invoke-Api Get "/soc/api/v1/bootstrappolicies/$BootstrapPolicyId" } |