Method: Controlplane#fetch_identity

Defined in:
lib/core/controlplane.rb

#fetch_identity(identity, a_gvc = gvc) ⇒ Object

identities



386
387
388
# File 'lib/core/controlplane.rb', line 386

def fetch_identity(identity, a_gvc = gvc)
  api.fetch_identity(org: org, gvc: a_gvc, identity: identity)
end