Class PermissionSetDetailOfContentRight
Base class for detail of permission sets
Inheritance
PermissionSetDetailOfContentRight
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 PermissionSetDetailOfContentRight
Properties
Declaration
[JsonProperty("audit", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public UserAuditDetail Audit { get; set; }
Property Value
When true this permission set will derogate all other configured permission sets on the Content Item or List Item.
Declaration
[JsonProperty("exclusive", Required = Required.Always)]
public bool Exclusive { get; set; }
Property Value
Declaration
[JsonProperty("id", Required = Required.Always)]
[Required]
public string Id { get; set; }
Property Value
Language specific permission set names.
Declaration
[JsonProperty("names", Required = Required.Always)]
[Required]
public TranslatedStringDictionary Names { get; set; }
Property Value
The owner token ID. Defines the permission set owner.
Declaration
[JsonProperty("ownerTokenId", Required = Required.Always)]
[Required]
public string OwnerTokenId { 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<PermissionUserRoleRightsOfPermissionSetRight> 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<PermissionUserRoleRightsOfContentRight> UserRolesRights { get; set; }
Property Value
Methods
Declaration
public static PermissionSetDetailOfContentRight FromJson(string data)
Parameters
Returns