1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. governance
  6. getTenantSettings
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
thoth logo
Viewing docs for Thoth v0.1.15
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 dictionary
    data "thoth_governance_get_tenant_settings" "name" {
        # arguments
    }

    getTenantSettings Result

    The following output properties are available:

    ComplianceProfile string
    Id string
    The provider-assigned unique ID for this managed resource.
    RegulatoryRegimes List<string>
    SettingsJson string
    TenantId string
    ToolRiskOverrides Dictionary<string, string>
    UpdatedAt string
    WebhookEnabled bool
    WebhookUrl string
    ComplianceProfile string
    Id string
    The provider-assigned unique ID for this managed resource.
    RegulatoryRegimes []string
    SettingsJson string
    TenantId string
    ToolRiskOverrides map[string]string
    UpdatedAt string
    WebhookEnabled bool
    WebhookUrl 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_overrides map(string)
    updated_at string
    webhook_enabled bool
    webhook_url string
    complianceProfile String
    id String
    The provider-assigned unique ID for this managed resource.
    regulatoryRegimes List<String>
    settingsJson String
    tenantId String
    toolRiskOverrides Map<String,String>
    updatedAt String
    webhookEnabled Boolean
    webhookUrl String
    complianceProfile string
    id string
    The provider-assigned unique ID for this managed resource.
    regulatoryRegimes string[]
    settingsJson string
    tenantId string
    toolRiskOverrides {[key: string]: string}
    updatedAt string
    webhookEnabled boolean
    webhookUrl 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_overrides Mapping[str, str]
    updated_at str
    webhook_enabled bool
    webhook_url str
    complianceProfile String
    id String
    The provider-assigned unique ID for this managed resource.
    regulatoryRegimes List<String>
    settingsJson String
    tenantId String
    toolRiskOverrides Map<String>
    updatedAt String
    webhookEnabled Boolean
    webhookUrl String

    Package Details

    Repository
    thoth atensecurity/pulumi-thoth
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the thoth Terraform Provider.
    thoth logo
    Viewing docs for Thoth v0.1.15
    published on Thursday, Jul 23, 2026 by Aten Security

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial