Class Policy
Represents a policy for actions a Role may perform.
Inheritance
System.Object
Policy
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 Policy
Properties
Actions
The actions this policy refers to.
Declaration
public List<string> Actions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Constraint
The constraints imposed.
Declaration
public IConstraint Constraint { get; set; }
Property Value
Type | Description |
---|---|
IConstraint |
Effect
The effect of this policy.
Declaration
public string Effect { get; set; }
Property Value
Type | Description |
---|---|
System.String |