Class ContentfulPermissions
Represents a collection of permissions for different parts of the Contentful APIs.
Inheritance
System.Object
ContentfulPermissions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models.Management
Assembly:cs.temp.dll.dll
Syntax
public class ContentfulPermissions
Properties
ContentDelivery
Adds permissions to access the Content Delivery.
Declaration
public List<string> ContentDelivery { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
ContentModel
Adds permissions to modify the content model.
Declaration
public List<string> ContentModel { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Settings
Adds permissions to modify settings.
Declaration
public List<string> Settings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |