Class Group
Information about an organizational group.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Group : IMessage<Group>, IEquatable<Group>, IDeepCloneable<Group>, IBufferMessage, IMessage
Constructors
Group()
Declaration
public Group()
Group(Group)
Declaration
public Group(Group other)
Parameters
| Type | Name | Description |
|---|---|---|
| Group | other |
Properties
Attribute
Generic entity metadata attributes of the group.
Declaration
public Attribute Attribute { get; set; }
Property Value
| Type | Description |
|---|---|
| Attribute |
CreationTime
Group creation time. Deprecated: creation_time should be populated in Attribute as generic metadata.
Declaration
[Obsolete]
public Timestamp CreationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Timestamp |
EmailAddresses
Email addresses of the group.
Declaration
public RepeatedField<string> EmailAddresses { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
GroupDisplayName
Group display name. e.g. "Finance".
Declaration
public string GroupDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProductObjectId
Product globally unique user object identifier, such as an LDAP Object Identifier.
Declaration
public string ProductObjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WindowsSid
Microsoft Windows SID of the group.
Declaration
public string WindowsSid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |