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.



437
438
439
# File 'lib/strongdm.rb', line 437

def workflows
  @workflows
end