venafi.Provider
Explore with Pulumi AI
The provider type for the venafi 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
new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
@overload
def Provider(resource_name: str,
opts: Optional[ResourceOptions] = None,
access_token: Optional[str] = None,
api_key: Optional[str] = None,
client_id: Optional[str] = None,
dev_mode: Optional[bool] = None,
p12_cert_filename: Optional[str] = None,
p12_cert_password: Optional[str] = None,
tpp_password: Optional[str] = None,
tpp_username: Optional[str] = None,
trust_bundle: Optional[str] = None,
url: Optional[str] = None,
zone: Optional[str] = None)
@overload
def Provider(resource_name: str,
args: Optional[ProviderArgs] = None,
opts: Optional[ResourceOptions] = 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:venafi
properties: # The arguments to resource properties.
options: # 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.
- 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
The Provider resource accepts the following input properties:
- Access
Token string Access token for Venafi TLSPDC, user should use this for authentication
- Api
Key string API key for Venafi as a Service. Example: 142231b7-cvb0-412e-886b-6aeght0bc93d
- Client
Id string application that will be using the token
- Dev
Mode bool When set to true, the resulting certificate will be issued by an ephemeral, no trust CA rather than enrolling using Venafi as a Service or Trust Protection Platform. Useful for development and testing.
- P12Cert
Filename string Filename of PKCS#12 keystore containing a client certificate, private key, and chain certificates to authenticate to TLSPDC
- P12Cert
Password string Password for the PKCS#12 keystore declared in p12_cert
- Tpp
Password string Password for WebSDK user. Example: password
, please use access_token instead
- Tpp
Username string WebSDK user for Venafi TLSPDC. Example: admin
, please use access_token instead
- Trust
Bundle string Use to specify a PEM-formatted file that contains certificates to be trust anchors for all communications with the Venafi Web Service. Example: trust_bundle = "${file("chain.pem")}"
- Url string
The Venafi Platform URL. Example: https://tpp.venafi.example/vedsdk
- Zone string
DN of the Venafi TLSPDC policy folder or name of the Venafi as a Service application plus issuing template alias. Example for Platform: testPolicy\vault Example for Venafi as a Service: myApp\Default
- Access
Token string Access token for Venafi TLSPDC, user should use this for authentication
- Api
Key string API key for Venafi as a Service. Example: 142231b7-cvb0-412e-886b-6aeght0bc93d
- Client
Id string application that will be using the token
- Dev
Mode bool When set to true, the resulting certificate will be issued by an ephemeral, no trust CA rather than enrolling using Venafi as a Service or Trust Protection Platform. Useful for development and testing.
- P12Cert
Filename string Filename of PKCS#12 keystore containing a client certificate, private key, and chain certificates to authenticate to TLSPDC
- P12Cert
Password string Password for the PKCS#12 keystore declared in p12_cert
- Tpp
Password string Password for WebSDK user. Example: password
, please use access_token instead
- Tpp
Username string WebSDK user for Venafi TLSPDC. Example: admin
, please use access_token instead
- Trust
Bundle string Use to specify a PEM-formatted file that contains certificates to be trust anchors for all communications with the Venafi Web Service. Example: trust_bundle = "${file("chain.pem")}"
- Url string
The Venafi Platform URL. Example: https://tpp.venafi.example/vedsdk
- Zone string
DN of the Venafi TLSPDC policy folder or name of the Venafi as a Service application plus issuing template alias. Example for Platform: testPolicy\vault Example for Venafi as a Service: myApp\Default
- access
Token String Access token for Venafi TLSPDC, user should use this for authentication
- api
Key String API key for Venafi as a Service. Example: 142231b7-cvb0-412e-886b-6aeght0bc93d
- client
Id String application that will be using the token
- dev
Mode Boolean When set to true, the resulting certificate will be issued by an ephemeral, no trust CA rather than enrolling using Venafi as a Service or Trust Protection Platform. Useful for development and testing.
- p12Cert
Filename String Filename of PKCS#12 keystore containing a client certificate, private key, and chain certificates to authenticate to TLSPDC
- p12Cert
Password String Password for the PKCS#12 keystore declared in p12_cert
- tpp
Password String Password for WebSDK user. Example: password
, please use access_token instead
- tpp
Username String WebSDK user for Venafi TLSPDC. Example: admin
, please use access_token instead
- trust
Bundle String Use to specify a PEM-formatted file that contains certificates to be trust anchors for all communications with the Venafi Web Service. Example: trust_bundle = "${file("chain.pem")}"
- url String
The Venafi Platform URL. Example: https://tpp.venafi.example/vedsdk
- zone String
DN of the Venafi TLSPDC policy folder or name of the Venafi as a Service application plus issuing template alias. Example for Platform: testPolicy\vault Example for Venafi as a Service: myApp\Default
- access
Token string Access token for Venafi TLSPDC, user should use this for authentication
- api
Key string API key for Venafi as a Service. Example: 142231b7-cvb0-412e-886b-6aeght0bc93d
- client
Id string application that will be using the token
- dev
Mode boolean When set to true, the resulting certificate will be issued by an ephemeral, no trust CA rather than enrolling using Venafi as a Service or Trust Protection Platform. Useful for development and testing.
- p12Cert
Filename string Filename of PKCS#12 keystore containing a client certificate, private key, and chain certificates to authenticate to TLSPDC
- p12Cert
Password string Password for the PKCS#12 keystore declared in p12_cert
- tpp
Password string Password for WebSDK user. Example: password
, please use access_token instead
- tpp
Username string WebSDK user for Venafi TLSPDC. Example: admin
, please use access_token instead
- trust
Bundle string Use to specify a PEM-formatted file that contains certificates to be trust anchors for all communications with the Venafi Web Service. Example: trust_bundle = "${file("chain.pem")}"
- url string
The Venafi Platform URL. Example: https://tpp.venafi.example/vedsdk
- zone string
DN of the Venafi TLSPDC policy folder or name of the Venafi as a Service application plus issuing template alias. Example for Platform: testPolicy\vault Example for Venafi as a Service: myApp\Default
- access_
token str Access token for Venafi TLSPDC, user should use this for authentication
- api_
key str API key for Venafi as a Service. Example: 142231b7-cvb0-412e-886b-6aeght0bc93d
- client_
id str application that will be using the token
- dev_
mode bool When set to true, the resulting certificate will be issued by an ephemeral, no trust CA rather than enrolling using Venafi as a Service or Trust Protection Platform. Useful for development and testing.
- p12_
cert_ strfilename Filename of PKCS#12 keystore containing a client certificate, private key, and chain certificates to authenticate to TLSPDC
- p12_
cert_ strpassword Password for the PKCS#12 keystore declared in p12_cert
- tpp_
password str Password for WebSDK user. Example: password
, please use access_token instead
- tpp_
username str WebSDK user for Venafi TLSPDC. Example: admin
, please use access_token instead
- trust_
bundle str Use to specify a PEM-formatted file that contains certificates to be trust anchors for all communications with the Venafi Web Service. Example: trust_bundle = "${file("chain.pem")}"
- url str
The Venafi Platform URL. Example: https://tpp.venafi.example/vedsdk
- zone str
DN of the Venafi TLSPDC policy folder or name of the Venafi as a Service application plus issuing template alias. Example for Platform: testPolicy\vault Example for Venafi as a Service: myApp\Default
- access
Token String Access token for Venafi TLSPDC, user should use this for authentication
- api
Key String API key for Venafi as a Service. Example: 142231b7-cvb0-412e-886b-6aeght0bc93d
- client
Id String application that will be using the token
- dev
Mode Boolean When set to true, the resulting certificate will be issued by an ephemeral, no trust CA rather than enrolling using Venafi as a Service or Trust Protection Platform. Useful for development and testing.
- p12Cert
Filename String Filename of PKCS#12 keystore containing a client certificate, private key, and chain certificates to authenticate to TLSPDC
- p12Cert
Password String Password for the PKCS#12 keystore declared in p12_cert
- tpp
Password String Password for WebSDK user. Example: password
, please use access_token instead
- tpp
Username String WebSDK user for Venafi TLSPDC. Example: admin
, please use access_token instead
- trust
Bundle String Use to specify a PEM-formatted file that contains certificates to be trust anchors for all communications with the Venafi Web Service. Example: trust_bundle = "${file("chain.pem")}"
- url String
The Venafi Platform URL. Example: https://tpp.venafi.example/vedsdk
- zone String
DN of the Venafi TLSPDC policy folder or name of the Venafi as a Service application plus issuing template alias. Example for Platform: testPolicy\vault Example for Venafi as a Service: myApp\Default
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
- Venafi pulumi/pulumi-venafi
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
venafi
Terraform Provider.