GroupData Class

Base data contract object for returning an Group through REST API.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class GroupData : BaseDataContract

The GroupData type exposes the following members.

Constructors
  NameDescription
Public methodGroupData
Initializes a new instance of the GroupData class.
Top
Properties
  NameDescription
Public propertyAllowedIPAddresses
Gets or sets the allowed IP addresses.
Public propertyCreatedTime
Gets the UTC time the account or group was created.
Public propertyCultureName
Gets or sets the name of the culture associated with the group.
Public propertyCustomAttributes
Gets the account or group's explicitly assigned custom attributes.
Public propertyDeniedApplicationPrivilegeIds
Gets the IDs of standard privileges denied to the account or group.
Public propertyDescription
Gets or sets a description that may be associated with the account or group.
Public propertyDisplayName
Gets the friendly display name of the group.
Public propertyGrantedApplicationPrivilegeIds
Gets the IDs of standard privileges granted to the account or group.
Public propertyGroupKind
Gets the kind of group.
Public propertyId
Gets the unique identifier of the account or group.
Public propertyName
Gets or sets the name of the account or group.
Public propertyProjectId
Gets or sets the ID of the project to which the group belongs.
Public propertySeatKind
Gets or sets the kind of the seat used by the account or group.
Public propertyTenantId
Gets or sets the ID of the tenant associated with the account/group.
Public propertyTenantIds
Gets a collection containing the IDs of the tenant(s) associated with the account/group.
Public propertyTimeZone
Gets or sets the ID of the time zone associated with the group.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyWarnings
Gets a list of warnings associated with the instance.
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between GroupData and Group.
Public methodStatic memberToDataContractMappings
The mapping between Group and GroupData.
Top
See Also