Table of Contents

Enum GroupPolicyPermissionSecurityIdentifierType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a Group Policy permission security identifier type.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyPermissionSecurityIdentifierType

Fields

Alias = 4

The security identifier is an alias.

Computer = 8

The security identifier is a computer.

DeletedAccount = 6

The security identifier is a deleted account.

Domain = 3

The security identifier is a domain.

Group = 2

The security identifier is a group.

Invalid = 7

The security identifier is invalid.

Label = 9

The security identifier is a label.

Unknown = 0

The security identifier type is unknown.

User = 1

The security identifier is a user.

WellKnownGroup = 5

The security identifier is a well-known group.