dundas.account.Group Class

 

Inheritance Hierarchy

 
Class
   dundas.account.Group
 

Constructors

 
  Name Description
init Initializes the dundas.account.Group object.
 
 

Properties

 
  Name Description
allowedIPAddresses Gets or sets the allowed IP addresses. The value is a comma-separated list containing any combination of IP addresses and/or IP address ranges. An IP address range may be specified using CIDR notation(e.g. 10.10.10.0/24) or as two addresses separated by a hyphen(e.g. 10.10.10.0-10.10.10.255).
createdTime Gets or sets the UTC time the group was created.
cultureName Gets or sets the name of the culture associated with the group.
customAttributes Gets or sets the group's explicitly assigned custom attributes.
deniedApplicationPrivilegeIds Gets or sets the IDs of standard privileges denied to the group.
description Gets or sets the description of the group.
displayName Gets or sets the name of the group.
grantedApplicationPrivilegeIds Gets or sets the IDs of standard privileges granted to the group.
groupKind Gets or sets the type of the group.
id Gets or sets the unique identifier of the group.
name Gets or sets the name of the group.
projectId Gets or sets the project ID of the group.
seatKind Gets or sets the kind of seat this group is in.
tenantId Gets or sets the tenant ID of the group.
tenantIds Gets a collection containing the ID of the tenant associated with the group, if any.
timeZone Gets or sets the ID of the time zone associated with the group.
warnings Gets or sets the list of warnings associated with creating or updating this group. [] indicates no warnings.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
toRawString Converts this object to an unescaped string. Used mainly for inputs.
toString Converts this object to an HTML escaped string.