Private/Types/enums/CredentialInheritedMode.generated.psm1

enum CredentialInheritedMode
{
    Default = 0
    Parent = 1
    Folder = 2
}