Method: SDM::Client#workflows
- Defined in:
- lib/strongdm.rb
#workflows ⇒ Object (readonly)
Workflows are the collection of rules that define the resources to which access can be requested, the users that can request that access, and the mechanism for approving those requests which can either be automatic approval or a set of users authorized to approve the requests.
See Workflows.
414 415 416 |
# File 'lib/strongdm.rb', line 414 def workflows @workflows end |