swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector IntegrationAccountCertificates API schemes: - https tags: - name: IntegrationAccountCertificates paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/certificates : get: tags: - IntegrationAccountCertificates operationId: microsoftAzureIntegrationaccountcertificatesList description: Gets a list of integration account certificates. x-ms-examples: Get certificates by integration account name: $ref: ./examples/IntegrationAccountCertificates_List.json parameters: - $ref: '#/parameters/subscriptionId' - name: resourceGroupName description: The resource group name. in: path required: true type: string - name: integrationAccountName description: The integration account name. in: path required: true type: string - $ref: '#/parameters/api-version' - name: $top description: The number of items to be included in the result. in: query required: false type: integer format: int32 responses: '200': description: OK schema: $ref: '#/definitions/IntegrationAccountCertificateListResult' x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Certificates ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/certificates/{certificateName} : get: tags: - IntegrationAccountCertificates operationId: microsoftAzureIntegrationaccountcertificatesGet description: Gets an integration account certificate. x-ms-examples: Get certificate by name: $ref: ./examples/IntegrationAccountCertificates_Get.json parameters: - $ref: '#/parameters/subscriptionId' - name: resourceGroupName description: The resource group name. in: path required: true type: string - name: integrationAccountName description: The integration account name. in: path required: true type: string - name: certificateName description: The integration account certificate name. in: path required: true type: string - $ref: '#/parameters/api-version' responses: '200': description: OK schema: $ref: '#/definitions/IntegrationAccountCertificate' summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Certificates Certificatename put: tags: - IntegrationAccountCertificates operationId: microsoftAzureIntegrationaccountcertificatesCreateorupdate description: Creates or updates an integration account certificate. x-ms-examples: Create or update a certificate: $ref: ./examples/IntegrationAccountCertificates_CreateOrUpdate.json parameters: - $ref: '#/parameters/subscriptionId' - name: resourceGroupName description: The resource group name. in: path required: true type: string - name: integrationAccountName description: The integration account name. in: path required: true type: string - name: certificateName description: The integration account certificate name. in: path required: true type: string - $ref: '#/parameters/api-version' - name: certificate description: The integration account certificate. in: body required: true schema: $ref: '#/definitions/IntegrationAccountCertificate' responses: '200': description: OK schema: $ref: '#/definitions/IntegrationAccountCertificate' '201': description: Created schema: $ref: '#/definitions/IntegrationAccountCertificate' summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Certificates Certificatename delete: tags: - IntegrationAccountCertificates operationId: microsoftAzureIntegrationaccountcertificatesDelete description: Deletes an integration account certificate. x-ms-examples: Delete a certificate: $ref: ./examples/IntegrationAccountCertificates_Delete.json parameters: - $ref: '#/parameters/subscriptionId' - name: resourceGroupName description: The resource group name. in: path required: true type: string - name: integrationAccountName description: The integration account name. in: path required: true type: string - name: certificateName description: The integration account certificate name. in: path required: true type: string - $ref: '#/parameters/api-version' responses: '200': description: OK '204': description: No Content summary: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Certificates Certificatename definitions: KeyVaultKeyReference: type: object required: - keyVault - keyName properties: keyVault: type: object description: The key vault reference. properties: id: type: string description: The resource id. name: type: string readOnly: true description: The resource name. type: type: string readOnly: true description: The resource type. keyName: type: string description: The private key name in key vault. keyVersion: type: string description: The private key version in key vault. description: The reference to the key vault key. IntegrationAccountCertificate: type: object required: - properties properties: properties: x-ms-client-flatten: true $ref: '#/definitions/IntegrationAccountCertificateProperties' description: The integration account certificate properties. description: The integration account certificate. allOf: - $ref: '#/definitions/Resource' Resource: properties: id: type: string readOnly: true description: The resource id. name: type: string readOnly: true description: Gets the resource name. type: type: string readOnly: true description: Gets the resource type. location: type: string description: The resource location. tags: type: object additionalProperties: type: string description: The resource tags. x-ms-azure-resource: true description: The base resource type. IntegrationAccountCertificateListResult: type: object properties: value: type: array items: $ref: '#/definitions/IntegrationAccountCertificate' description: The list of integration account certificates. nextLink: type: string description: The URL to get the next set of results. description: The list of integration account certificates. IntegrationAccountCertificateProperties: type: object properties: createdTime: type: string format: date-time readOnly: true description: The created time. changedTime: type: string format: date-time readOnly: true description: The changed time. metadata: type: object description: The metadata. properties: {} key: $ref: '#/definitions/KeyVaultKeyReference' description: The key details in the key vault. publicCertificate: type: string description: The public certificate. description: The integration account certificate properties. parameters: subscriptionId: name: subscriptionId description: The subscription id. in: path required: true type: string api-version: name: api-version description: The API version. in: query required: true type: string x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'