Package com.strongdm.api
Class Policy
java.lang.Object
com.strongdm.api.Policy
Policy is a collection of one or more statements that enforce fine-grained access control
for the users of an organization.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional description of the Policy.getId()Unique identifier of the Policy.getName()Unique human-readable name of the Policy.The content of the Policy, in Cedar policy language.voidsetDescription(String in) Optional description of the Policy.voidUnique identifier of the Policy.voidUnique human-readable name of the Policy.voidThe content of the Policy, in Cedar policy language.
-
Constructor Details
-
Policy
public Policy()
-
-
Method Details
-
getDescription
Optional description of the Policy. -
setDescription
Optional description of the Policy. -
getId
Unique identifier of the Policy. -
setId
Unique identifier of the Policy. -
getName
Unique human-readable name of the Policy. -
setName
Unique human-readable name of the Policy. -
getPolicy
The content of the Policy, in Cedar policy language. -
setPolicy
The content of the Policy, in Cedar policy language.
-