ExDoppler.ServiceAccount (ExDoppler v1.0.1)

View Source

Module describing a Service Account

Fields

  • name - Name of the Service Account (e.g "sa")
  • slug - Unique slug for this Service Account (e.g "00000000-0000-0000-0000-000000000000")
  • created_at - Date and Time for this Service Account's creation (e.g ~U[2025-04-30 10:05:50.040Z])
  • workplace_role - See ExDoppler.WorkplaceRole

๐Ÿ“– Resources

Summary

Functions

Creates an ServiceAccount from a map

Functions

build(account)

Creates an ServiceAccount from a map

๐Ÿท๏ธ Params

  • account: Map of fields to turn into a ServiceAccount

โคต๏ธ Returns

โœ… On Success

  %ExDoppler.ServiceAccount{...}

โŒ On Failure

  raise Error