17 строки
724 B
JSON
17 строки
724 B
JSON
{
|
|
"$schema": "https://product-ingestion.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",
|
|
|
|
"operationName": "getProduct",
|
|
|
|
"productId": "{{ productId or bigId required }}",
|
|
"bigId": "{{ productId or bigId required }}",
|
|
|
|
"aadAuthInfo": {
|
|
"clientId": "{{ required when using authentication method *AppCert* or *AppSecret* }}",
|
|
"tenantId": "{{ required when using authentication method *AppCert* or *AppSecret* }}",
|
|
"certificateThumbprint": "{{ required when using authentication method *AppCert* }}",
|
|
"certificateStore": "{{ required when using authentication method *AppCert* }}",
|
|
"certificateLocation": "{{ required when using authentication method *AppCert* }}"
|
|
}
|
|
}
|