Certificate Object Global Rulestack - List
List CertificateObjectGlobalRulestackResource resources by Tenant
GET https://management.azure.com/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/certificates?api-version=2025-05-23
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
global
|
path | True |
string |
GlobalRulestack resource name |
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Azure operation completed successfully. |
|
Other Status Codes |
Common error response for all Azure Resource Manager APIs to return error details for failed operations. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Certificate |
Certificate |
CertificateObjectGlobalRulestack_List_MaximumSet_Gen
Sample request
GET https://management.azure.com/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/certificates?api-version=2025-05-23
Sample response
{
"nextLink": "a5324fa34",
"value": [
{
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1",
"name": "armid1",
"properties": {
"auditComment": "comment",
"certificateSelfSigned": "TRUE",
"certificateSignerResourceId": "",
"description": "desc",
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27",
"provisioningState": "Accepted"
},
"systemData": {
"createdAt": "2022-09-09T05:08:24.229Z",
"createdBy": "praval",
"createdByType": "User",
"lastModifiedAt": "2022-09-09T05:08:24.229Z",
"lastModifiedBy": "praval",
"lastModifiedByType": "User"
},
"type": "certificates"
}
]
}
CertificateObjectGlobalRulestack_List_MinimumSet_Gen
Sample request
GET https://management.azure.com/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/certificates?api-version=2025-05-23
Sample response
{
"value": [
{
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/certificates/certificates1",
"properties": {
"certificateSelfSigned": "TRUE"
}
}
]
}
Definitions
Name | Description |
---|---|
Boolean |
Boolean Enum |
Certificate |
GlobalRulestack Certificate Object |
Certificate |
The response of a CertificateObjectGlobalRulestackResource list operation. |
created |
The type of identity that created the resource. |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
Provisioning |
Provisioning state of the firewall resource. |
system |
Metadata pertaining to creation and last modification of the resource. |
BooleanEnum
Boolean Enum
Value | Description |
---|---|
TRUE | |
FALSE |
CertificateObjectGlobalRulestackResource
GlobalRulestack Certificate Object
Name | Type | Description |
---|---|---|
id |
string |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
The name of the resource |
properties.auditComment |
string |
comment for this object |
properties.certificateSelfSigned |
use certificate self signed |
|
properties.certificateSignerResourceId |
string |
Resource Id of certificate signer, to be populated only when certificateSelfSigned is false |
properties.description |
string |
user description for this object |
properties.etag |
string |
read only string representing last create or update |
properties.provisioningState |
Provisioning state of the resource. |
|
systemData |
System metadata for this resource. |
|
type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
CertificateObjectGlobalRulestackResourceListResult
The response of a CertificateObjectGlobalRulestackResource list operation.
Name | Type | Description |
---|---|---|
nextLink |
string |
The link to the next page of items |
value |
The items on this page |
createdByType
The type of identity that created the resource.
Value | Description |
---|---|
User | |
Application | |
ManagedIdentity | |
Key |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |
ProvisioningState
Provisioning state of the firewall resource.
Value | Description |
---|---|
Accepted | |
Creating | |
Updating | |
Deleting | |
Succeeded | |
Failed | |
Canceled | |
Deleted | |
NotSpecified |
systemData
Metadata pertaining to creation and last modification of the resource.
Name | Type | Description |
---|---|---|
createdAt |
string (date-time) |
The timestamp of resource creation (UTC). |
createdBy |
string |
The identity that created the resource. |
createdByType |
The type of identity that created the resource. |
|
lastModifiedAt |
string (date-time) |
The timestamp of resource last modification (UTC) |
lastModifiedBy |
string |
The identity that last modified the resource. |
lastModifiedByType |
The type of identity that last modified the resource. |