WorkOS.DataIntegrationCredentialsResponseCredential (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

The credential object containing the vended secret.

Summary

Types

t()

@type t() :: %WorkOS.DataIntegrationCredentialsResponseCredential{
  auth_method: String.t(),
  expires_at: String.t() | nil,
  missing_scopes: [String.t()],
  object: String.t(),
  scopes: [String.t()],
  value: String.t()
}