Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Using getTenantSettings
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 getTenantSettings(opts?: InvokeOptions): Promise<GetTenantSettingsResult>
function getTenantSettingsOutput(opts?: InvokeOptions): Output<GetTenantSettingsResult>def get_tenant_settings(opts: Optional[InvokeOptions] = None) -> GetTenantSettingsResult
def get_tenant_settings_output(opts: Optional[InvokeOptions] = None) -> Output[GetTenantSettingsResult]func GetTenantSettings(ctx *Context, opts ...InvokeOption) (*GetTenantSettingsResult, error)
func GetTenantSettingsOutput(ctx *Context, opts ...InvokeOption) GetTenantSettingsResultOutput> Note: This function is named GetTenantSettings in the Go SDK.
public static class GetTenantSettings
{
public static Task<GetTenantSettingsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetTenantSettingsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetTenantSettingsResult> getTenantSettings(InvokeOptions options)
public static Output<GetTenantSettingsResult> getTenantSettings(InvokeOptions options)
fn::invoke:
function: thoth:governance/getTenantSettings:getTenantSettings
arguments:
# arguments dictionarydata "thoth_governance_get_tenant_settings" "name" {
# arguments
}getTenantSettings Result
The following output properties are available:
- Compliance
Profile string - Id string
- The provider-assigned unique ID for this managed resource.
- Regulatory
Regimes List<string> - Settings
Json string - Tenant
Id string - Tool
Risk Dictionary<string, string>Overrides - Updated
At string - Webhook
Enabled bool - Webhook
Url string
- Compliance
Profile string - Id string
- The provider-assigned unique ID for this managed resource.
- Regulatory
Regimes []string - Settings
Json string - Tenant
Id string - Tool
Risk map[string]stringOverrides - Updated
At string - Webhook
Enabled bool - Webhook
Url string
- compliance_
profile string - id string
- The provider-assigned unique ID for this managed resource.
- regulatory_
regimes list(string) - settings_
json string - tenant_
id string - tool_
risk_ map(string)overrides - updated_
at string - webhook_
enabled bool - webhook_
url string
- compliance
Profile String - id String
- The provider-assigned unique ID for this managed resource.
- regulatory
Regimes List<String> - settings
Json String - tenant
Id String - tool
Risk Map<String,String>Overrides - updated
At String - webhook
Enabled Boolean - webhook
Url String
- compliance
Profile string - id string
- The provider-assigned unique ID for this managed resource.
- regulatory
Regimes string[] - settings
Json string - tenant
Id string - tool
Risk {[key: string]: string}Overrides - updated
At string - webhook
Enabled boolean - webhook
Url string
- compliance_
profile str - id str
- The provider-assigned unique ID for this managed resource.
- regulatory_
regimes Sequence[str] - settings_
json str - tenant_
id str - tool_
risk_ Mapping[str, str]overrides - updated_
at str - webhook_
enabled bool - webhook_
url str
- compliance
Profile String - id String
- The provider-assigned unique ID for this managed resource.
- regulatory
Regimes List<String> - settings
Json String - tenant
Id String - tool
Risk Map<String>Overrides - updated
At String - webhook
Enabled Boolean - webhook
Url String
Package Details
- Repository
- thoth atensecurity/pulumi-thoth
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
thothTerraform Provider.
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security