1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. governance
  6. SiemSettings
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

    Create SiemSettings Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SiemSettings(name: string, args?: SiemSettingsArgs, opts?: CustomResourceOptions);
    @overload
    def SiemSettings(resource_name: str,
                     args: Optional[SiemSettingsArgs] = None,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def SiemSettings(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     siem_provider: Optional[str] = None,
                     siem_webhook_enabled: Optional[bool] = None,
                     siem_webhook_provider: Optional[str] = None,
                     siem_webhook_secret: Optional[str] = None,
                     siem_webhook_url: Optional[str] = None)
    func NewSiemSettings(ctx *Context, name string, args *SiemSettingsArgs, opts ...ResourceOption) (*SiemSettings, error)
    public SiemSettings(string name, SiemSettingsArgs? args = null, CustomResourceOptions? opts = null)
    public SiemSettings(String name, SiemSettingsArgs args)
    public SiemSettings(String name, SiemSettingsArgs args, CustomResourceOptions options)
    
    type: thoth:governance:SiemSettings
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "thoth_governance_siem_settings" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args SiemSettingsArgs
    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 SiemSettingsArgs
    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 SiemSettingsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SiemSettingsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SiemSettingsArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var siemSettingsResource = new Thoth.Governance.SiemSettings("siemSettingsResource", new()
    {
        SiemProvider = "string",
        SiemWebhookEnabled = false,
        SiemWebhookProvider = "string",
        SiemWebhookSecret = "string",
        SiemWebhookUrl = "string",
    });
    
    example, err := governance.NewSiemSettings(ctx, "siemSettingsResource", &governance.SiemSettingsArgs{
    	SiemProvider:        pulumi.String("string"),
    	SiemWebhookEnabled:  pulumi.Bool(false),
    	SiemWebhookProvider: pulumi.String("string"),
    	SiemWebhookSecret:   pulumi.String("string"),
    	SiemWebhookUrl:      pulumi.String("string"),
    })
    
    resource "thoth_governance_siem_settings" "siemSettingsResource" {
      lifecycle {
        create_before_destroy = true
      }
      siem_provider         = "string"
      siem_webhook_enabled  = false
      siem_webhook_provider = "string"
      siem_webhook_secret   = "string"
      siem_webhook_url      = "string"
    }
    
    var siemSettingsResource = new SiemSettings("siemSettingsResource", SiemSettingsArgs.builder()
        .siemProvider("string")
        .siemWebhookEnabled(false)
        .siemWebhookProvider("string")
        .siemWebhookSecret("string")
        .siemWebhookUrl("string")
        .build());
    
    siem_settings_resource = thoth.governance.SiemSettings("siemSettingsResource",
        siem_provider="string",
        siem_webhook_enabled=False,
        siem_webhook_provider="string",
        siem_webhook_secret="string",
        siem_webhook_url="string")
    
    const siemSettingsResource = new thoth.governance.SiemSettings("siemSettingsResource", {
        siemProvider: "string",
        siemWebhookEnabled: false,
        siemWebhookProvider: "string",
        siemWebhookSecret: "string",
        siemWebhookUrl: "string",
    });
    
    type: thoth:governance:SiemSettings
    properties:
        siemProvider: string
        siemWebhookEnabled: false
        siemWebhookProvider: string
        siemWebhookSecret: string
        siemWebhookUrl: string
    

    SiemSettings 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 SiemSettings resource accepts the following input properties:

    SiemProvider string
    SIEM provider slug.
    SiemWebhookEnabled bool
    Enable SIEM webhook delivery.
    SiemWebhookProvider string
    SIEM webhook provider slug.
    SiemWebhookSecret string
    SIEM webhook signing secret.
    SiemWebhookUrl string
    SIEM webhook URL.
    SiemProvider string
    SIEM provider slug.
    SiemWebhookEnabled bool
    Enable SIEM webhook delivery.
    SiemWebhookProvider string
    SIEM webhook provider slug.
    SiemWebhookSecret string
    SIEM webhook signing secret.
    SiemWebhookUrl string
    SIEM webhook URL.
    siem_provider string
    SIEM provider slug.
    siem_webhook_enabled bool
    Enable SIEM webhook delivery.
    siem_webhook_provider string
    SIEM webhook provider slug.
    siem_webhook_secret string
    SIEM webhook signing secret.
    siem_webhook_url string
    SIEM webhook URL.
    siemProvider String
    SIEM provider slug.
    siemWebhookEnabled Boolean
    Enable SIEM webhook delivery.
    siemWebhookProvider String
    SIEM webhook provider slug.
    siemWebhookSecret String
    SIEM webhook signing secret.
    siemWebhookUrl String
    SIEM webhook URL.
    siemProvider string
    SIEM provider slug.
    siemWebhookEnabled boolean
    Enable SIEM webhook delivery.
    siemWebhookProvider string
    SIEM webhook provider slug.
    siemWebhookSecret string
    SIEM webhook signing secret.
    siemWebhookUrl string
    SIEM webhook URL.
    siem_provider str
    SIEM provider slug.
    siem_webhook_enabled bool
    Enable SIEM webhook delivery.
    siem_webhook_provider str
    SIEM webhook provider slug.
    siem_webhook_secret str
    SIEM webhook signing secret.
    siem_webhook_url str
    SIEM webhook URL.
    siemProvider String
    SIEM provider slug.
    siemWebhookEnabled Boolean
    Enable SIEM webhook delivery.
    siemWebhookProvider String
    SIEM webhook provider slug.
    siemWebhookSecret String
    SIEM webhook signing secret.
    siemWebhookUrl String
    SIEM webhook URL.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SiemSettings resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    TenantId string
    Tenant ID resolved from provider configuration.
    UpdatedAt string
    Last update timestamp returned by GovAPI.
    Id string
    The provider-assigned unique ID for this managed resource.
    TenantId string
    Tenant ID resolved from provider configuration.
    UpdatedAt string
    Last update timestamp returned by GovAPI.
    id string
    The provider-assigned unique ID for this managed resource.
    tenant_id string
    Tenant ID resolved from provider configuration.
    updated_at string
    Last update timestamp returned by GovAPI.
    id String
    The provider-assigned unique ID for this managed resource.
    tenantId String
    Tenant ID resolved from provider configuration.
    updatedAt String
    Last update timestamp returned by GovAPI.
    id string
    The provider-assigned unique ID for this managed resource.
    tenantId string
    Tenant ID resolved from provider configuration.
    updatedAt string
    Last update timestamp returned by GovAPI.
    id str
    The provider-assigned unique ID for this managed resource.
    tenant_id str
    Tenant ID resolved from provider configuration.
    updated_at str
    Last update timestamp returned by GovAPI.
    id String
    The provider-assigned unique ID for this managed resource.
    tenantId String
    Tenant ID resolved from provider configuration.
    updatedAt String
    Last update timestamp returned by GovAPI.

    Look up Existing SiemSettings Resource

    Get an existing SiemSettings resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: SiemSettingsState, opts?: CustomResourceOptions): SiemSettings
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            siem_provider: Optional[str] = None,
            siem_webhook_enabled: Optional[bool] = None,
            siem_webhook_provider: Optional[str] = None,
            siem_webhook_secret: Optional[str] = None,
            siem_webhook_url: Optional[str] = None,
            tenant_id: Optional[str] = None,
            updated_at: Optional[str] = None) -> SiemSettings
    func GetSiemSettings(ctx *Context, name string, id IDInput, state *SiemSettingsState, opts ...ResourceOption) (*SiemSettings, error)
    public static SiemSettings Get(string name, Input<string> id, SiemSettingsState? state, CustomResourceOptions? opts = null)
    public static SiemSettings get(String name, Output<String> id, SiemSettingsState state, CustomResourceOptions options)
    resources:  _:    type: thoth:governance:SiemSettings    get:      id: ${id}
    import {
      to = thoth_governance_siem_settings.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    SiemProvider string
    SIEM provider slug.
    SiemWebhookEnabled bool
    Enable SIEM webhook delivery.
    SiemWebhookProvider string
    SIEM webhook provider slug.
    SiemWebhookSecret string
    SIEM webhook signing secret.
    SiemWebhookUrl string
    SIEM webhook URL.
    TenantId string
    Tenant ID resolved from provider configuration.
    UpdatedAt string
    Last update timestamp returned by GovAPI.
    SiemProvider string
    SIEM provider slug.
    SiemWebhookEnabled bool
    Enable SIEM webhook delivery.
    SiemWebhookProvider string
    SIEM webhook provider slug.
    SiemWebhookSecret string
    SIEM webhook signing secret.
    SiemWebhookUrl string
    SIEM webhook URL.
    TenantId string
    Tenant ID resolved from provider configuration.
    UpdatedAt string
    Last update timestamp returned by GovAPI.
    siem_provider string
    SIEM provider slug.
    siem_webhook_enabled bool
    Enable SIEM webhook delivery.
    siem_webhook_provider string
    SIEM webhook provider slug.
    siem_webhook_secret string
    SIEM webhook signing secret.
    siem_webhook_url string
    SIEM webhook URL.
    tenant_id string
    Tenant ID resolved from provider configuration.
    updated_at string
    Last update timestamp returned by GovAPI.
    siemProvider String
    SIEM provider slug.
    siemWebhookEnabled Boolean
    Enable SIEM webhook delivery.
    siemWebhookProvider String
    SIEM webhook provider slug.
    siemWebhookSecret String
    SIEM webhook signing secret.
    siemWebhookUrl String
    SIEM webhook URL.
    tenantId String
    Tenant ID resolved from provider configuration.
    updatedAt String
    Last update timestamp returned by GovAPI.
    siemProvider string
    SIEM provider slug.
    siemWebhookEnabled boolean
    Enable SIEM webhook delivery.
    siemWebhookProvider string
    SIEM webhook provider slug.
    siemWebhookSecret string
    SIEM webhook signing secret.
    siemWebhookUrl string
    SIEM webhook URL.
    tenantId string
    Tenant ID resolved from provider configuration.
    updatedAt string
    Last update timestamp returned by GovAPI.
    siem_provider str
    SIEM provider slug.
    siem_webhook_enabled bool
    Enable SIEM webhook delivery.
    siem_webhook_provider str
    SIEM webhook provider slug.
    siem_webhook_secret str
    SIEM webhook signing secret.
    siem_webhook_url str
    SIEM webhook URL.
    tenant_id str
    Tenant ID resolved from provider configuration.
    updated_at str
    Last update timestamp returned by GovAPI.
    siemProvider String
    SIEM provider slug.
    siemWebhookEnabled Boolean
    Enable SIEM webhook delivery.
    siemWebhookProvider String
    SIEM webhook provider slug.
    siemWebhookSecret String
    SIEM webhook signing secret.
    siemWebhookUrl String
    SIEM webhook URL.
    tenantId String
    Tenant ID resolved from provider configuration.
    updatedAt String
    Last update timestamp returned by GovAPI.

    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