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

prismacloud.Provider

Explore with Pulumi AI

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

    The provider type for the prismacloud package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

    Create Provider Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
    @overload
    def Provider(resource_name: str,
                 args: Optional[ProviderArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Provider(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 customer_name: Optional[str] = None,
                 disable_reconnect: Optional[bool] = None,
                 json_config_file: Optional[str] = None,
                 json_web_token: Optional[str] = None,
                 logging: Optional[Mapping[str, bool]] = None,
                 max_retries: Optional[float] = None,
                 password: Optional[str] = None,
                 port: Optional[float] = None,
                 protocol: Optional[str] = None,
                 retry_max_delay: Optional[float] = None,
                 retry_type: Optional[str] = None,
                 skip_ssl_cert_verification: Optional[bool] = None,
                 timeout: Optional[float] = None,
                 url: Optional[str] = None,
                 username: Optional[str] = None)
    func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
    public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
    public Provider(String name, ProviderArgs args)
    public Provider(String name, ProviderArgs args, CustomResourceOptions options)
    
    type: pulumi:providers:prismacloud
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Provider Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Provider resource accepts the following input properties:

    CustomerName string
    Customer name
    DisableReconnect bool
    Disable reconnecting on JWT expiration
    JsonConfigFile string
    Retrieve the provider configuration from this JSON file
    JsonWebToken string
    JSON web token to use
    Logging Dictionary<string, bool>
    Logging options for the API connection
    MaxRetries double
    Maximum number of retries to be performed in case of rate limit
    Password string
    Secret key
    Port double
    If the port is non-standard for the protocol, the port number to use
    Protocol string
    The protocol (https or http)
    RetryMaxDelay double
    Maximum delay for exponential backoff strategy
    RetryType string
    Retry type
    SkipSslCertVerification bool
    Skip SSL certificate verification
    Timeout double
    The timeout in seconds for all communications with Prisma Cloud
    Url string
    The API URL without the leading protocol
    Username string
    Access key ID
    CustomerName string
    Customer name
    DisableReconnect bool
    Disable reconnecting on JWT expiration
    JsonConfigFile string
    Retrieve the provider configuration from this JSON file
    JsonWebToken string
    JSON web token to use
    Logging map[string]bool
    Logging options for the API connection
    MaxRetries float64
    Maximum number of retries to be performed in case of rate limit
    Password string
    Secret key
    Port float64
    If the port is non-standard for the protocol, the port number to use
    Protocol string
    The protocol (https or http)
    RetryMaxDelay float64
    Maximum delay for exponential backoff strategy
    RetryType string
    Retry type
    SkipSslCertVerification bool
    Skip SSL certificate verification
    Timeout float64
    The timeout in seconds for all communications with Prisma Cloud
    Url string
    The API URL without the leading protocol
    Username string
    Access key ID
    customerName String
    Customer name
    disableReconnect Boolean
    Disable reconnecting on JWT expiration
    jsonConfigFile String
    Retrieve the provider configuration from this JSON file
    jsonWebToken String
    JSON web token to use
    logging Map<String,Boolean>
    Logging options for the API connection
    maxRetries Double
    Maximum number of retries to be performed in case of rate limit
    password String
    Secret key
    port Double
    If the port is non-standard for the protocol, the port number to use
    protocol String
    The protocol (https or http)
    retryMaxDelay Double
    Maximum delay for exponential backoff strategy
    retryType String
    Retry type
    skipSslCertVerification Boolean
    Skip SSL certificate verification
    timeout Double
    The timeout in seconds for all communications with Prisma Cloud
    url String
    The API URL without the leading protocol
    username String
    Access key ID
    customerName string
    Customer name
    disableReconnect boolean
    Disable reconnecting on JWT expiration
    jsonConfigFile string
    Retrieve the provider configuration from this JSON file
    jsonWebToken string
    JSON web token to use
    logging {[key: string]: boolean}
    Logging options for the API connection
    maxRetries number
    Maximum number of retries to be performed in case of rate limit
    password string
    Secret key
    port number
    If the port is non-standard for the protocol, the port number to use
    protocol string
    The protocol (https or http)
    retryMaxDelay number
    Maximum delay for exponential backoff strategy
    retryType string
    Retry type
    skipSslCertVerification boolean
    Skip SSL certificate verification
    timeout number
    The timeout in seconds for all communications with Prisma Cloud
    url string
    The API URL without the leading protocol
    username string
    Access key ID
    customer_name str
    Customer name
    disable_reconnect bool
    Disable reconnecting on JWT expiration
    json_config_file str
    Retrieve the provider configuration from this JSON file
    json_web_token str
    JSON web token to use
    logging Mapping[str, bool]
    Logging options for the API connection
    max_retries float
    Maximum number of retries to be performed in case of rate limit
    password str
    Secret key
    port float
    If the port is non-standard for the protocol, the port number to use
    protocol str
    The protocol (https or http)
    retry_max_delay float
    Maximum delay for exponential backoff strategy
    retry_type str
    Retry type
    skip_ssl_cert_verification bool
    Skip SSL certificate verification
    timeout float
    The timeout in seconds for all communications with Prisma Cloud
    url str
    The API URL without the leading protocol
    username str
    Access key ID
    customerName String
    Customer name
    disableReconnect Boolean
    Disable reconnecting on JWT expiration
    jsonConfigFile String
    Retrieve the provider configuration from this JSON file
    jsonWebToken String
    JSON web token to use
    logging Map<Boolean>
    Logging options for the API connection
    maxRetries Number
    Maximum number of retries to be performed in case of rate limit
    password String
    Secret key
    port Number
    If the port is non-standard for the protocol, the port number to use
    protocol String
    The protocol (https or http)
    retryMaxDelay Number
    Maximum delay for exponential backoff strategy
    retryType String
    Retry type
    skipSslCertVerification Boolean
    Skip SSL certificate verification
    timeout Number
    The timeout in seconds for all communications with Prisma Cloud
    url String
    The API URL without the leading protocol
    username String
    Access key ID

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Provider resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    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