OBJECT
DestinationVendorProfile
The Ayrshare Profile-Key for a destination, transit-encrypted for the engine. Engine-only.
link GraphQL Schema definition
1 type DestinationVendorProfile { 2 3 # The Profile-Key encrypted under the core/engine shared secret (AES-256-GCM, 4 # envelope `iv::ciphertext::authTag`, 5 # base64 segments). The engine decrypts with the shared secret; the plaintext key 6 # is never sent over the wire. 7 : String! 8 9 }
link Required by
This element is not required by anyone