published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
The provider type for the thoth 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,
admin_bearer_token: Optional[str] = None,
admin_bearer_token_file: Optional[str] = None,
apex_domain: Optional[str] = None,
api_base_url: Optional[str] = None,
insecure_skip_tls_verify: Optional[bool] = None,
org_api_key: Optional[str] = None,
org_api_key_file: Optional[str] = None,
request_timeout_seconds: Optional[int] = None,
retry_base_delay_ms: Optional[int] = None,
retry_max_attempts: Optional[int] = None,
retry_max_delay_ms: Optional[int] = None,
tenant_id: 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:thoth
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "pulumi_providers_thoth" "name" {
# resource properties
}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:
- Admin
Bearer stringToken - Admin bearer token used for authenticated GovAPI requests.
- Admin
Bearer stringToken File - Path to a file containing the admin bearer token.
- Apex
Domain string - Apex domain used to derive GovAPI host when apiBaseUrl is omitted. Defaults to atensecurity.com.
- Api
Base stringUrl - GovAPI base URL override. When omitted, provider derives https://grid.<tenant_id>.<apex_domain>.
- Insecure
Skip boolTls Verify - Skip TLS certificate verification (development/testing only).
- Org
Api stringKey - Organization-scoped API key used for non-interactive CI/CD control-plane operations.
- Org
Api stringKey File - Path to a file containing the organization-scoped API key.
- Request
Timeout intSeconds - Per-request timeout in seconds.
- Retry
Base intDelay Ms - Base delay in milliseconds for exponential retry backoff.
- Retry
Max intAttempts - Maximum retry attempts for transient API/network failures.
- Retry
Max intDelay Ms - Maximum delay in milliseconds for retry backoff.
- Tenant
Id string - Tenant slug used in GovAPI route scoping. If omitted, provider reads THOTH_TENANT_ID.
- Admin
Bearer stringToken - Admin bearer token used for authenticated GovAPI requests.
- Admin
Bearer stringToken File - Path to a file containing the admin bearer token.
- Apex
Domain string - Apex domain used to derive GovAPI host when apiBaseUrl is omitted. Defaults to atensecurity.com.
- Api
Base stringUrl - GovAPI base URL override. When omitted, provider derives https://grid.<tenant_id>.<apex_domain>.
- Insecure
Skip boolTls Verify - Skip TLS certificate verification (development/testing only).
- Org
Api stringKey - Organization-scoped API key used for non-interactive CI/CD control-plane operations.
- Org
Api stringKey File - Path to a file containing the organization-scoped API key.
- Request
Timeout intSeconds - Per-request timeout in seconds.
- Retry
Base intDelay Ms - Base delay in milliseconds for exponential retry backoff.
- Retry
Max intAttempts - Maximum retry attempts for transient API/network failures.
- Retry
Max intDelay Ms - Maximum delay in milliseconds for retry backoff.
- Tenant
Id string - Tenant slug used in GovAPI route scoping. If omitted, provider reads THOTH_TENANT_ID.
- admin_
bearer_ stringtoken - Admin bearer token used for authenticated GovAPI requests.
- admin_
bearer_ stringtoken_ file - Path to a file containing the admin bearer token.
- apex_
domain string - Apex domain used to derive GovAPI host when apiBaseUrl is omitted. Defaults to atensecurity.com.
- api_
base_ stringurl - GovAPI base URL override. When omitted, provider derives https://grid.<tenant_id>.<apex_domain>.
- insecure_
skip_ booltls_ verify - Skip TLS certificate verification (development/testing only).
- org_
api_ stringkey - Organization-scoped API key used for non-interactive CI/CD control-plane operations.
- org_
api_ stringkey_ file - Path to a file containing the organization-scoped API key.
- request_
timeout_ numberseconds - Per-request timeout in seconds.
- retry_
base_ numberdelay_ ms - Base delay in milliseconds for exponential retry backoff.
- retry_
max_ numberattempts - Maximum retry attempts for transient API/network failures.
- retry_
max_ numberdelay_ ms - Maximum delay in milliseconds for retry backoff.
- tenant_
id string - Tenant slug used in GovAPI route scoping. If omitted, provider reads THOTH_TENANT_ID.
- admin
Bearer StringToken - Admin bearer token used for authenticated GovAPI requests.
- admin
Bearer StringToken File - Path to a file containing the admin bearer token.
- apex
Domain String - Apex domain used to derive GovAPI host when apiBaseUrl is omitted. Defaults to atensecurity.com.
- api
Base StringUrl - GovAPI base URL override. When omitted, provider derives https://grid.<tenant_id>.<apex_domain>.
- insecure
Skip BooleanTls Verify - Skip TLS certificate verification (development/testing only).
- org
Api StringKey - Organization-scoped API key used for non-interactive CI/CD control-plane operations.
- org
Api StringKey File - Path to a file containing the organization-scoped API key.
- request
Timeout IntegerSeconds - Per-request timeout in seconds.
- retry
Base IntegerDelay Ms - Base delay in milliseconds for exponential retry backoff.
- retry
Max IntegerAttempts - Maximum retry attempts for transient API/network failures.
- retry
Max IntegerDelay Ms - Maximum delay in milliseconds for retry backoff.
- tenant
Id String - Tenant slug used in GovAPI route scoping. If omitted, provider reads THOTH_TENANT_ID.
- admin
Bearer stringToken - Admin bearer token used for authenticated GovAPI requests.
- admin
Bearer stringToken File - Path to a file containing the admin bearer token.
- apex
Domain string - Apex domain used to derive GovAPI host when apiBaseUrl is omitted. Defaults to atensecurity.com.
- api
Base stringUrl - GovAPI base URL override. When omitted, provider derives https://grid.<tenant_id>.<apex_domain>.
- insecure
Skip booleanTls Verify - Skip TLS certificate verification (development/testing only).
- org
Api stringKey - Organization-scoped API key used for non-interactive CI/CD control-plane operations.
- org
Api stringKey File - Path to a file containing the organization-scoped API key.
- request
Timeout numberSeconds - Per-request timeout in seconds.
- retry
Base numberDelay Ms - Base delay in milliseconds for exponential retry backoff.
- retry
Max numberAttempts - Maximum retry attempts for transient API/network failures.
- retry
Max numberDelay Ms - Maximum delay in milliseconds for retry backoff.
- tenant
Id string - Tenant slug used in GovAPI route scoping. If omitted, provider reads THOTH_TENANT_ID.
- admin_
bearer_ strtoken - Admin bearer token used for authenticated GovAPI requests.
- admin_
bearer_ strtoken_ file - Path to a file containing the admin bearer token.
- apex_
domain str - Apex domain used to derive GovAPI host when apiBaseUrl is omitted. Defaults to atensecurity.com.
- api_
base_ strurl - GovAPI base URL override. When omitted, provider derives https://grid.<tenant_id>.<apex_domain>.
- insecure_
skip_ booltls_ verify - Skip TLS certificate verification (development/testing only).
- org_
api_ strkey - Organization-scoped API key used for non-interactive CI/CD control-plane operations.
- org_
api_ strkey_ file - Path to a file containing the organization-scoped API key.
- request_
timeout_ intseconds - Per-request timeout in seconds.
- retry_
base_ intdelay_ ms - Base delay in milliseconds for exponential retry backoff.
- retry_
max_ intattempts - Maximum retry attempts for transient API/network failures.
- retry_
max_ intdelay_ ms - Maximum delay in milliseconds for retry backoff.
- tenant_
id str - Tenant slug used in GovAPI route scoping. If omitted, provider reads THOTH_TENANT_ID.
- admin
Bearer StringToken - Admin bearer token used for authenticated GovAPI requests.
- admin
Bearer StringToken File - Path to a file containing the admin bearer token.
- apex
Domain String - Apex domain used to derive GovAPI host when apiBaseUrl is omitted. Defaults to atensecurity.com.
- api
Base StringUrl - GovAPI base URL override. When omitted, provider derives https://grid.<tenant_id>.<apex_domain>.
- insecure
Skip BooleanTls Verify - Skip TLS certificate verification (development/testing only).
- org
Api StringKey - Organization-scoped API key used for non-interactive CI/CD control-plane operations.
- org
Api StringKey File - Path to a file containing the organization-scoped API key.
- request
Timeout NumberSeconds - Per-request timeout in seconds.
- retry
Base NumberDelay Ms - Base delay in milliseconds for exponential retry backoff.
- retry
Max NumberAttempts - Maximum retry attempts for transient API/network failures.
- retry
Max NumberDelay Ms - Maximum delay in milliseconds for retry backoff.
- tenant
Id String - Tenant slug used in GovAPI route scoping. If omitted, provider reads THOTH_TENANT_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 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.
Provider Resource Methods
TerraformConfig Method
This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.
Using TerraformConfig
terraformConfig(): Output<Provider.TerraformConfigResult>def terraform_config() -> Output[Provider.Terraform_configResult]func (r *Provider) TerraformConfig() (ProviderTerraformConfigResultOutput, error)public Output<Provider.TerraformConfigResult> TerraformConfig()TerraformConfig Result
- Result Dictionary<string, object>
- Result map[string]interface{}
- result map(any)
- result Map<String,Object>
- result {[key: string]: any}
- result Mapping[str, Any]
- result Map<Any>
Package Details
- Repository
- thoth atensecurity/pulumi-thoth
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
thothTerraform Provider.
published on Thursday, Jul 23, 2026 by Aten Security