Class ApiKey
Represents an api key for the Contentful Content Delivery API.
Inheritance
System.Object
ApiKey
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 ApiKey : IContentfulResource
Properties
AccessToken
The access token for the API key.
Declaration
public string AccessToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
The description of the API key.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Environments
Links to all the environments to which this API key has access.
Declaration
public List<ContentfulEnvironment> Environments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ContentfulEnvironment> |
Name
The name of the API key.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviewApiKey
A link to the preview api key coupled with this api key.
Declaration
public ApiKey PreviewApiKey { get; set; }
Property Value
Type | Description |
---|---|
ApiKey |
SystemProperties
Common system managed metadata properties.
Declaration
public SystemProperties SystemProperties { get; set; }
Property Value
Type | Description |
---|---|
SystemProperties |