App Store Connect

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
private_keystringtruefalse
private_key_idstringtruefalse
issuer_idstringtruefalse
vendor_numberstringtruefalse

Example

1{
2 "name": "appstoreconnect connection",
3 "type": "appstoreconnect",
4 "configuration": {
5 "issuer_id": "",
6 "private_key": "",
7 "private_key_id": "",
8 "vendor_number": ""
9 }
10}