Class PermissionSetUpdateRequestOfContentRight
Base class for permission set update requests
Inheritance
PermissionSetUpdateRequestOfContentRight
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
Language specific permission set names.
Declaration
[JsonProperty("names", Required = Required.Always)]
[Required]
public TranslatedStringDictionary Names { get; set; }
Property Value
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
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
Methods
Declaration
public static PermissionSetUpdateRequestOfContentRight FromJson(string data)
Parameters
Returns