Search Results for

    Show / Hide Table of Contents

    Class UserRoleAssignment

    Inheritance
    object
    UserRoleAssignment
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    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
    [JsonProperty("isFederated", Required = Required.Always)]
    public bool IsFederated { get; set; }
    Property Value
    bool

    UserRole

    User role assigned.

    Declaration
    [JsonProperty("userRole", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public UserRole UserRole { get; set; }
    Property Value
    UserRole

    Methods

    FromJson(string)

    Declaration
    public static UserRoleAssignment FromJson(string data)
    Parameters
    string data

    Returns
    UserRoleAssignment

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX