get-SilverfortServiceAccountPolicy
SYNOPSIS
Gets the policy for a given Silverfort Service-account GUID
SYNTAX
DESCRIPTION
This function will return the policy definition for a given service-account GUID.
EXAMPLES
EXAMPLE 1
get-SilverfortServiceAccountPolicy -jwtToken $jwttoken -ObjectGUID 'a40d2bc5-71b4-0d4b-8456-27fec179a7ff'
Receive the policy for the service-account with GUID 'a40d2bc5-71b4-0d4b-8456-27fec179a7ff'
CHANGELOG YYYY-MM-DD - Naam - Wat gewijzigd 2025-04-03 - MM - Initieel script
PARAMETERS
-ObjectGUID
GUID of the serviceaccount.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-jwtToken
A valid JWT-token
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
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.