Class PermissionSetUpdateRequestOfMetadataRight
Base class for permission set update requests
Inherited Members
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 PermissionSetUpdateRequestOfMetadataRight
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<UserRoleRightsOfMetadataRight> UserRolesRights { get; set; }
Property Value
ICollection<UserRoleRightsOfMetadataRight> |
Methods
FromJson(string)
Declaration
public static PermissionSetUpdateRequestOfMetadataRight FromJson(string data)
Parameters
string data |
Returns
PermissionSetUpdateRequestOfMetadataRight |