Search Results for

    Show / Hide Table of Contents

    Class UserRoleAssignment

    Inheritance
    System.Object
    UserRoleAssignment
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class UserRoleAssignment

    Properties

    IsFederated

    Marks user roles that were assigned automatically to a federated user based on group mapping of a federated identity provider.

    Declaration
    public bool IsFederated { get; set; }
    Property Value
    System.Boolean

    UserRole

    User role assigned.

    Declaration
    public UserRole UserRole { get; set; }
    Property Value
    UserRole

    Methods

    FromJson(String)

    Declaration
    public static UserRoleAssignment FromJson(string data)
    Parameters
    System.String data

    Returns
    UserRoleAssignment

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX