Interface IMemberInfo
Namespace: Unity.Cloud.Identity
Assembly: Unity.Cloud.Identity.dll
Syntax
public interface IMemberInfo : IUserInfo
Properties
GroupId
Declaration
GroupId GroupId { get; set; }
Property Value
Type | Description |
---|---|
GroupId |
GroupName
Declaration
string GroupName { get; set; }
Property Value
Type | Description |
---|---|
string |
Role
Declaration
string Role { get; set; }
Property Value
Type | Description |
---|---|
string |