Inttegro. Apps. CreateApplicationRequestRelationshipPolicy
(inttegro v0.2.0)
Copy Markdown
View Source
Parameters for Create Application Request Relationship Policy in the Apps API.
Build this struct with new!/1 and pass it to the corresponding function on
Inttegro.Apps. Required keys are enforced immediately; optional values left as
nil are omitted from the request sent to Inttegro.
Creates and manages Inttegro applications.
An application is the authorization and ownership boundary for commerce data. Use this API to inspect the application represented by the current secret key, create child applications, and update mutable application metadata. Child applications receive their own credentials and can be governed through an explicit parent-child relationship policy.
Summary
Functions
Builds a Inttegro.Apps.CreateApplicationRequestRelationshipPolicy and raises KeyError when a required field is missing.
Types
@type t() :: %Inttegro.Apps.CreateApplicationRequestRelationshipPolicy{ child_standing: String.t() | nil, credentials: Inttegro.Apps.AppCredentialOwner.t() | nil, management: Inttegro.Apps.AppManagementRole.t() | nil }
A validated create application request relationship policy request.
Functions
Builds a Inttegro.Apps.CreateApplicationRequestRelationshipPolicy and raises KeyError when a required field is missing.