Class Policy

java.lang.Object
com.strongdm.api.Policy

public class Policy extends Object
Policy is a collection of one or more statements that enforce fine-grained access control for the users of an organization.
  • Constructor Details

    • Policy

      public Policy()
  • Method Details

    • getDescription

      public String getDescription()
      Optional description of the Policy.
    • setDescription

      public void setDescription(String in)
      Optional description of the Policy.
    • getId

      public String getId()
      Unique identifier of the Policy.
    • setId

      public void setId(String in)
      Unique identifier of the Policy.
    • getName

      public String getName()
      Unique human-readable name of the Policy.
    • setName

      public void setName(String in)
      Unique human-readable name of the Policy.
    • getPolicy

      public String getPolicy()
      The content of the Policy, in Cedar policy language.
    • setPolicy

      public void setPolicy(String in)
      The content of the Policy, in Cedar policy language.