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

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",
});
Copy
import pulumi
import pulumi_prismacloud as prismacloud

example = prismacloud.get_integration(integration_type="amazon_sqs",
    name="myIntegration")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: prismacloud:getIntegration
      arguments:
        integrationType: amazon_sqs
        name: myIntegration
Copy

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>
Copy
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]
Copy
func LookupIntegration(ctx *Context, args *LookupIntegrationArgs, opts ...InvokeOption) (*LookupIntegrationResult, error)
func LookupIntegrationOutput(ctx *Context, args *LookupIntegrationOutputArgs, opts ...InvokeOption) LookupIntegrationResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetIntegrationResult> getIntegration(GetIntegrationArgs args, InvokeOptions options)
public static Output<GetIntegrationResult> getIntegration(GetIntegrationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: prismacloud:index/getIntegration:getIntegration
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

IntegrationType This property is required. string

Integration type.

One of the following must be specified:

Id string
IntegrationId string
Integration ID.
Name string
Name of the integration.
IntegrationType This property is required. string

Integration type.

One of the following must be specified:

Id string
IntegrationId string
Integration ID.
Name string
Name of the integration.
integrationType This property is required. String

Integration type.

One of the following must be specified:

id String
integrationId String
Integration ID.
name String
Name of the integration.
integrationType This property is required. string

Integration type.

One of the following must be specified:

id string
integrationId string
Integration ID.
name string
Name of the integration.
integration_type This property is required. str

Integration type.

One of the following must be specified:

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

GetIntegrationIntegrationConfigHeader

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

GetIntegrationIntegrationConfigRegion

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

GetIntegrationReason

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

GetIntegrationReasonDetail

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

Package Details

Repository
prismacloud paloaltonetworks/terraform-provider-prismacloud
License
Notes
This Pulumi package is based on the prismacloud Terraform Provider.