SecurityUserDescription Class

Definition

Represents a description for a security user.

public sealed class SecurityUserDescription
type SecurityUserDescription = class
Public NotInheritable Class SecurityUserDescription
Inheritance
SecurityUserDescription

Constructors

SecurityUserDescription()

Initializes a new instance of the SecurityUserDescription class.

Properties

Name

Gets the name of the user to be created as part of environment setup for the application manifest.

ParentApplicationGroups

Gets the parent groups in the security group description, to which this user is to be added.

ParentSystemGroups

Gets the local groups to which this user is to be added.

Sid

Gets the primary SecurityIdentifier for the SecurityUser.

Applies to