Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 853 Bytes

Policy.md

File metadata and controls

16 lines (12 loc) · 853 Bytes

Policy

Properties

Name Type Description Notes
conditions map[string,\Ory\Hydra\Model\PolicyConditions] Conditions under which the policy is active. [optional]
actions string[] Actions impacted by the policy. [optional]
description string Description of the policy. [optional]
effect string Effect of the policy [optional]
id string ID of the policy. [optional]
resources string[] Resources impacted by the policy. [optional]
subjects string[] Subjects impacted by the policy. [optional]

[Back to Model list] [Back to API list] [Back to README]