swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector CertificateObjectGlobalRulestack API schemes: - https tags: - name: CertificateObjectGlobalRulestack paths: /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/certificates: get: tags: - CertificateObjectGlobalRulestack operationId: microsoftAzureCertificateobjectglobalrulestackList description: List CertificateObjectGlobalRulestackResource resources by Tenant parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/GlobalRulestackResource.globalRulestackName' responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/CertificateObjectGlobalRulestackResourceListResult' default: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-pageable: nextLinkName: nextLink x-ms-examples: CertificateObjectGlobalRulestack_List_MaximumSet_Gen: $ref: ./examples/CertificateObjectGlobalRulestack_List_MaximumSet_Gen.json CertificateObjectGlobalRulestack_List_MinimumSet_Gen: $ref: ./examples/CertificateObjectGlobalRulestack_List_MinimumSet_Gen.json summary: Microsoft Azure Get Providers Paloaltonetworks Cloudngfw Globalrulestacks Globalrulestackname Certificates /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/certificates/{name}: get: tags: - CertificateObjectGlobalRulestack operationId: microsoftAzureCertificateobjectglobalrulestackGet description: Get a CertificateObjectGlobalRulestackResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/GlobalRulestackResource.globalRulestackName' - $ref: '#/parameters/CertificateObjectGlobalRulestackResource.name' responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/CertificateObjectGlobalRulestackResource' default: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: CertificateObjectGlobalRulestack_Get_MaximumSet_Gen: $ref: ./examples/CertificateObjectGlobalRulestack_Get_MaximumSet_Gen.json CertificateObjectGlobalRulestack_Get_MinimumSet_Gen: $ref: ./examples/CertificateObjectGlobalRulestack_Get_MinimumSet_Gen.json summary: Microsoft Azure Get Providers Paloaltonetworks Cloudngfw Globalrulestacks Globalrulestackname Certificates Name put: tags: - CertificateObjectGlobalRulestack operationId: microsoftAzureCertificateobjectglobalrulestackCreateorupdate description: Create a CertificateObjectGlobalRulestackResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/GlobalRulestackResource.globalRulestackName' - $ref: '#/parameters/CertificateObjectGlobalRulestackResource.name' - name: resource in: body required: true description: Resource create parameters. schema: $ref: '#/definitions/CertificateObjectGlobalRulestackResource' responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/CertificateObjectGlobalRulestackResource' '201': description: Azure create operation completed successfully. schema: $ref: '#/definitions/CertificateObjectGlobalRulestackResource' default: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-long-running-operation-options: final-state-via: azure-async-operation x-ms-long-running-operation: true x-ms-examples: CertificateObjectGlobalRulestack_CreateOrUpdate_MaximumSet_Gen: $ref: ./examples/CertificateObjectGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json CertificateObjectGlobalRulestack_CreateOrUpdate_MinimumSet_Gen: $ref: ./examples/CertificateObjectGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json summary: Microsoft Azure Put Providers Paloaltonetworks Cloudngfw Globalrulestacks Globalrulestackname Certificates Name delete: tags: - CertificateObjectGlobalRulestack operationId: microsoftAzureCertificateobjectglobalrulestackDelete description: Delete a CertificateObjectGlobalRulestackResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/GlobalRulestackResource.globalRulestackName' - $ref: '#/parameters/CertificateObjectGlobalRulestackResource.name' responses: '200': description: Resource deleted successfully. '202': description: Resource deletion accepted. '204': description: Resource deleted successfully. default: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-long-running-operation-options: final-state-via: azure-async-operation x-ms-long-running-operation: true x-ms-examples: CertificateObjectGlobalRulestack_Delete_MaximumSet_Gen: $ref: ./examples/CertificateObjectGlobalRulestack_Delete_MaximumSet_Gen.json CertificateObjectGlobalRulestack_Delete_MinimumSet_Gen: $ref: ./examples/CertificateObjectGlobalRulestack_Delete_MinimumSet_Gen.json summary: Microsoft Azure Delete Providers Paloaltonetworks Cloudngfw Globalrulestacks Globalrulestackname Certificates Name definitions: CertificateObjectGlobalRulestackResourceListResult: type: object properties: value: type: array items: $ref: '#/definitions/CertificateObjectGlobalRulestackResource' x-cadl-name: CertificateObjectGlobalRulestackResource[] description: The items on this page nextLink: type: string description: The link to the next page of items description: The response of a CertificateObjectGlobalRulestackResource list operation. required: - value ProvisioningState: type: string description: Provisioning state of the firewall resource. enum: - Accepted - Creating - Updating - Deleting - Succeeded - Failed - Canceled - Deleted - NotSpecified x-ms-enum: name: ProvisioningState modelAsString: true BooleanEnum: type: string description: Boolean Enum enum: - 'TRUE' - 'FALSE' x-ms-enum: name: BooleanEnum modelAsString: true CertificateObjectGlobalRulestackResource: type: object properties: properties: $ref: '#/definitions/CertificateObject' description: The resource-specific properties for this resource. x-ms-mutability: - read - create x-ms-client-flatten: true systemData: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/systemData description: System metadata for this resource. readOnly: true description: GlobalRulestack Certificate Object required: - properties allOf: - $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource CertificateObject: type: object properties: certificateSignerResourceId: type: string description: Resource Id of certificate signer, to be populated only when certificateSelfSigned is false certificateSelfSigned: $ref: '#/definitions/BooleanEnum' description: use certificate self signed auditComment: type: string description: comment for this object description: type: string description: user description for this object etag: type: string description: read only string representing last create or update provisioningState: $ref: '#/definitions/ProvisioningState' description: Provisioning state of the resource. readOnly: true description: certificate used for inbound and outbound decryption required: - certificateSelfSigned parameters: GlobalRulestackResource.globalRulestackName: name: globalRulestackName in: path required: true description: GlobalRulestack resource name type: string x-ms-parameter-location: method CertificateObjectGlobalRulestackResource.name: name: name in: path required: true description: certificate name type: string x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'