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
-
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.void
setDescription
(String in) Optional description of the Policy.void
Unique identifier of the Policy.void
Unique human-readable name of the Policy.void
The 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.
-