Private/Types/models/PasswordListCustomValue.generated.psm1


class PasswordListCustomValue
{
    [boolean]$IsProtected = $false
    [String]$Name = ''
    [String]$SafeValue = ''
    [String]$Value = ''
}