SecurityGroupDescription Class

Definition

Represents a description of a security group.

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

Constructors

SecurityGroupDescription()

Initializes a new instance of the SecurityGroupDescription class.

Properties

DomainGroupMembers

Gets the domain groups to be added as members to this group.

DomainUserMembers

Gets the domain users to be added as members to this group.

Name

Gets the name of the group to be created as part of environment setup for an application.

Sid

Gets the primary SecurityIdentifier for the SecurityGroup.

SystemGroupMembers

Gets the system groups to be added as members to this group.

Applies to