Class Role
Represents a role with permissions and policies in Contentful.
Inheritance
System.Object
Role
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 Role : IContentfulResource
Properties
Description
The description of the role.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
The name of the role.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Permissions
The general high level permissions this role has.
Declaration
public ContentfulPermissions Permissions { get; set; }
Property Value
Type | Description |
---|---|
ContentfulPermissions |
Policies
The list of Policy applied to this role.
Declaration
public List<Policy> Policies { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Policy> |
SystemProperties
Common system managed metadata properties.
Declaration
public SystemProperties SystemProperties { get; set; }
Property Value
Type | Description |
---|---|
SystemProperties |