prismacloud.Provider
Explore with Pulumi AI
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:
- Customer
Name string - Customer name
- Disable
Reconnect bool - Disable reconnecting on JWT expiration
- Json
Config stringFile - Retrieve the provider configuration from this JSON file
- Json
Web stringToken - JSON web token to use
- Logging Dictionary<string, bool>
- Logging options for the API connection
- Max
Retries 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)
- Retry
Max doubleDelay - Maximum delay for exponential backoff strategy
- Retry
Type string - Retry type
- Skip
Ssl boolCert Verification - 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
- Customer
Name string - Customer name
- Disable
Reconnect bool - Disable reconnecting on JWT expiration
- Json
Config stringFile - Retrieve the provider configuration from this JSON file
- Json
Web stringToken - JSON web token to use
- Logging map[string]bool
- Logging options for the API connection
- Max
Retries 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)
- Retry
Max float64Delay - Maximum delay for exponential backoff strategy
- Retry
Type string - Retry type
- Skip
Ssl boolCert Verification - 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
- customer
Name String - Customer name
- disable
Reconnect Boolean - Disable reconnecting on JWT expiration
- json
Config StringFile - Retrieve the provider configuration from this JSON file
- json
Web StringToken - JSON web token to use
- logging Map<String,Boolean>
- Logging options for the API connection
- max
Retries 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)
- retry
Max DoubleDelay - Maximum delay for exponential backoff strategy
- retry
Type String - Retry type
- skip
Ssl BooleanCert Verification - 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
- customer
Name string - Customer name
- disable
Reconnect boolean - Disable reconnecting on JWT expiration
- json
Config stringFile - Retrieve the provider configuration from this JSON file
- json
Web stringToken - JSON web token to use
- logging {[key: string]: boolean}
- Logging options for the API connection
- max
Retries 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)
- retry
Max numberDelay - Maximum delay for exponential backoff strategy
- retry
Type string - Retry type
- skip
Ssl booleanCert Verification - 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_ strfile - Retrieve the provider configuration from this JSON file
- json_
web_ strtoken - 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_ floatdelay - Maximum delay for exponential backoff strategy
- retry_
type str - Retry type
- skip_
ssl_ boolcert_ verification - 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
- customer
Name String - Customer name
- disable
Reconnect Boolean - Disable reconnecting on JWT expiration
- json
Config StringFile - Retrieve the provider configuration from this JSON file
- json
Web StringToken - JSON web token to use
- logging Map<Boolean>
- Logging options for the API connection
- max
Retries 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)
- retry
Max NumberDelay - Maximum delay for exponential backoff strategy
- retry
Type String - Retry type
- skip
Ssl BooleanCert Verification - 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.