Show / Hide Table of Contents

Class SystemManagementScopes

Represents the available scopes of management tokens.

Inheritance
System.Object
SystemManagementScopes
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 SystemManagementScopes

Fields

Manage

Allows full access to the management API.

Declaration
public const string Manage = "content_management_manage"
Field Value
Type Description
System.String

Read

Allows read only access to the management API.

Declaration
public const string Read = "content_management_read"
Field Value
Type Description
System.String
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX