GroupContractProperties Class

Definition

Group contract Properties.

public class GroupContractProperties
type GroupContractProperties = class
Public Class GroupContractProperties
Inheritance
GroupContractProperties

Constructors

GroupContractProperties()

Initializes a new instance of the GroupContractProperties class.

GroupContractProperties(String, String, Nullable<Boolean>, Nullable<GroupType>, String)

Initializes a new instance of the GroupContractProperties class.

Properties

BuiltIn

Gets true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.

Description

Gets or sets group description. Can contain HTML formatting tags.

DisplayName

Gets or sets group name.

ExternalId

Gets or sets for external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://&amp;lt;tenant&amp;gt;.onmicrosoft.com/groups/&amp;lt;group object id&amp;gt;; otherwise the value is null.

Type

Gets or sets group type. Possible values include: 'custom', 'system', 'external'

Methods

Validate()

Validate the object.

Applies to