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:
- Blob
Container stringName - The name of the blob container where the DSPM scanner writes results and state.
- Credentials
Integration
Azure Dspm Credentials - The credentials used by Lacework platform to access the Azure SP.
- Storage
Account stringUrl - The URL of the storage account where the DSPM scanner writes results and state.
- Integration
Azure stringDspm Id - Name string
- The name of the FortiCNAPP DSPM integration.
- Retries double
- The number of attempts to create the external integration.
- Tenant
Id string - The ID of the Azure tenant where the DSPM scanner is deployed.
- Blob
Container stringName - The name of the blob container where the DSPM scanner writes results and state.
- Credentials
Integration
Azure Dspm Credentials Args - The credentials used by Lacework platform to access the Azure SP.
- Storage
Account stringUrl - The URL of the storage account where the DSPM scanner writes results and state.
- Integration
Azure stringDspm Id - Name string
- The name of the FortiCNAPP DSPM integration.
- Retries float64
- The number of attempts to create the external integration.
- Tenant
Id string - The ID of the Azure tenant where the DSPM scanner is deployed.
- blob
Container StringName - The name of the blob container where the DSPM scanner writes results and state.
- credentials
Integration
Azure Dspm Credentials - The credentials used by Lacework platform to access the Azure SP.
- storage
Account StringUrl - The URL of the storage account where the DSPM scanner writes results and state.
- integration
Azure StringDspm Id - name String
- The name of the FortiCNAPP DSPM integration.
- retries Double
- The number of attempts to create the external integration.
- tenant
Id String - The ID of the Azure tenant where the DSPM scanner is deployed.
- blob
Container stringName - The name of the blob container where the DSPM scanner writes results and state.
- credentials
Integration
Azure Dspm Credentials - The credentials used by Lacework platform to access the Azure SP.
- storage
Account stringUrl - The URL of the storage account where the DSPM scanner writes results and state.
- integration
Azure stringDspm Id - name string
- The name of the FortiCNAPP DSPM integration.
- retries number
- The number of attempts to create the external integration.
- tenant
Id string - The ID of the Azure tenant where the DSPM scanner is deployed.
- blob_
container_ strname - The name of the blob container where the DSPM scanner writes results and state.
- credentials
Integration
Azure Dspm Credentials Args - The credentials used by Lacework platform to access the Azure SP.
- storage_
account_ strurl - The URL of the storage account where the DSPM scanner writes results and state.
- integration_
azure_ strdspm_ id - 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.
- blob
Container StringName - 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.
- storage
Account StringUrl - The URL of the storage account where the DSPM scanner writes results and state.
- integration
Azure StringDspm Id - name String
- The name of the FortiCNAPP DSPM integration.
- retries Number
- The number of attempts to create the external integration.
- tenant
Id 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.
- Integration
Guid string - Server
Token string
- Id string
- The provider-assigned unique ID for this managed resource.
- Integration
Guid string - Server
Token string
- id String
- The provider-assigned unique ID for this managed resource.
- integration
Guid String - server
Token String
- id string
- The provider-assigned unique ID for this managed resource.
- integration
Guid string - server
Token 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.
- integration
Guid String - server
Token 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) -> IntegrationAzureDspmfunc 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.
- Blob
Container stringName - The name of the blob container where the DSPM scanner writes results and state.
- Credentials
Integration
Azure Dspm Credentials - The credentials used by Lacework platform to access the Azure SP.
- Integration
Azure stringDspm Id - Integration
Guid string - Name string
- The name of the FortiCNAPP DSPM integration.
- Retries double
- The number of attempts to create the external integration.
- Server
Token string - Storage
Account stringUrl - The URL of the storage account where the DSPM scanner writes results and state.
- Tenant
Id string - The ID of the Azure tenant where the DSPM scanner is deployed.
- Blob
Container stringName - The name of the blob container where the DSPM scanner writes results and state.
- Credentials
Integration
Azure Dspm Credentials Args - The credentials used by Lacework platform to access the Azure SP.
- Integration
Azure stringDspm Id - Integration
Guid string - Name string
- The name of the FortiCNAPP DSPM integration.
- Retries float64
- The number of attempts to create the external integration.
- Server
Token string - Storage
Account stringUrl - The URL of the storage account where the DSPM scanner writes results and state.
- Tenant
Id string - The ID of the Azure tenant where the DSPM scanner is deployed.
- blob
Container StringName - The name of the blob container where the DSPM scanner writes results and state.
- credentials
Integration
Azure Dspm Credentials - The credentials used by Lacework platform to access the Azure SP.
- integration
Azure StringDspm Id - integration
Guid String - name String
- The name of the FortiCNAPP DSPM integration.
- retries Double
- The number of attempts to create the external integration.
- server
Token String - storage
Account StringUrl - The URL of the storage account where the DSPM scanner writes results and state.
- tenant
Id String - The ID of the Azure tenant where the DSPM scanner is deployed.
- blob
Container stringName - The name of the blob container where the DSPM scanner writes results and state.
- credentials
Integration
Azure Dspm Credentials - The credentials used by Lacework platform to access the Azure SP.
- integration
Azure stringDspm Id - integration
Guid string - name string
- The name of the FortiCNAPP DSPM integration.
- retries number
- The number of attempts to create the external integration.
- server
Token string - storage
Account stringUrl - The URL of the storage account where the DSPM scanner writes results and state.
- tenant
Id string - The ID of the Azure tenant where the DSPM scanner is deployed.
- blob_
container_ strname - The name of the blob container where the DSPM scanner writes results and state.
- credentials
Integration
Azure Dspm Credentials Args - The credentials used by Lacework platform to access the Azure SP.
- integration_
azure_ strdspm_ id - 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_ strurl - 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.
- blob
Container StringName - 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.
- integration
Azure StringDspm Id - integration
Guid String - name String
- The name of the FortiCNAPP DSPM integration.
- retries Number
- The number of attempts to create the external integration.
- server
Token String - storage
Account StringUrl - The URL of the storage account where the DSPM scanner writes results and state.
- tenant
Id String - The ID of the Azure tenant where the DSPM scanner is deployed.
Supporting Types
IntegrationAzureDspmCredentials, IntegrationAzureDspmCredentialsArgs
- Client
Id string - The clientID of the Azure SP used by Lacework platform.
- Client
Secret string - The client secret of the Azure SP used by Lacework platform.
- Client
Id string - The clientID of the Azure SP used by Lacework platform.
- Client
Secret string - The client secret of the Azure SP used by Lacework platform.
- client
Id String - The clientID of the Azure SP used by Lacework platform.
- client
Secret String - The client secret of the Azure SP used by Lacework platform.
- client
Id string - The clientID of the Azure SP used by Lacework platform.
- client
Secret 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.
- client
Id String - The clientID of the Azure SP used by Lacework platform.
- client
Secret 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
laceworkTerraform Provider.
