classes/folders/TssFolderSummary.class.ps1

class TssFolderSummary {
    [string]
    $FolderName

    [string]
    $FolderPath

    [int]
    $FolderTypeId

    [int]
    $Id

    [boolean]
    $InheritPermissions

    [boolean]
    $InheritSecretPolicy

    [int]
    $ParentFolderId

    [int]
    $SecretPolicyId
}