Method: SDM::Client#workflows

Defined in:
lib/strongdm.rb

#workflowsObject (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.



473
474
475
# File 'lib/strongdm.rb', line 473

def workflows
  @workflows
end