ExternalRoleMember Class

Definition

A Role is a collection of one or more domain users or groups. ExternalRoleMember is an individual user/group in the role coming from an external identity provider.

[System.Runtime.InteropServices.Guid("91A69874-1837-4cba-8491-96D4776A950E")]
public class ExternalRoleMember : ICloneable
[<System.Runtime.InteropServices.Guid("91A69874-1837-4cba-8491-96D4776A950E")>]
type ExternalRoleMember = class
    interface ICloneable
Public Class ExternalRoleMember
Implements ICloneable
Inheritance
ExternalRoleMember
Attributes
Implements

Constructors

ExternalRoleMember()

Initializes a new instance of the ExternalRoleMember class using default values.

ExternalRoleMember(String, String, String)

Initializes a new instance of the ExternalRoleMember class using the specified identity provider, identifier, and name.

Properties

ID

Gets or sets the ID of the member.

IdentityProvider

Gets or sets the itentity provider associated with the member.

Name

Gets or sets the name of the member.

Methods

Clone()

Returns a clone of the object.

CopyTo(ExternalRoleMember)

Copies the content of this object to another object (the destination).

Explicit Interface Implementations

ICloneable.Clone()

Applies to