1. Packages
  2. Lacework Provider
  3. API Docs
  4. IntegrationAzureDspm
lacework 2.1.1 published on Wednesday, Jan 28, 2026 by lacework
lacework logo
lacework 2.1.1 published on Wednesday, Jan 28, 2026 by lacework

    Create IntegrationAzureDspm Resource

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

    Constructor syntax

    new IntegrationAzureDspm(name: string, args: IntegrationAzureDspmArgs, opts?: CustomResourceOptions);
    @overload
    def IntegrationAzureDspm(resource_name: str,
                             args: IntegrationAzureDspmArgs,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def IntegrationAzureDspm(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             blob_container_name: Optional[str] = None,
                             credentials: Optional[IntegrationAzureDspmCredentialsArgs] = None,
                             storage_account_url: Optional[str] = None,
                             integration_azure_dspm_id: Optional[str] = None,
                             name: Optional[str] = None,
                             retries: Optional[float] = None,
                             tenant_id: Optional[str] = None)
    func NewIntegrationAzureDspm(ctx *Context, name string, args IntegrationAzureDspmArgs, opts ...ResourceOption) (*IntegrationAzureDspm, error)
    public IntegrationAzureDspm(string name, IntegrationAzureDspmArgs args, CustomResourceOptions? opts = null)
    public IntegrationAzureDspm(String name, IntegrationAzureDspmArgs args)
    public IntegrationAzureDspm(String name, IntegrationAzureDspmArgs args, CustomResourceOptions options)
    
    type: lacework:IntegrationAzureDspm
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args IntegrationAzureDspmArgs
    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 IntegrationAzureDspmArgs
    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 IntegrationAzureDspmArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IntegrationAzureDspmArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IntegrationAzureDspmArgs
    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 integrationAzureDspmResource = new Lacework.IntegrationAzureDspm("integrationAzureDspmResource", new()
    {
        BlobContainerName = "string",
        Credentials = new Lacework.Inputs.IntegrationAzureDspmCredentialsArgs
        {
            ClientId = "string",
            ClientSecret = "string",
        },
        StorageAccountUrl = "string",
        IntegrationAzureDspmId = "string",
        Name = "string",
        Retries = 0,
        TenantId = "string",
    });
    
    example, err := lacework.NewIntegrationAzureDspm(ctx, "integrationAzureDspmResource", &lacework.IntegrationAzureDspmArgs{
    	BlobContainerName: pulumi.String("string"),
    	Credentials: &lacework.IntegrationAzureDspmCredentialsArgs{
    		ClientId:     pulumi.String("string"),
    		ClientSecret: pulumi.String("string"),
    	},
    	StorageAccountUrl:      pulumi.String("string"),
    	IntegrationAzureDspmId: pulumi.String("string"),
    	Name:                   pulumi.String("string"),
    	Retries:                pulumi.Float64(0),
    	TenantId:               pulumi.String("string"),
    })
    
    var integrationAzureDspmResource = new IntegrationAzureDspm("integrationAzureDspmResource", IntegrationAzureDspmArgs.builder()
        .blobContainerName("string")
        .credentials(IntegrationAzureDspmCredentialsArgs.builder()
            .clientId("string")
            .clientSecret("string")
            .build())
        .storageAccountUrl("string")
        .integrationAzureDspmId("string")
        .name("string")
        .retries(0.0)
        .tenantId("string")
        .build());
    
    integration_azure_dspm_resource = lacework.IntegrationAzureDspm("integrationAzureDspmResource",
        blob_container_name="string",
        credentials={
            "client_id": "string",
            "client_secret": "string",
        },
        storage_account_url="string",
        integration_azure_dspm_id="string",
        name="string",
        retries=0,
        tenant_id="string")
    
    const integrationAzureDspmResource = new lacework.IntegrationAzureDspm("integrationAzureDspmResource", {
        blobContainerName: "string",
        credentials: {
            clientId: "string",
            clientSecret: "string",
        },
        storageAccountUrl: "string",
        integrationAzureDspmId: "string",
        name: "string",
        retries: 0,
        tenantId: "string",
    });
    
    type: lacework:IntegrationAzureDspm
    properties:
        blobContainerName: string
        credentials:
            clientId: string
            clientSecret: string
        integrationAzureDspmId: string
        name: string
        retries: 0
        storageAccountUrl: string
        tenantId: string
    

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

    BlobContainerName string
    The name of the blob container where the DSPM scanner writes results and state.
    Credentials IntegrationAzureDspmCredentials
    The credentials used by Lacework platform to access the Azure SP.
    StorageAccountUrl string
    The URL of the storage account where the DSPM scanner writes results and state.
    IntegrationAzureDspmId string
    Name string
    The name of the FortiCNAPP DSPM integration.
    Retries double
    The number of attempts to create the external integration.
    TenantId string
    The ID of the Azure tenant where the DSPM scanner is deployed.
    BlobContainerName string
    The name of the blob container where the DSPM scanner writes results and state.
    Credentials IntegrationAzureDspmCredentialsArgs
    The credentials used by Lacework platform to access the Azure SP.
    StorageAccountUrl string
    The URL of the storage account where the DSPM scanner writes results and state.
    IntegrationAzureDspmId string
    Name string
    The name of the FortiCNAPP DSPM integration.
    Retries float64
    The number of attempts to create the external integration.
    TenantId string
    The ID of the Azure tenant where the DSPM scanner is deployed.
    blobContainerName String
    The name of the blob container where the DSPM scanner writes results and state.
    credentials IntegrationAzureDspmCredentials
    The credentials used by Lacework platform to access the Azure SP.
    storageAccountUrl String
    The URL of the storage account where the DSPM scanner writes results and state.
    integrationAzureDspmId String
    name String
    The name of the FortiCNAPP DSPM integration.
    retries Double
    The number of attempts to create the external integration.
    tenantId String
    The ID of the Azure tenant where the DSPM scanner is deployed.
    blobContainerName string
    The name of the blob container where the DSPM scanner writes results and state.
    credentials IntegrationAzureDspmCredentials
    The credentials used by Lacework platform to access the Azure SP.
    storageAccountUrl string
    The URL of the storage account where the DSPM scanner writes results and state.
    integrationAzureDspmId string
    name string
    The name of the FortiCNAPP DSPM integration.
    retries number
    The number of attempts to create the external integration.
    tenantId string
    The ID of the Azure tenant where the DSPM scanner is deployed.
    blob_container_name str
    The name of the blob container where the DSPM scanner writes results and state.
    credentials IntegrationAzureDspmCredentialsArgs
    The credentials used by Lacework platform to access the Azure SP.
    storage_account_url str
    The URL of the storage account where the DSPM scanner writes results and state.
    integration_azure_dspm_id str
    name str
    The name of the FortiCNAPP DSPM integration.
    retries float
    The number of attempts to create the external integration.
    tenant_id str
    The ID of the Azure tenant where the DSPM scanner is deployed.
    blobContainerName String
    The name of the blob container where the DSPM scanner writes results and state.
    credentials Property Map
    The credentials used by Lacework platform to access the Azure SP.
    storageAccountUrl String
    The URL of the storage account where the DSPM scanner writes results and state.
    integrationAzureDspmId String
    name String
    The name of the FortiCNAPP DSPM integration.
    retries Number
    The number of attempts to create the external integration.
    tenantId String
    The ID of the Azure tenant where the DSPM scanner is deployed.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    IntegrationGuid string
    ServerToken string
    Id string
    The provider-assigned unique ID for this managed resource.
    IntegrationGuid string
    ServerToken string
    id String
    The provider-assigned unique ID for this managed resource.
    integrationGuid String
    serverToken String
    id string
    The provider-assigned unique ID for this managed resource.
    integrationGuid string
    serverToken string
    id str
    The provider-assigned unique ID for this managed resource.
    integration_guid str
    server_token str
    id String
    The provider-assigned unique ID for this managed resource.
    integrationGuid String
    serverToken String

    Look up Existing IntegrationAzureDspm Resource

    Get an existing IntegrationAzureDspm 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?: IntegrationAzureDspmState, opts?: CustomResourceOptions): IntegrationAzureDspm
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            blob_container_name: Optional[str] = None,
            credentials: Optional[IntegrationAzureDspmCredentialsArgs] = None,
            integration_azure_dspm_id: Optional[str] = None,
            integration_guid: Optional[str] = None,
            name: Optional[str] = None,
            retries: Optional[float] = None,
            server_token: Optional[str] = None,
            storage_account_url: Optional[str] = None,
            tenant_id: Optional[str] = None) -> IntegrationAzureDspm
    func GetIntegrationAzureDspm(ctx *Context, name string, id IDInput, state *IntegrationAzureDspmState, opts ...ResourceOption) (*IntegrationAzureDspm, error)
    public static IntegrationAzureDspm Get(string name, Input<string> id, IntegrationAzureDspmState? state, CustomResourceOptions? opts = null)
    public static IntegrationAzureDspm get(String name, Output<String> id, IntegrationAzureDspmState state, CustomResourceOptions options)
    resources:  _:    type: lacework:IntegrationAzureDspm    get:      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:
    BlobContainerName string
    The name of the blob container where the DSPM scanner writes results and state.
    Credentials IntegrationAzureDspmCredentials
    The credentials used by Lacework platform to access the Azure SP.
    IntegrationAzureDspmId string
    IntegrationGuid string
    Name string
    The name of the FortiCNAPP DSPM integration.
    Retries double
    The number of attempts to create the external integration.
    ServerToken string
    StorageAccountUrl string
    The URL of the storage account where the DSPM scanner writes results and state.
    TenantId string
    The ID of the Azure tenant where the DSPM scanner is deployed.
    BlobContainerName string
    The name of the blob container where the DSPM scanner writes results and state.
    Credentials IntegrationAzureDspmCredentialsArgs
    The credentials used by Lacework platform to access the Azure SP.
    IntegrationAzureDspmId string
    IntegrationGuid string
    Name string
    The name of the FortiCNAPP DSPM integration.
    Retries float64
    The number of attempts to create the external integration.
    ServerToken string
    StorageAccountUrl string
    The URL of the storage account where the DSPM scanner writes results and state.
    TenantId string
    The ID of the Azure tenant where the DSPM scanner is deployed.
    blobContainerName String
    The name of the blob container where the DSPM scanner writes results and state.
    credentials IntegrationAzureDspmCredentials
    The credentials used by Lacework platform to access the Azure SP.
    integrationAzureDspmId String
    integrationGuid String
    name String
    The name of the FortiCNAPP DSPM integration.
    retries Double
    The number of attempts to create the external integration.
    serverToken String
    storageAccountUrl String
    The URL of the storage account where the DSPM scanner writes results and state.
    tenantId String
    The ID of the Azure tenant where the DSPM scanner is deployed.
    blobContainerName string
    The name of the blob container where the DSPM scanner writes results and state.
    credentials IntegrationAzureDspmCredentials
    The credentials used by Lacework platform to access the Azure SP.
    integrationAzureDspmId string
    integrationGuid string
    name string
    The name of the FortiCNAPP DSPM integration.
    retries number
    The number of attempts to create the external integration.
    serverToken string
    storageAccountUrl string
    The URL of the storage account where the DSPM scanner writes results and state.
    tenantId string
    The ID of the Azure tenant where the DSPM scanner is deployed.
    blob_container_name str
    The name of the blob container where the DSPM scanner writes results and state.
    credentials IntegrationAzureDspmCredentialsArgs
    The credentials used by Lacework platform to access the Azure SP.
    integration_azure_dspm_id str
    integration_guid str
    name str
    The name of the FortiCNAPP DSPM integration.
    retries float
    The number of attempts to create the external integration.
    server_token str
    storage_account_url str
    The URL of the storage account where the DSPM scanner writes results and state.
    tenant_id str
    The ID of the Azure tenant where the DSPM scanner is deployed.
    blobContainerName String
    The name of the blob container where the DSPM scanner writes results and state.
    credentials Property Map
    The credentials used by Lacework platform to access the Azure SP.
    integrationAzureDspmId String
    integrationGuid String
    name String
    The name of the FortiCNAPP DSPM integration.
    retries Number
    The number of attempts to create the external integration.
    serverToken String
    storageAccountUrl String
    The URL of the storage account where the DSPM scanner writes results and state.
    tenantId String
    The ID of the Azure tenant where the DSPM scanner is deployed.

    Supporting Types

    IntegrationAzureDspmCredentials, IntegrationAzureDspmCredentialsArgs

    ClientId string
    The clientID of the Azure SP used by Lacework platform.
    ClientSecret string
    The client secret of the Azure SP used by Lacework platform.
    ClientId string
    The clientID of the Azure SP used by Lacework platform.
    ClientSecret string
    The client secret of the Azure SP used by Lacework platform.
    clientId String
    The clientID of the Azure SP used by Lacework platform.
    clientSecret String
    The client secret of the Azure SP used by Lacework platform.
    clientId string
    The clientID of the Azure SP used by Lacework platform.
    clientSecret string
    The client secret of the Azure SP used by Lacework platform.
    client_id str
    The clientID of the Azure SP used by Lacework platform.
    client_secret str
    The client secret of the Azure SP used by Lacework platform.
    clientId String
    The clientID of the Azure SP used by Lacework platform.
    clientSecret String
    The client secret of the Azure SP used by Lacework platform.

    Package Details

    Repository
    lacework lacework/terraform-provider-lacework
    License
    Notes
    This Pulumi package is based on the lacework Terraform Provider.
    lacework logo
    lacework 2.1.1 published on Wednesday, Jan 28, 2026 by lacework
      Meet Neo: Your AI Platform Teammate