SecurityIdentifierType Enumeration

 

Specifies the type of a security identifier (SID). A SecurityIdentifierType enumeration value identifies the kind of trustee (security principal) that is associated with a GPPermission object.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public enum SecurityIdentifierType
public enum class SecurityIdentifierType
type SecurityIdentifierType
Public Enumeration SecurityIdentifierType

Members

Member name Description
Alias

An alias SID.

Computer

A SID for a computer.

DeletedAccount

A SID for a deleted account.

Domain

A domain SID.

Group

A group SID.

Invalid

A SID that is not valid.

Label

A mandatory integrity label SID.

Unknown

A SID of unknown type.

User

A user SID.

WellKnownGroup

A SID for a well-known group.

See Also

GPPermission
GPTrustee
Microsoft.GroupPolicy Namespace

Return to top