1. Packages
  2. Prismacloud Provider
  3. API Docs
  4. getIntegration
prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks

prismacloud.getIntegration

Explore with Pulumi AI

prismacloud logo
prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks

    Retrieves integration information.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as prismacloud from "@pulumi/prismacloud";
    
    const example = prismacloud.getIntegration({
        integrationType: "amazon_sqs",
        name: "myIntegration",
    });
    
    import pulumi
    import pulumi_prismacloud as prismacloud
    
    example = prismacloud.get_integration(integration_type="amazon_sqs",
        name="myIntegration")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/prismacloud/prismacloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := prismacloud.LookupIntegration(ctx, &prismacloud.LookupIntegrationArgs{
    			IntegrationType: "amazon_sqs",
    			Name:            pulumi.StringRef("myIntegration"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Prismacloud = Pulumi.Prismacloud;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Prismacloud.GetIntegration.Invoke(new()
        {
            IntegrationType = "amazon_sqs",
            Name = "myIntegration",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.prismacloud.PrismacloudFunctions;
    import com.pulumi.prismacloud.inputs.GetIntegrationArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = PrismacloudFunctions.getIntegration(GetIntegrationArgs.builder()
                .integrationType("amazon_sqs")
                .name("myIntegration")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: prismacloud:getIntegration
          arguments:
            integrationType: amazon_sqs
            name: myIntegration
    

    Using getIntegration

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getIntegration(args: GetIntegrationArgs, opts?: InvokeOptions): Promise<GetIntegrationResult>
    function getIntegrationOutput(args: GetIntegrationOutputArgs, opts?: InvokeOptions): Output<GetIntegrationResult>
    def get_integration(id: Optional[str] = None,
                        integration_id: Optional[str] = None,
                        integration_type: Optional[str] = None,
                        name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetIntegrationResult
    def get_integration_output(id: Optional[pulumi.Input[str]] = None,
                        integration_id: Optional[pulumi.Input[str]] = None,
                        integration_type: Optional[pulumi.Input[str]] = None,
                        name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationResult]
    func LookupIntegration(ctx *Context, args *LookupIntegrationArgs, opts ...InvokeOption) (*LookupIntegrationResult, error)
    func LookupIntegrationOutput(ctx *Context, args *LookupIntegrationOutputArgs, opts ...InvokeOption) LookupIntegrationResultOutput

    > Note: This function is named LookupIntegration in the Go SDK.

    public static class GetIntegration 
    {
        public static Task<GetIntegrationResult> InvokeAsync(GetIntegrationArgs args, InvokeOptions? opts = null)
        public static Output<GetIntegrationResult> Invoke(GetIntegrationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIntegrationResult> getIntegration(GetIntegrationArgs args, InvokeOptions options)
    public static Output<GetIntegrationResult> getIntegration(GetIntegrationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: prismacloud:index/getIntegration:getIntegration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IntegrationType string

    Integration type.

    One of the following must be specified:

    Id string
    IntegrationId string
    Integration ID.
    Name string
    Name of the integration.
    IntegrationType string

    Integration type.

    One of the following must be specified:

    Id string
    IntegrationId string
    Integration ID.
    Name string
    Name of the integration.
    integrationType String

    Integration type.

    One of the following must be specified:

    id String
    integrationId String
    Integration ID.
    name String
    Name of the integration.
    integrationType string

    Integration type.

    One of the following must be specified:

    id string
    integrationId string
    Integration ID.
    name string
    Name of the integration.
    integration_type str

    Integration type.

    One of the following must be specified:

    id str
    integration_id str
    Integration ID.
    name str
    Name of the integration.
    integrationType String

    Integration type.

    One of the following must be specified:

    id String
    integrationId String
    Integration ID.
    name String
    Name of the integration.

    getIntegration Result

    The following output properties are available:

    CreatedBy string
    Created by.
    CreatedTs double
    (int) Created on.
    Description string
    Description.
    Enabled bool
    (bool) Enabled.
    Id string
    IntegrationConfigs List<GetIntegrationIntegrationConfig>
    Integration configuration, the values depend on the integration type, as defined below.
    IntegrationId string
    IntegrationType string
    LastModifiedBy string
    Last modified by.
    LastModifiedTs double
    (int) Last modified timestamp.
    Name string
    AWS region name.
    Reasons List<GetIntegrationReason>
    Model for the integration status details, as defined below.
    Status string
    Status.
    Valid bool
    (bool) Valid.
    CreatedBy string
    Created by.
    CreatedTs float64
    (int) Created on.
    Description string
    Description.
    Enabled bool
    (bool) Enabled.
    Id string
    IntegrationConfigs []GetIntegrationIntegrationConfig
    Integration configuration, the values depend on the integration type, as defined below.
    IntegrationId string
    IntegrationType string
    LastModifiedBy string
    Last modified by.
    LastModifiedTs float64
    (int) Last modified timestamp.
    Name string
    AWS region name.
    Reasons []GetIntegrationReason
    Model for the integration status details, as defined below.
    Status string
    Status.
    Valid bool
    (bool) Valid.
    createdBy String
    Created by.
    createdTs Double
    (int) Created on.
    description String
    Description.
    enabled Boolean
    (bool) Enabled.
    id String
    integrationConfigs List<GetIntegrationIntegrationConfig>
    Integration configuration, the values depend on the integration type, as defined below.
    integrationId String
    integrationType String
    lastModifiedBy String
    Last modified by.
    lastModifiedTs Double
    (int) Last modified timestamp.
    name String
    AWS region name.
    reasons List<GetIntegrationReason>
    Model for the integration status details, as defined below.
    status String
    Status.
    valid Boolean
    (bool) Valid.
    createdBy string
    Created by.
    createdTs number
    (int) Created on.
    description string
    Description.
    enabled boolean
    (bool) Enabled.
    id string
    integrationConfigs GetIntegrationIntegrationConfig[]
    Integration configuration, the values depend on the integration type, as defined below.
    integrationId string
    integrationType string
    lastModifiedBy string
    Last modified by.
    lastModifiedTs number
    (int) Last modified timestamp.
    name string
    AWS region name.
    reasons GetIntegrationReason[]
    Model for the integration status details, as defined below.
    status string
    Status.
    valid boolean
    (bool) Valid.
    created_by str
    Created by.
    created_ts float
    (int) Created on.
    description str
    Description.
    enabled bool
    (bool) Enabled.
    id str
    integration_configs Sequence[GetIntegrationIntegrationConfig]
    Integration configuration, the values depend on the integration type, as defined below.
    integration_id str
    integration_type str
    last_modified_by str
    Last modified by.
    last_modified_ts float
    (int) Last modified timestamp.
    name str
    AWS region name.
    reasons Sequence[GetIntegrationReason]
    Model for the integration status details, as defined below.
    status str
    Status.
    valid bool
    (bool) Valid.
    createdBy String
    Created by.
    createdTs Number
    (int) Created on.
    description String
    Description.
    enabled Boolean
    (bool) Enabled.
    id String
    integrationConfigs List<Property Map>
    Integration configuration, the values depend on the integration type, as defined below.
    integrationId String
    integrationType String
    lastModifiedBy String
    Last modified by.
    lastModifiedTs Number
    (int) Last modified timestamp.
    name String
    AWS region name.
    reasons List<Property Map>
    Model for the integration status details, as defined below.
    status String
    Status.
    valid Boolean
    (bool) Valid.

    Supporting Types

    GetIntegrationIntegrationConfig

    AccessKey string
    Access key from Tenable.io.
    AccountId string
    AWS account ID to which you assigned AWS Security Hub read-only access.
    ApiKey string
    The consumer key you configured when you created the Prisma Cloud application access in your Cortex XSOAR environment.
    ApiToken string
    The authentication API token for Okta.
    AuthToken string
    Splunk authentication token for the event collector.
    BaseUrl string
    Qualys Security Operations Center server API URL.
    ConnectionString string
    Azure Shared Access Signature connection string.
    Domain string
    Okta domain name.
    ExternalId string
    External ID associated with the IAM role on Prisma Cloud.
    Headers List<GetIntegrationIntegrationConfigHeader>
    Webhook headers, as defined below.
    HostUrl string
    Snowflake Account URL.
    IntegrationKey string
    PagerDuty integration key.
    Login string
    ServiceNow Login Username.
    MoreInfo bool
    (bool) Whether specific IAM credentials are specified for SQS queue access.
    OrgId string
    GCP organization ID.
    PassPhrase string
    PassPhrase for private key.
    Password string
    ServiceNow password for login.
    PipeName string
    Snowpipe Name.
    PrivateKey string
    Private Key.
    QueueUrl string
    The Queue URL you used when you configured Prisma Cloud in Amazon SQS.
    Region string
    AWS region where the S3 bucket resides.
    Regions List<GetIntegrationIntegrationConfigRegion>
    List of AWS regions, as defined below.
    RoleArn string
    Role ARN associated with the IAM role on Prisma Cloud.
    RollUpInterval double
    (int) Time in minutes at which batching of Prisma Cloud alerts would roll up.
    S3Uri string
    Amazon S3 bucket URI.
    SecretKey string
    Secret key from Tenable.io.
    SourceId string
    GCP source ID for the service account you used to onboard your GCP organization to Prisma Cloud.
    SourceType string
    Splunk source type.
    StagingIntegrationId string
    Existing Amazon S3 integration ID.
    Tables Dictionary<string, bool>
    (Map of bools) Key/value pairs that identify the ServiceNow module tables with which to integrate.
    Url string
    Webhook URL.
    UserName string
    Snowflake Username.
    Version string
    Cortex release version.
    WebhookUrl string
    Slack webhook URL starting with https://hooks.slack.com/.
    AccessKey string
    Access key from Tenable.io.
    AccountId string
    AWS account ID to which you assigned AWS Security Hub read-only access.
    ApiKey string
    The consumer key you configured when you created the Prisma Cloud application access in your Cortex XSOAR environment.
    ApiToken string
    The authentication API token for Okta.
    AuthToken string
    Splunk authentication token for the event collector.
    BaseUrl string
    Qualys Security Operations Center server API URL.
    ConnectionString string
    Azure Shared Access Signature connection string.
    Domain string
    Okta domain name.
    ExternalId string
    External ID associated with the IAM role on Prisma Cloud.
    Headers []GetIntegrationIntegrationConfigHeader
    Webhook headers, as defined below.
    HostUrl string
    Snowflake Account URL.
    IntegrationKey string
    PagerDuty integration key.
    Login string
    ServiceNow Login Username.
    MoreInfo bool
    (bool) Whether specific IAM credentials are specified for SQS queue access.
    OrgId string
    GCP organization ID.
    PassPhrase string
    PassPhrase for private key.
    Password string
    ServiceNow password for login.
    PipeName string
    Snowpipe Name.
    PrivateKey string
    Private Key.
    QueueUrl string
    The Queue URL you used when you configured Prisma Cloud in Amazon SQS.
    Region string
    AWS region where the S3 bucket resides.
    Regions []GetIntegrationIntegrationConfigRegion
    List of AWS regions, as defined below.
    RoleArn string
    Role ARN associated with the IAM role on Prisma Cloud.
    RollUpInterval float64
    (int) Time in minutes at which batching of Prisma Cloud alerts would roll up.
    S3Uri string
    Amazon S3 bucket URI.
    SecretKey string
    Secret key from Tenable.io.
    SourceId string
    GCP source ID for the service account you used to onboard your GCP organization to Prisma Cloud.
    SourceType string
    Splunk source type.
    StagingIntegrationId string
    Existing Amazon S3 integration ID.
    Tables map[string]bool
    (Map of bools) Key/value pairs that identify the ServiceNow module tables with which to integrate.
    Url string
    Webhook URL.
    UserName string
    Snowflake Username.
    Version string
    Cortex release version.
    WebhookUrl string
    Slack webhook URL starting with https://hooks.slack.com/.
    accessKey String
    Access key from Tenable.io.
    accountId String
    AWS account ID to which you assigned AWS Security Hub read-only access.
    apiKey String
    The consumer key you configured when you created the Prisma Cloud application access in your Cortex XSOAR environment.
    apiToken String
    The authentication API token for Okta.
    authToken String
    Splunk authentication token for the event collector.
    baseUrl String
    Qualys Security Operations Center server API URL.
    connectionString String
    Azure Shared Access Signature connection string.
    domain String
    Okta domain name.
    externalId String
    External ID associated with the IAM role on Prisma Cloud.
    headers List<GetIntegrationIntegrationConfigHeader>
    Webhook headers, as defined below.
    hostUrl String
    Snowflake Account URL.
    integrationKey String
    PagerDuty integration key.
    login String
    ServiceNow Login Username.
    moreInfo Boolean
    (bool) Whether specific IAM credentials are specified for SQS queue access.
    orgId String
    GCP organization ID.
    passPhrase String
    PassPhrase for private key.
    password String
    ServiceNow password for login.
    pipeName String
    Snowpipe Name.
    privateKey String
    Private Key.
    queueUrl String
    The Queue URL you used when you configured Prisma Cloud in Amazon SQS.
    region String
    AWS region where the S3 bucket resides.
    regions List<GetIntegrationIntegrationConfigRegion>
    List of AWS regions, as defined below.
    roleArn String
    Role ARN associated with the IAM role on Prisma Cloud.
    rollUpInterval Double
    (int) Time in minutes at which batching of Prisma Cloud alerts would roll up.
    s3Uri String
    Amazon S3 bucket URI.
    secretKey String
    Secret key from Tenable.io.
    sourceId String
    GCP source ID for the service account you used to onboard your GCP organization to Prisma Cloud.
    sourceType String
    Splunk source type.
    stagingIntegrationId String
    Existing Amazon S3 integration ID.
    tables Map<String,Boolean>
    (Map of bools) Key/value pairs that identify the ServiceNow module tables with which to integrate.
    url String
    Webhook URL.
    userName String
    Snowflake Username.
    version String
    Cortex release version.
    webhookUrl String
    Slack webhook URL starting with https://hooks.slack.com/.
    accessKey string
    Access key from Tenable.io.
    accountId string
    AWS account ID to which you assigned AWS Security Hub read-only access.
    apiKey string
    The consumer key you configured when you created the Prisma Cloud application access in your Cortex XSOAR environment.
    apiToken string
    The authentication API token for Okta.
    authToken string
    Splunk authentication token for the event collector.
    baseUrl string
    Qualys Security Operations Center server API URL.
    connectionString string
    Azure Shared Access Signature connection string.
    domain string
    Okta domain name.
    externalId string
    External ID associated with the IAM role on Prisma Cloud.
    headers GetIntegrationIntegrationConfigHeader[]
    Webhook headers, as defined below.
    hostUrl string
    Snowflake Account URL.
    integrationKey string
    PagerDuty integration key.
    login string
    ServiceNow Login Username.
    moreInfo boolean
    (bool) Whether specific IAM credentials are specified for SQS queue access.
    orgId string
    GCP organization ID.
    passPhrase string
    PassPhrase for private key.
    password string
    ServiceNow password for login.
    pipeName string
    Snowpipe Name.
    privateKey string
    Private Key.
    queueUrl string
    The Queue URL you used when you configured Prisma Cloud in Amazon SQS.
    region string
    AWS region where the S3 bucket resides.
    regions GetIntegrationIntegrationConfigRegion[]
    List of AWS regions, as defined below.
    roleArn string
    Role ARN associated with the IAM role on Prisma Cloud.
    rollUpInterval number
    (int) Time in minutes at which batching of Prisma Cloud alerts would roll up.
    s3Uri string
    Amazon S3 bucket URI.
    secretKey string
    Secret key from Tenable.io.
    sourceId string
    GCP source ID for the service account you used to onboard your GCP organization to Prisma Cloud.
    sourceType string
    Splunk source type.
    stagingIntegrationId string
    Existing Amazon S3 integration ID.
    tables {[key: string]: boolean}
    (Map of bools) Key/value pairs that identify the ServiceNow module tables with which to integrate.
    url string
    Webhook URL.
    userName string
    Snowflake Username.
    version string
    Cortex release version.
    webhookUrl string
    Slack webhook URL starting with https://hooks.slack.com/.
    access_key str
    Access key from Tenable.io.
    account_id str
    AWS account ID to which you assigned AWS Security Hub read-only access.
    api_key str
    The consumer key you configured when you created the Prisma Cloud application access in your Cortex XSOAR environment.
    api_token str
    The authentication API token for Okta.
    auth_token str
    Splunk authentication token for the event collector.
    base_url str
    Qualys Security Operations Center server API URL.
    connection_string str
    Azure Shared Access Signature connection string.
    domain str
    Okta domain name.
    external_id str
    External ID associated with the IAM role on Prisma Cloud.
    headers Sequence[GetIntegrationIntegrationConfigHeader]
    Webhook headers, as defined below.
    host_url str
    Snowflake Account URL.
    integration_key str
    PagerDuty integration key.
    login str
    ServiceNow Login Username.
    more_info bool
    (bool) Whether specific IAM credentials are specified for SQS queue access.
    org_id str
    GCP organization ID.
    pass_phrase str
    PassPhrase for private key.
    password str
    ServiceNow password for login.
    pipe_name str
    Snowpipe Name.
    private_key str
    Private Key.
    queue_url str
    The Queue URL you used when you configured Prisma Cloud in Amazon SQS.
    region str
    AWS region where the S3 bucket resides.
    regions Sequence[GetIntegrationIntegrationConfigRegion]
    List of AWS regions, as defined below.
    role_arn str
    Role ARN associated with the IAM role on Prisma Cloud.
    roll_up_interval float
    (int) Time in minutes at which batching of Prisma Cloud alerts would roll up.
    s3_uri str
    Amazon S3 bucket URI.
    secret_key str
    Secret key from Tenable.io.
    source_id str
    GCP source ID for the service account you used to onboard your GCP organization to Prisma Cloud.
    source_type str
    Splunk source type.
    staging_integration_id str
    Existing Amazon S3 integration ID.
    tables Mapping[str, bool]
    (Map of bools) Key/value pairs that identify the ServiceNow module tables with which to integrate.
    url str
    Webhook URL.
    user_name str
    Snowflake Username.
    version str
    Cortex release version.
    webhook_url str
    Slack webhook URL starting with https://hooks.slack.com/.
    accessKey String
    Access key from Tenable.io.
    accountId String
    AWS account ID to which you assigned AWS Security Hub read-only access.
    apiKey String
    The consumer key you configured when you created the Prisma Cloud application access in your Cortex XSOAR environment.
    apiToken String
    The authentication API token for Okta.
    authToken String
    Splunk authentication token for the event collector.
    baseUrl String
    Qualys Security Operations Center server API URL.
    connectionString String
    Azure Shared Access Signature connection string.
    domain String
    Okta domain name.
    externalId String
    External ID associated with the IAM role on Prisma Cloud.
    headers List<Property Map>
    Webhook headers, as defined below.
    hostUrl String
    Snowflake Account URL.
    integrationKey String
    PagerDuty integration key.
    login String
    ServiceNow Login Username.
    moreInfo Boolean
    (bool) Whether specific IAM credentials are specified for SQS queue access.
    orgId String
    GCP organization ID.
    passPhrase String
    PassPhrase for private key.
    password String
    ServiceNow password for login.
    pipeName String
    Snowpipe Name.
    privateKey String
    Private Key.
    queueUrl String
    The Queue URL you used when you configured Prisma Cloud in Amazon SQS.
    region String
    AWS region where the S3 bucket resides.
    regions List<Property Map>
    List of AWS regions, as defined below.
    roleArn String
    Role ARN associated with the IAM role on Prisma Cloud.
    rollUpInterval Number
    (int) Time in minutes at which batching of Prisma Cloud alerts would roll up.
    s3Uri String
    Amazon S3 bucket URI.
    secretKey String
    Secret key from Tenable.io.
    sourceId String
    GCP source ID for the service account you used to onboard your GCP organization to Prisma Cloud.
    sourceType String
    Splunk source type.
    stagingIntegrationId String
    Existing Amazon S3 integration ID.
    tables Map<Boolean>
    (Map of bools) Key/value pairs that identify the ServiceNow module tables with which to integrate.
    url String
    Webhook URL.
    userName String
    Snowflake Username.
    version String
    Cortex release version.
    webhookUrl String
    Slack webhook URL starting with https://hooks.slack.com/.

    GetIntegrationIntegrationConfigHeader

    Key string
    Header name.
    ReadOnly bool
    (bool) Read-only.
    Secure bool
    (bool) Secure.
    Value string
    Header value.
    Key string
    Header name.
    ReadOnly bool
    (bool) Read-only.
    Secure bool
    (bool) Secure.
    Value string
    Header value.
    key String
    Header name.
    readOnly Boolean
    (bool) Read-only.
    secure Boolean
    (bool) Secure.
    value String
    Header value.
    key string
    Header name.
    readOnly boolean
    (bool) Read-only.
    secure boolean
    (bool) Secure.
    value string
    Header value.
    key str
    Header name.
    read_only bool
    (bool) Read-only.
    secure bool
    (bool) Secure.
    value str
    Header value.
    key String
    Header name.
    readOnly Boolean
    (bool) Read-only.
    secure Boolean
    (bool) Secure.
    value String
    Header value.

    GetIntegrationIntegrationConfigRegion

    ApiIdentifier string
    AWS region code.
    CloudType string
    Cloud Type.
    Name string
    Name of the integration.
    ApiIdentifier string
    AWS region code.
    CloudType string
    Cloud Type.
    Name string
    Name of the integration.
    apiIdentifier String
    AWS region code.
    cloudType String
    Cloud Type.
    name String
    Name of the integration.
    apiIdentifier string
    AWS region code.
    cloudType string
    Cloud Type.
    name string
    Name of the integration.
    api_identifier str
    AWS region code.
    cloud_type str
    Cloud Type.
    name str
    Name of the integration.
    apiIdentifier String
    AWS region code.
    cloudType String
    Cloud Type.
    name String
    Name of the integration.

    GetIntegrationReason

    Details List<GetIntegrationReasonDetail>
    Model for message details, as defined below.
    ErrorType string
    Error type.
    LastUpdated double
    (int) Last updated.
    Message string
    Internationalization key.
    Details []GetIntegrationReasonDetail
    Model for message details, as defined below.
    ErrorType string
    Error type.
    LastUpdated float64
    (int) Last updated.
    Message string
    Internationalization key.
    details List<GetIntegrationReasonDetail>
    Model for message details, as defined below.
    errorType String
    Error type.
    lastUpdated Double
    (int) Last updated.
    message String
    Internationalization key.
    details GetIntegrationReasonDetail[]
    Model for message details, as defined below.
    errorType string
    Error type.
    lastUpdated number
    (int) Last updated.
    message string
    Internationalization key.
    details Sequence[GetIntegrationReasonDetail]
    Model for message details, as defined below.
    error_type str
    Error type.
    last_updated float
    (int) Last updated.
    message str
    Internationalization key.
    details List<Property Map>
    Model for message details, as defined below.
    errorType String
    Error type.
    lastUpdated Number
    (int) Last updated.
    message String
    Internationalization key.

    GetIntegrationReasonDetail

    Message string
    Internationalization key.
    StatusCode double
    (int) Status code.
    Subject string
    Subject.
    Message string
    Internationalization key.
    StatusCode float64
    (int) Status code.
    Subject string
    Subject.
    message String
    Internationalization key.
    statusCode Double
    (int) Status code.
    subject String
    Subject.
    message string
    Internationalization key.
    statusCode number
    (int) Status code.
    subject string
    Subject.
    message str
    Internationalization key.
    status_code float
    (int) Status code.
    subject str
    Subject.
    message String
    Internationalization key.
    statusCode Number
    (int) Status code.
    subject String
    Subject.

    Package Details

    Repository
    prismacloud paloaltonetworks/terraform-provider-prismacloud
    License
    Notes
    This Pulumi package is based on the prismacloud Terraform Provider.
    prismacloud logo
    prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks