Method: SDM::SnapshotClient#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.
600 601 602 |
# File 'lib/strongdm.rb', line 600 def workflows @workflows end |