BuildMaster SDK Reference
Version:

IUserDirectoryPrincipal Interface

Represents a principal in a user directory.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.UserDirectories.IUserDirectoryPrincipal

Syntax

public interface IUserDirectoryPrincipal : IEquatable<IUserDirectoryPrincipal>

Properties

Name Description
DisplayName

Gets the friendly display name of the principal.

Name

Gets the login name of the principal.

Methods

Name Description
IsMemberOfGroup(string groupName)

Returns a value indicating whether this principal is a member of the specified group.