Search Results for

    Show / Hide Table of Contents

    Class PermissionSetUpdateRequestOfContentRight

    Base class for permission set update requests

    Inheritance
    object
    PermissionSetUpdateRequestOfContentRight
    ContentPermissionSetUpdateRequest
    PermissionSetUpdateRequestItemOfContentRight
    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 abstract class PermissionSetUpdateRequestOfContentRight

    Properties

    Names

    Language specific permission set names.

    Declaration
    [JsonProperty("names", Required = Required.Always)]
    [Required]
    public TranslatedStringDictionary Names { get; set; }
    Property Value
    TranslatedStringDictionary

    UserRolesPermissionSetRights

    A list of permission set rights authorizing operations on this permission set.

    Declaration
    [JsonProperty("userRolesPermissionSetRights", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public ICollection<UserRoleRightsOfPermissionSetRight> UserRolesPermissionSetRights { get; set; }
    Property Value
    ICollection<UserRoleRightsOfPermissionSetRight>

    UserRolesRights

    A list of content or metadata rights authorizing operations on Content Items or List Items.

    Declaration
    [JsonProperty("userRolesRights", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public ICollection<UserRoleRightsOfContentRight> UserRolesRights { get; set; }
    Property Value
    ICollection<UserRoleRightsOfContentRight>

    Methods

    FromJson(string)

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

    Returns
    PermissionSetUpdateRequestOfContentRight

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX