Share via


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
globalRulestackName
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

CertificateObjectGlobalRulestackResourceListResult

Azure operation completed successfully.

Other Status Codes

ErrorResponse

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

CertificateObjectGlobalRulestack_List_MaximumSet_Gen
CertificateObjectGlobalRulestack_List_MinimumSet_Gen

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
BooleanEnum

Boolean Enum

CertificateObjectGlobalRulestackResource

GlobalRulestack Certificate Object

CertificateObjectGlobalRulestackResourceListResult

The response of a CertificateObjectGlobalRulestackResource list operation.

createdByType

The type of identity that created the resource.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

ProvisioningState

Provisioning state of the firewall resource.

systemData

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

BooleanEnum

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

ProvisioningState

Provisioning state of the resource.

systemData

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

CertificateObjectGlobalRulestackResource[]

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

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

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

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

createdByType

The type of identity that last modified the resource.