ASM.RuntimeAuth.ProviderAccountIdentity (ASM v0.10.0)

Copy Markdown View Source

Redacted provider account evidence, distinct from connector identity.

Summary

Types

t()

@type t() :: %ASM.RuntimeAuth.ProviderAccountIdentity{
  evidence: map(),
  identity_status: atom(),
  provider: atom(),
  redacted?: boolean(),
  ref: String.t()
}