1. Registry
  2. Packages
  3. Azure Native
  4. API Docs
  5. security
  6. getSecurityConnector
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.26.0
published on Thursday, Aug 13, 2026 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.26.0
published on Thursday, Aug 13, 2026 by Pulumi

    Retrieves details of a specific security connector

    Uses Azure REST API version 2024-08-01-preview.

    Other available API versions: 2021-07-01-preview, 2021-12-01-preview, 2022-05-01-preview, 2022-08-01-preview, 2023-03-01-preview, 2023-10-01-preview, 2024-03-01-preview, 2024-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native security [ApiVersion]. See the version guide for details.

    Using getSecurityConnector

    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 getSecurityConnector(args: GetSecurityConnectorArgs, opts?: InvokeOptions): Promise<GetSecurityConnectorResult>
    function getSecurityConnectorOutput(args: GetSecurityConnectorOutputArgs, opts?: InvokeOutputOptions): Output<GetSecurityConnectorResult>
    def get_security_connector(resource_group_name: Optional[str] = None,
                               security_connector_name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetSecurityConnectorResult
    def get_security_connector_output(resource_group_name: pulumi.Input[Optional[str]] = None,
                               security_connector_name: pulumi.Input[Optional[str]] = None,
                               opts: Optional[InvokeOutputOptions] = None) -> Output[GetSecurityConnectorResult]
    func LookupSecurityConnector(ctx *Context, args *LookupSecurityConnectorArgs, opts ...InvokeOption) (*LookupSecurityConnectorResult, error)
    func LookupSecurityConnectorOutput(ctx *Context, args *LookupSecurityConnectorOutputArgs, opts ...InvokeOption) LookupSecurityConnectorResultOutput

    > Note: This function is named LookupSecurityConnector in the Go SDK.

    public static class GetSecurityConnector 
    {
        public static Task<GetSecurityConnectorResult> InvokeAsync(GetSecurityConnectorArgs args, InvokeOptions? opts = null)
        public static Output<GetSecurityConnectorResult> Invoke(GetSecurityConnectorInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetSecurityConnectorResult> Invoke(GetSecurityConnectorInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetSecurityConnectorResult> getSecurityConnector(GetSecurityConnectorArgs args, InvokeOptions options)
    public static Output<GetSecurityConnectorResult> getSecurityConnector(GetSecurityConnectorArgs args, InvokeOptions options)
    public static Output<GetSecurityConnectorResult> getSecurityConnector(GetSecurityConnectorArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: azure-native:security:getSecurityConnector
      arguments:
        # arguments dictionary
    data "azure-native_security_get_security_connector" "name" {
        # arguments
    }

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SecurityConnectorName string
    The security connector name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SecurityConnectorName string
    The security connector name.
    resource_group_name string
    The name of the resource group. The name is case insensitive.
    security_connector_name string
    The security connector name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    securityConnectorName String
    The security connector name.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    securityConnectorName string
    The security connector name.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    security_connector_name str
    The security connector name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    securityConnectorName String
    The security connector name.

    getSecurityConnector Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    HierarchyIdentifierTrialEndDate string
    The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Name string
    The name of the resource
    SystemData Pulumi.AzureNative.Security.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    EnvironmentData Pulumi.AzureNative.Security.Outputs.AwsEnvironmentDataResponse | Pulumi.AzureNative.Security.Outputs.AzureDevOpsScopeEnvironmentDataResponse | Pulumi.AzureNative.Security.Outputs.DockerHubEnvironmentDataResponse | Pulumi.AzureNative.Security.Outputs.GcpProjectEnvironmentDataResponse | Pulumi.AzureNative.Security.Outputs.GithubScopeEnvironmentDataResponse | Pulumi.AzureNative.Security.Outputs.GitlabScopeEnvironmentDataResponse | Pulumi.AzureNative.Security.Outputs.JFrogEnvironmentDataResponse
    The security connector environment data.
    EnvironmentName string
    The multi cloud resource's cloud name.
    Etag string
    Entity tag is used for comparing two or more entities from the same requested resource.
    HierarchyIdentifier string
    The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).
    Kind string
    Kind of the resource
    Location string
    The geo-location where the resource lives
    Offerings List<object>
    A collection of offerings for the security connector.
    Tags Dictionary<string, string>
    Resource tags.
    AzureApiVersion string
    The Azure API version of the resource.
    HierarchyIdentifierTrialEndDate string
    The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Name string
    The name of the resource
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    EnvironmentData AwsEnvironmentDataResponse | AzureDevOpsScopeEnvironmentDataResponse | DockerHubEnvironmentDataResponse | GcpProjectEnvironmentDataResponse | GithubScopeEnvironmentDataResponse | GitlabScopeEnvironmentDataResponse | JFrogEnvironmentDataResponse
    The security connector environment data.
    EnvironmentName string
    The multi cloud resource's cloud name.
    Etag string
    Entity tag is used for comparing two or more entities from the same requested resource.
    HierarchyIdentifier string
    The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).
    Kind string
    Kind of the resource
    Location string
    The geo-location where the resource lives
    Offerings []interface{}
    A collection of offerings for the security connector.
    Tags map[string]string
    Resource tags.
    azure_api_version string
    The Azure API version of the resource.
    hierarchy_identifier_trial_end_date string
    The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name string
    The name of the resource
    system_data object
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    environment_data object | object | object | object | object | object | object
    The security connector environment data.
    environment_name string
    The multi cloud resource's cloud name.
    etag string
    Entity tag is used for comparing two or more entities from the same requested resource.
    hierarchy_identifier string
    The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).
    kind string
    Kind of the resource
    location string
    The geo-location where the resource lives
    offerings list(object | object | object | object | object | object | object | object | object | object | object | object | object | object | object | object | object | object | object)
    A collection of offerings for the security connector.
    tags map(string)
    Resource tags.
    azureApiVersion String
    The Azure API version of the resource.
    hierarchyIdentifierTrialEndDate String
    The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name String
    The name of the resource
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    environmentData AwsEnvironmentDataResponse | AzureDevOpsScopeEnvironmentDataResponse | DockerHubEnvironmentDataResponse | GcpProjectEnvironmentDataResponse | GithubScopeEnvironmentDataResponse | GitlabScopeEnvironmentDataResponse | JFrogEnvironmentDataResponse
    The security connector environment data.
    environmentName String
    The multi cloud resource's cloud name.
    etag String
    Entity tag is used for comparing two or more entities from the same requested resource.
    hierarchyIdentifier String
    The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).
    kind String
    Kind of the resource
    location String
    The geo-location where the resource lives
    offerings List<Object>
    A collection of offerings for the security connector.
    tags Map<String,String>
    Resource tags.
    azureApiVersion string
    The Azure API version of the resource.
    hierarchyIdentifierTrialEndDate string
    The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name string
    The name of the resource
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    environmentData AwsEnvironmentDataResponse | AzureDevOpsScopeEnvironmentDataResponse | DockerHubEnvironmentDataResponse | GcpProjectEnvironmentDataResponse | GithubScopeEnvironmentDataResponse | GitlabScopeEnvironmentDataResponse | JFrogEnvironmentDataResponse
    The security connector environment data.
    environmentName string
    The multi cloud resource's cloud name.
    etag string
    Entity tag is used for comparing two or more entities from the same requested resource.
    hierarchyIdentifier string
    The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).
    kind string
    Kind of the resource
    location string
    The geo-location where the resource lives
    offerings (CspmMonitorAwsOfferingResponse | CspmMonitorAzureDevOpsOfferingResponse | CspmMonitorDockerHubOfferingResponse | CspmMonitorGcpOfferingResponse | CspmMonitorGitLabOfferingResponse | CspmMonitorGithubOfferingResponse | CspmMonitorJFrogOfferingResponse | DefenderCspmAwsOfferingResponse | DefenderCspmDockerHubOfferingResponse | DefenderCspmGcpOfferingResponse | DefenderCspmJFrogOfferingResponse | DefenderFoDatabasesAwsOfferingResponse | DefenderForContainersAwsOfferingResponse | DefenderForContainersDockerHubOfferingResponse | DefenderForContainersGcpOfferingResponse | DefenderForContainersJFrogOfferingResponse | DefenderForDatabasesGcpOfferingResponse | DefenderForServersAwsOfferingResponse | DefenderForServersGcpOfferingResponse)[]
    A collection of offerings for the security connector.
    tags {[key: string]: string}
    Resource tags.
    azure_api_version str
    The Azure API version of the resource.
    hierarchy_identifier_trial_end_date str
    The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name str
    The name of the resource
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    environment_data AwsEnvironmentDataResponse | AzureDevOpsScopeEnvironmentDataResponse | DockerHubEnvironmentDataResponse | GcpProjectEnvironmentDataResponse | GithubScopeEnvironmentDataResponse | GitlabScopeEnvironmentDataResponse | JFrogEnvironmentDataResponse
    The security connector environment data.
    environment_name str
    The multi cloud resource's cloud name.
    etag str
    Entity tag is used for comparing two or more entities from the same requested resource.
    hierarchy_identifier str
    The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).
    kind str
    Kind of the resource
    location str
    The geo-location where the resource lives
    offerings Sequence[Any]
    A collection of offerings for the security connector.
    tags Mapping[str, str]
    Resource tags.
    azureApiVersion String
    The Azure API version of the resource.
    hierarchyIdentifierTrialEndDate String
    The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name String
    The name of the resource
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    environmentData Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
    The security connector environment data.
    environmentName String
    The multi cloud resource's cloud name.
    etag String
    Entity tag is used for comparing two or more entities from the same requested resource.
    hierarchyIdentifier String
    The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).
    kind String
    Kind of the resource
    location String
    The geo-location where the resource lives
    offerings List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
    A collection of offerings for the security connector.
    tags Map<String>
    Resource tags.

    Supporting Types

    AccessTokenAuthenticationResponse

    AccessToken string
    The access token that will be used while authenticating with the onboarded environment
    Username string
    The user name that will be used while authenticating with the onboarded environment
    AccessToken string
    The access token that will be used while authenticating with the onboarded environment
    Username string
    The user name that will be used while authenticating with the onboarded environment
    access_token string
    The access token that will be used while authenticating with the onboarded environment
    username string
    The user name that will be used while authenticating with the onboarded environment
    accessToken String
    The access token that will be used while authenticating with the onboarded environment
    username String
    The user name that will be used while authenticating with the onboarded environment
    accessToken string
    The access token that will be used while authenticating with the onboarded environment
    username string
    The user name that will be used while authenticating with the onboarded environment
    access_token str
    The access token that will be used while authenticating with the onboarded environment
    username str
    The user name that will be used while authenticating with the onboarded environment
    accessToken String
    The access token that will be used while authenticating with the onboarded environment
    username String
    The user name that will be used while authenticating with the onboarded environment

    ArcAutoProvisioningConfigurationResponse

    PrivateLinkScope string
    Optional Arc private link scope resource id to link the Arc agent
    Proxy string
    Optional HTTP proxy endpoint to use for the Arc agent
    PrivateLinkScope string
    Optional Arc private link scope resource id to link the Arc agent
    Proxy string
    Optional HTTP proxy endpoint to use for the Arc agent
    private_link_scope string
    Optional Arc private link scope resource id to link the Arc agent
    proxy string
    Optional HTTP proxy endpoint to use for the Arc agent
    privateLinkScope String
    Optional Arc private link scope resource id to link the Arc agent
    proxy String
    Optional HTTP proxy endpoint to use for the Arc agent
    privateLinkScope string
    Optional Arc private link scope resource id to link the Arc agent
    proxy string
    Optional HTTP proxy endpoint to use for the Arc agent
    private_link_scope str
    Optional Arc private link scope resource id to link the Arc agent
    proxy str
    Optional HTTP proxy endpoint to use for the Arc agent
    privateLinkScope String
    Optional Arc private link scope resource id to link the Arc agent
    proxy String
    Optional HTTP proxy endpoint to use for the Arc agent

    AwsEnvironmentDataResponse

    AccountName string
    The AWS account name
    OrganizationalData Pulumi.AzureNative.Security.Inputs.AwsOrganizationalDataMasterResponse | Pulumi.AzureNative.Security.Inputs.AwsOrganizationalDataMemberResponse
    The AWS account's organizational data
    Regions List<string>
    list of regions to scan
    ScanInterval double
    Scan interval in hours (value should be between 1-hour to 24-hours)
    AccountName string
    The AWS account name
    OrganizationalData AwsOrganizationalDataMasterResponse | AwsOrganizationalDataMemberResponse
    The AWS account's organizational data
    Regions []string
    list of regions to scan
    ScanInterval float64
    Scan interval in hours (value should be between 1-hour to 24-hours)
    account_name string
    The AWS account name
    organizational_data object | object
    The AWS account's organizational data
    regions list(string)
    list of regions to scan
    scan_interval number
    Scan interval in hours (value should be between 1-hour to 24-hours)
    accountName String
    The AWS account name
    organizationalData AwsOrganizationalDataMasterResponse | AwsOrganizationalDataMemberResponse
    The AWS account's organizational data
    regions List<String>
    list of regions to scan
    scanInterval Double
    Scan interval in hours (value should be between 1-hour to 24-hours)
    accountName string
    The AWS account name
    organizationalData AwsOrganizationalDataMasterResponse | AwsOrganizationalDataMemberResponse
    The AWS account's organizational data
    regions string[]
    list of regions to scan
    scanInterval number
    Scan interval in hours (value should be between 1-hour to 24-hours)
    account_name str
    The AWS account name
    organizational_data AwsOrganizationalDataMasterResponse | AwsOrganizationalDataMemberResponse
    The AWS account's organizational data
    regions Sequence[str]
    list of regions to scan
    scan_interval float
    Scan interval in hours (value should be between 1-hour to 24-hours)
    accountName String
    The AWS account name
    organizationalData Property Map | Property Map
    The AWS account's organizational data
    regions List<String>
    list of regions to scan
    scanInterval Number
    Scan interval in hours (value should be between 1-hour to 24-hours)

    AwsOrganizationalDataMasterResponse

    ExcludedAccountIds List<string>
    If the multi cloud account is of membership type organization, list of accounts excluded from offering
    StacksetName string
    If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset
    ExcludedAccountIds []string
    If the multi cloud account is of membership type organization, list of accounts excluded from offering
    StacksetName string
    If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset
    excluded_account_ids list(string)
    If the multi cloud account is of membership type organization, list of accounts excluded from offering
    stackset_name string
    If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset
    excludedAccountIds List<String>
    If the multi cloud account is of membership type organization, list of accounts excluded from offering
    stacksetName String
    If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset
    excludedAccountIds string[]
    If the multi cloud account is of membership type organization, list of accounts excluded from offering
    stacksetName string
    If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset
    excluded_account_ids Sequence[str]
    If the multi cloud account is of membership type organization, list of accounts excluded from offering
    stackset_name str
    If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset
    excludedAccountIds List<String>
    If the multi cloud account is of membership type organization, list of accounts excluded from offering
    stacksetName String
    If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset

    AwsOrganizationalDataMemberResponse

    ParentHierarchyId string
    If the multi cloud account is not of membership type organization, this will be the ID of the account's parent
    ParentHierarchyId string
    If the multi cloud account is not of membership type organization, this will be the ID of the account's parent
    parent_hierarchy_id string
    If the multi cloud account is not of membership type organization, this will be the ID of the account's parent
    parentHierarchyId String
    If the multi cloud account is not of membership type organization, this will be the ID of the account's parent
    parentHierarchyId string
    If the multi cloud account is not of membership type organization, this will be the ID of the account's parent
    parent_hierarchy_id str
    If the multi cloud account is not of membership type organization, this will be the ID of the account's parent
    parentHierarchyId String
    If the multi cloud account is not of membership type organization, this will be the ID of the account's parent

    AzureDevOpsScopeEnvironmentDataResponse

    CspmMonitorAwsOfferingNativeCloudConnectionResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    cloudRoleArn String
    The cloud role ARN in AWS for this feature

    CspmMonitorAwsOfferingResponse

    Description string
    The offering description.
    NativeCloudConnection CspmMonitorAwsOfferingNativeCloudConnectionResponse
    The native cloud connection configuration
    description string
    The offering description.
    native_cloud_connection object
    The native cloud connection configuration
    description String
    The offering description.
    nativeCloudConnection CspmMonitorAwsOfferingNativeCloudConnectionResponse
    The native cloud connection configuration
    description string
    The offering description.
    nativeCloudConnection CspmMonitorAwsOfferingNativeCloudConnectionResponse
    The native cloud connection configuration
    description str
    The offering description.
    native_cloud_connection CspmMonitorAwsOfferingNativeCloudConnectionResponse
    The native cloud connection configuration
    description String
    The offering description.
    nativeCloudConnection Property Map
    The native cloud connection configuration

    CspmMonitorAzureDevOpsOfferingResponse

    Description string
    The offering description.
    Description string
    The offering description.
    description string
    The offering description.
    description String
    The offering description.
    description string
    The offering description.
    description str
    The offering description.
    description String
    The offering description.

    CspmMonitorDockerHubOfferingResponse

    Description string
    The offering description.
    Description string
    The offering description.
    description string
    The offering description.
    description String
    The offering description.
    description string
    The offering description.
    description str
    The offering description.
    description String
    The offering description.

    CspmMonitorGcpOfferingNativeCloudConnectionResponse

    ServiceAccountEmailAddress string
    The service account email address in GCP for this offering
    WorkloadIdentityProviderId string
    The GCP workload identity provider id for the offering
    ServiceAccountEmailAddress string
    The service account email address in GCP for this offering
    WorkloadIdentityProviderId string
    The GCP workload identity provider id for the offering
    service_account_email_address string
    The service account email address in GCP for this offering
    workload_identity_provider_id string
    The GCP workload identity provider id for the offering
    serviceAccountEmailAddress String
    The service account email address in GCP for this offering
    workloadIdentityProviderId String
    The GCP workload identity provider id for the offering
    serviceAccountEmailAddress string
    The service account email address in GCP for this offering
    workloadIdentityProviderId string
    The GCP workload identity provider id for the offering
    service_account_email_address str
    The service account email address in GCP for this offering
    workload_identity_provider_id str
    The GCP workload identity provider id for the offering
    serviceAccountEmailAddress String
    The service account email address in GCP for this offering
    workloadIdentityProviderId String
    The GCP workload identity provider id for the offering

    CspmMonitorGcpOfferingResponse

    Description string
    The offering description.
    NativeCloudConnection CspmMonitorGcpOfferingNativeCloudConnectionResponse
    The native cloud connection configuration
    description string
    The offering description.
    native_cloud_connection object
    The native cloud connection configuration
    description String
    The offering description.
    nativeCloudConnection CspmMonitorGcpOfferingNativeCloudConnectionResponse
    The native cloud connection configuration
    description string
    The offering description.
    nativeCloudConnection CspmMonitorGcpOfferingNativeCloudConnectionResponse
    The native cloud connection configuration
    description str
    The offering description.
    native_cloud_connection CspmMonitorGcpOfferingNativeCloudConnectionResponse
    The native cloud connection configuration
    description String
    The offering description.
    nativeCloudConnection Property Map
    The native cloud connection configuration

    CspmMonitorGitLabOfferingResponse

    Description string
    The offering description.
    Description string
    The offering description.
    description string
    The offering description.
    description String
    The offering description.
    description string
    The offering description.
    description str
    The offering description.
    description String
    The offering description.

    CspmMonitorGithubOfferingResponse

    Description string
    The offering description.
    Description string
    The offering description.
    description string
    The offering description.
    description String
    The offering description.
    description string
    The offering description.
    description str
    The offering description.
    description String
    The offering description.

    CspmMonitorJFrogOfferingResponse

    Description string
    The offering description.
    Description string
    The offering description.
    description string
    The offering description.
    description String
    The offering description.
    description string
    The offering description.
    description str
    The offering description.
    description String
    The offering description.

    DefenderCspmAwsOfferingCiemCiemDiscoveryResponse

    CloudRoleArn string
    The cloud role ARN in AWS for Permissions Management discovery
    CloudRoleArn string
    The cloud role ARN in AWS for Permissions Management discovery
    cloud_role_arn string
    The cloud role ARN in AWS for Permissions Management discovery
    cloudRoleArn String
    The cloud role ARN in AWS for Permissions Management discovery
    cloudRoleArn string
    The cloud role ARN in AWS for Permissions Management discovery
    cloud_role_arn str
    The cloud role ARN in AWS for Permissions Management discovery
    cloudRoleArn String
    The cloud role ARN in AWS for Permissions Management discovery

    DefenderCspmAwsOfferingCiemCiemOidcResponse

    AzureActiveDirectoryAppName string
    the azure active directory app name used of authenticating against AWS
    CloudRoleArn string
    The cloud role ARN in AWS for Permissions Management used for oidc connection
    AzureActiveDirectoryAppName string
    the azure active directory app name used of authenticating against AWS
    CloudRoleArn string
    The cloud role ARN in AWS for Permissions Management used for oidc connection
    azure_active_directory_app_name string
    the azure active directory app name used of authenticating against AWS
    cloud_role_arn string
    The cloud role ARN in AWS for Permissions Management used for oidc connection
    azureActiveDirectoryAppName String
    the azure active directory app name used of authenticating against AWS
    cloudRoleArn String
    The cloud role ARN in AWS for Permissions Management used for oidc connection
    azureActiveDirectoryAppName string
    the azure active directory app name used of authenticating against AWS
    cloudRoleArn string
    The cloud role ARN in AWS for Permissions Management used for oidc connection
    azure_active_directory_app_name str
    the azure active directory app name used of authenticating against AWS
    cloud_role_arn str
    The cloud role ARN in AWS for Permissions Management used for oidc connection
    azureActiveDirectoryAppName String
    the azure active directory app name used of authenticating against AWS
    cloudRoleArn String
    The cloud role ARN in AWS for Permissions Management used for oidc connection

    DefenderCspmAwsOfferingCiemResponse

    CiemDiscovery Pulumi.AzureNative.Security.Inputs.DefenderCspmAwsOfferingCiemCiemDiscoveryResponse
    Defender CSPM Permissions Management discovery configuration
    CiemOidc Pulumi.AzureNative.Security.Inputs.DefenderCspmAwsOfferingCiemCiemOidcResponse
    AWS Defender CSPM Permissions Management OIDC (open id connect) connection configurations
    CiemDiscovery DefenderCspmAwsOfferingCiemCiemDiscoveryResponse
    Defender CSPM Permissions Management discovery configuration
    CiemOidc DefenderCspmAwsOfferingCiemCiemOidcResponse
    AWS Defender CSPM Permissions Management OIDC (open id connect) connection configurations
    ciem_discovery object
    Defender CSPM Permissions Management discovery configuration
    ciem_oidc object
    AWS Defender CSPM Permissions Management OIDC (open id connect) connection configurations
    ciemDiscovery DefenderCspmAwsOfferingCiemCiemDiscoveryResponse
    Defender CSPM Permissions Management discovery configuration
    ciemOidc DefenderCspmAwsOfferingCiemCiemOidcResponse
    AWS Defender CSPM Permissions Management OIDC (open id connect) connection configurations
    ciemDiscovery DefenderCspmAwsOfferingCiemCiemDiscoveryResponse
    Defender CSPM Permissions Management discovery configuration
    ciemOidc DefenderCspmAwsOfferingCiemCiemOidcResponse
    AWS Defender CSPM Permissions Management OIDC (open id connect) connection configurations
    ciem_discovery DefenderCspmAwsOfferingCiemCiemDiscoveryResponse
    Defender CSPM Permissions Management discovery configuration
    ciem_oidc DefenderCspmAwsOfferingCiemCiemOidcResponse
    AWS Defender CSPM Permissions Management OIDC (open id connect) connection configurations
    ciemDiscovery Property Map
    Defender CSPM Permissions Management discovery configuration
    ciemOidc Property Map
    AWS Defender CSPM Permissions Management OIDC (open id connect) connection configurations

    DefenderCspmAwsOfferingDataSensitivityDiscoveryResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is Microsoft Defender Data Sensitivity discovery enabled
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is Microsoft Defender Data Sensitivity discovery enabled
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    enabled bool
    Is Microsoft Defender Data Sensitivity discovery enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is Microsoft Defender Data Sensitivity discovery enabled
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    enabled boolean
    Is Microsoft Defender Data Sensitivity discovery enabled
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    enabled bool
    Is Microsoft Defender Data Sensitivity discovery enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is Microsoft Defender Data Sensitivity discovery enabled

    DefenderCspmAwsOfferingDatabasesDspmResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is databases DSPM protection enabled
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is databases DSPM protection enabled
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    enabled bool
    Is databases DSPM protection enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is databases DSPM protection enabled
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    enabled boolean
    Is databases DSPM protection enabled
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    enabled bool
    Is databases DSPM protection enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is databases DSPM protection enabled

    DefenderCspmAwsOfferingMdcContainersAgentlessDiscoveryK8SResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is Microsoft Defender container agentless discovery K8s enabled
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is Microsoft Defender container agentless discovery K8s enabled
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    enabled bool
    Is Microsoft Defender container agentless discovery K8s enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is Microsoft Defender container agentless discovery K8s enabled
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    enabled boolean
    Is Microsoft Defender container agentless discovery K8s enabled
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    enabled bool
    Is Microsoft Defender container agentless discovery K8s enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is Microsoft Defender container agentless discovery K8s enabled

    DefenderCspmAwsOfferingMdcContainersImageAssessmentResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is Microsoft Defender container image assessment enabled
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is Microsoft Defender container image assessment enabled
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    enabled bool
    Is Microsoft Defender container image assessment enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is Microsoft Defender container image assessment enabled
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    enabled boolean
    Is Microsoft Defender container image assessment enabled
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    enabled bool
    Is Microsoft Defender container image assessment enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is Microsoft Defender container image assessment enabled

    DefenderCspmAwsOfferingResponse

    Description string
    The offering description.
    Ciem Pulumi.AzureNative.Security.Inputs.DefenderCspmAwsOfferingCiemResponse
    Defenders CSPM Permissions Management offering configurations
    DataSensitivityDiscovery Pulumi.AzureNative.Security.Inputs.DefenderCspmAwsOfferingDataSensitivityDiscoveryResponse
    The Microsoft Defender Data Sensitivity discovery configuration
    DatabasesDspm Pulumi.AzureNative.Security.Inputs.DefenderCspmAwsOfferingDatabasesDspmResponse
    The databases DSPM configuration
    MdcContainersAgentlessDiscoveryK8S Pulumi.AzureNative.Security.Inputs.DefenderCspmAwsOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender container agentless discovery K8s configuration
    MdcContainersImageAssessment Pulumi.AzureNative.Security.Inputs.DefenderCspmAwsOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender container image assessment configuration
    VmScanners Pulumi.AzureNative.Security.Inputs.DefenderCspmAwsOfferingVmScannersResponse
    The Microsoft Defender for CSPM offering VM scanning configuration
    Description string
    The offering description.
    Ciem DefenderCspmAwsOfferingCiemResponse
    Defenders CSPM Permissions Management offering configurations
    DataSensitivityDiscovery DefenderCspmAwsOfferingDataSensitivityDiscoveryResponse
    The Microsoft Defender Data Sensitivity discovery configuration
    DatabasesDspm DefenderCspmAwsOfferingDatabasesDspmResponse
    The databases DSPM configuration
    MdcContainersAgentlessDiscoveryK8S DefenderCspmAwsOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender container agentless discovery K8s configuration
    MdcContainersImageAssessment DefenderCspmAwsOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender container image assessment configuration
    VmScanners DefenderCspmAwsOfferingVmScannersResponse
    The Microsoft Defender for CSPM offering VM scanning configuration
    description string
    The offering description.
    ciem object
    Defenders CSPM Permissions Management offering configurations
    data_sensitivity_discovery object
    The Microsoft Defender Data Sensitivity discovery configuration
    databases_dspm object
    The databases DSPM configuration
    mdc_containers_agentless_discovery_k8_s object
    The Microsoft Defender container agentless discovery K8s configuration
    mdc_containers_image_assessment object
    The Microsoft Defender container image assessment configuration
    vm_scanners object
    The Microsoft Defender for CSPM offering VM scanning configuration
    description String
    The offering description.
    ciem DefenderCspmAwsOfferingCiemResponse
    Defenders CSPM Permissions Management offering configurations
    dataSensitivityDiscovery DefenderCspmAwsOfferingDataSensitivityDiscoveryResponse
    The Microsoft Defender Data Sensitivity discovery configuration
    databasesDspm DefenderCspmAwsOfferingDatabasesDspmResponse
    The databases DSPM configuration
    mdcContainersAgentlessDiscoveryK8S DefenderCspmAwsOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender container agentless discovery K8s configuration
    mdcContainersImageAssessment DefenderCspmAwsOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender container image assessment configuration
    vmScanners DefenderCspmAwsOfferingVmScannersResponse
    The Microsoft Defender for CSPM offering VM scanning configuration
    description string
    The offering description.
    ciem DefenderCspmAwsOfferingCiemResponse
    Defenders CSPM Permissions Management offering configurations
    dataSensitivityDiscovery DefenderCspmAwsOfferingDataSensitivityDiscoveryResponse
    The Microsoft Defender Data Sensitivity discovery configuration
    databasesDspm DefenderCspmAwsOfferingDatabasesDspmResponse
    The databases DSPM configuration
    mdcContainersAgentlessDiscoveryK8S DefenderCspmAwsOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender container agentless discovery K8s configuration
    mdcContainersImageAssessment DefenderCspmAwsOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender container image assessment configuration
    vmScanners DefenderCspmAwsOfferingVmScannersResponse
    The Microsoft Defender for CSPM offering VM scanning configuration
    description str
    The offering description.
    ciem DefenderCspmAwsOfferingCiemResponse
    Defenders CSPM Permissions Management offering configurations
    data_sensitivity_discovery DefenderCspmAwsOfferingDataSensitivityDiscoveryResponse
    The Microsoft Defender Data Sensitivity discovery configuration
    databases_dspm DefenderCspmAwsOfferingDatabasesDspmResponse
    The databases DSPM configuration
    mdc_containers_agentless_discovery_k8_s DefenderCspmAwsOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender container agentless discovery K8s configuration
    mdc_containers_image_assessment DefenderCspmAwsOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender container image assessment configuration
    vm_scanners DefenderCspmAwsOfferingVmScannersResponse
    The Microsoft Defender for CSPM offering VM scanning configuration
    description String
    The offering description.
    ciem Property Map
    Defenders CSPM Permissions Management offering configurations
    dataSensitivityDiscovery Property Map
    The Microsoft Defender Data Sensitivity discovery configuration
    databasesDspm Property Map
    The databases DSPM configuration
    mdcContainersAgentlessDiscoveryK8S Property Map
    The Microsoft Defender container agentless discovery K8s configuration
    mdcContainersImageAssessment Property Map
    The Microsoft Defender container image assessment configuration
    vmScanners Property Map
    The Microsoft Defender for CSPM offering VM scanning configuration

    DefenderCspmAwsOfferingVmScannersResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Configuration Pulumi.AzureNative.Security.Inputs.VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    Enabled bool
    Is VM scanning enabled
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    Enabled bool
    Is VM scanning enabled
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    configuration object
    Configuration for VM scanning
    enabled bool
    Is VM scanning enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled Boolean
    Is VM scanning enabled
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled boolean
    Is VM scanning enabled
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled bool
    Is VM scanning enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    configuration Property Map
    Configuration for VM scanning
    enabled Boolean
    Is VM scanning enabled

    DefenderCspmDockerHubOfferingResponse

    Description string
    The offering description.
    Description string
    The offering description.
    description string
    The offering description.
    description String
    The offering description.
    description string
    The offering description.
    description str
    The offering description.
    description String
    The offering description.

    DefenderCspmGcpOfferingCiemDiscoveryResponse

    AzureActiveDirectoryAppName string
    the azure active directory app name used of authenticating against GCP workload identity federation
    ServiceAccountEmailAddress string
    The service account email address in GCP for Permissions Management offering
    WorkloadIdentityProviderId string
    The GCP workload identity provider id for Permissions Management offering
    AzureActiveDirectoryAppName string
    the azure active directory app name used of authenticating against GCP workload identity federation
    ServiceAccountEmailAddress string
    The service account email address in GCP for Permissions Management offering
    WorkloadIdentityProviderId string
    The GCP workload identity provider id for Permissions Management offering
    azure_active_directory_app_name string
    the azure active directory app name used of authenticating against GCP workload identity federation
    service_account_email_address string
    The service account email address in GCP for Permissions Management offering
    workload_identity_provider_id string
    The GCP workload identity provider id for Permissions Management offering
    azureActiveDirectoryAppName String
    the azure active directory app name used of authenticating against GCP workload identity federation
    serviceAccountEmailAddress String
    The service account email address in GCP for Permissions Management offering
    workloadIdentityProviderId String
    The GCP workload identity provider id for Permissions Management offering
    azureActiveDirectoryAppName string
    the azure active directory app name used of authenticating against GCP workload identity federation
    serviceAccountEmailAddress string
    The service account email address in GCP for Permissions Management offering
    workloadIdentityProviderId string
    The GCP workload identity provider id for Permissions Management offering
    azure_active_directory_app_name str
    the azure active directory app name used of authenticating against GCP workload identity federation
    service_account_email_address str
    The service account email address in GCP for Permissions Management offering
    workload_identity_provider_id str
    The GCP workload identity provider id for Permissions Management offering
    azureActiveDirectoryAppName String
    the azure active directory app name used of authenticating against GCP workload identity federation
    serviceAccountEmailAddress String
    The service account email address in GCP for Permissions Management offering
    workloadIdentityProviderId String
    The GCP workload identity provider id for Permissions Management offering

    DefenderCspmGcpOfferingDataSensitivityDiscoveryResponse

    Enabled bool
    Is Microsoft Defender Data Sensitivity discovery enabled
    ServiceAccountEmailAddress string
    The service account email address in GCP for this feature
    WorkloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    Enabled bool
    Is Microsoft Defender Data Sensitivity discovery enabled
    ServiceAccountEmailAddress string
    The service account email address in GCP for this feature
    WorkloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    enabled bool
    Is Microsoft Defender Data Sensitivity discovery enabled
    service_account_email_address string
    The service account email address in GCP for this feature
    workload_identity_provider_id string
    The workload identity provider id in GCP for this feature
    enabled Boolean
    Is Microsoft Defender Data Sensitivity discovery enabled
    serviceAccountEmailAddress String
    The service account email address in GCP for this feature
    workloadIdentityProviderId String
    The workload identity provider id in GCP for this feature
    enabled boolean
    Is Microsoft Defender Data Sensitivity discovery enabled
    serviceAccountEmailAddress string
    The service account email address in GCP for this feature
    workloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    enabled bool
    Is Microsoft Defender Data Sensitivity discovery enabled
    service_account_email_address str
    The service account email address in GCP for this feature
    workload_identity_provider_id str
    The workload identity provider id in GCP for this feature
    enabled Boolean
    Is Microsoft Defender Data Sensitivity discovery enabled
    serviceAccountEmailAddress String
    The service account email address in GCP for this feature
    workloadIdentityProviderId String
    The workload identity provider id in GCP for this feature

    DefenderCspmGcpOfferingMdcContainersAgentlessDiscoveryK8SResponse

    Enabled bool
    Is Microsoft Defender container agentless discovery enabled
    ServiceAccountEmailAddress string
    The service account email address in GCP for this feature
    WorkloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    Enabled bool
    Is Microsoft Defender container agentless discovery enabled
    ServiceAccountEmailAddress string
    The service account email address in GCP for this feature
    WorkloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    enabled bool
    Is Microsoft Defender container agentless discovery enabled
    service_account_email_address string
    The service account email address in GCP for this feature
    workload_identity_provider_id string
    The workload identity provider id in GCP for this feature
    enabled Boolean
    Is Microsoft Defender container agentless discovery enabled
    serviceAccountEmailAddress String
    The service account email address in GCP for this feature
    workloadIdentityProviderId String
    The workload identity provider id in GCP for this feature
    enabled boolean
    Is Microsoft Defender container agentless discovery enabled
    serviceAccountEmailAddress string
    The service account email address in GCP for this feature
    workloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    enabled bool
    Is Microsoft Defender container agentless discovery enabled
    service_account_email_address str
    The service account email address in GCP for this feature
    workload_identity_provider_id str
    The workload identity provider id in GCP for this feature
    enabled Boolean
    Is Microsoft Defender container agentless discovery enabled
    serviceAccountEmailAddress String
    The service account email address in GCP for this feature
    workloadIdentityProviderId String
    The workload identity provider id in GCP for this feature

    DefenderCspmGcpOfferingMdcContainersImageAssessmentResponse

    Enabled bool
    Is Microsoft Defender container image assessment enabled
    ServiceAccountEmailAddress string
    The service account email address in GCP for this feature
    WorkloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    Enabled bool
    Is Microsoft Defender container image assessment enabled
    ServiceAccountEmailAddress string
    The service account email address in GCP for this feature
    WorkloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    enabled bool
    Is Microsoft Defender container image assessment enabled
    service_account_email_address string
    The service account email address in GCP for this feature
    workload_identity_provider_id string
    The workload identity provider id in GCP for this feature
    enabled Boolean
    Is Microsoft Defender container image assessment enabled
    serviceAccountEmailAddress String
    The service account email address in GCP for this feature
    workloadIdentityProviderId String
    The workload identity provider id in GCP for this feature
    enabled boolean
    Is Microsoft Defender container image assessment enabled
    serviceAccountEmailAddress string
    The service account email address in GCP for this feature
    workloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    enabled bool
    Is Microsoft Defender container image assessment enabled
    service_account_email_address str
    The service account email address in GCP for this feature
    workload_identity_provider_id str
    The workload identity provider id in GCP for this feature
    enabled Boolean
    Is Microsoft Defender container image assessment enabled
    serviceAccountEmailAddress String
    The service account email address in GCP for this feature
    workloadIdentityProviderId String
    The workload identity provider id in GCP for this feature

    DefenderCspmGcpOfferingResponse

    Description string
    The offering description.
    CiemDiscovery Pulumi.AzureNative.Security.Inputs.DefenderCspmGcpOfferingCiemDiscoveryResponse
    GCP Defenders CSPM Permissions Management OIDC (Open ID connect) connection configurations
    DataSensitivityDiscovery Pulumi.AzureNative.Security.Inputs.DefenderCspmGcpOfferingDataSensitivityDiscoveryResponse
    The Microsoft Defender Data Sensitivity discovery configuration
    MdcContainersAgentlessDiscoveryK8S Pulumi.AzureNative.Security.Inputs.DefenderCspmGcpOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender Container agentless discovery configuration
    MdcContainersImageAssessment Pulumi.AzureNative.Security.Inputs.DefenderCspmGcpOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    VmScanners Pulumi.AzureNative.Security.Inputs.DefenderCspmGcpOfferingVmScannersResponse
    The Microsoft Defender for CSPM VM scanning configuration
    Description string
    The offering description.
    CiemDiscovery DefenderCspmGcpOfferingCiemDiscoveryResponse
    GCP Defenders CSPM Permissions Management OIDC (Open ID connect) connection configurations
    DataSensitivityDiscovery DefenderCspmGcpOfferingDataSensitivityDiscoveryResponse
    The Microsoft Defender Data Sensitivity discovery configuration
    MdcContainersAgentlessDiscoveryK8S DefenderCspmGcpOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender Container agentless discovery configuration
    MdcContainersImageAssessment DefenderCspmGcpOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    VmScanners DefenderCspmGcpOfferingVmScannersResponse
    The Microsoft Defender for CSPM VM scanning configuration
    description string
    The offering description.
    ciem_discovery object
    GCP Defenders CSPM Permissions Management OIDC (Open ID connect) connection configurations
    data_sensitivity_discovery object
    The Microsoft Defender Data Sensitivity discovery configuration
    mdc_containers_agentless_discovery_k8_s object
    The Microsoft Defender Container agentless discovery configuration
    mdc_containers_image_assessment object
    The Microsoft Defender Container image assessment configuration
    vm_scanners object
    The Microsoft Defender for CSPM VM scanning configuration
    description String
    The offering description.
    ciemDiscovery DefenderCspmGcpOfferingCiemDiscoveryResponse
    GCP Defenders CSPM Permissions Management OIDC (Open ID connect) connection configurations
    dataSensitivityDiscovery DefenderCspmGcpOfferingDataSensitivityDiscoveryResponse
    The Microsoft Defender Data Sensitivity discovery configuration
    mdcContainersAgentlessDiscoveryK8S DefenderCspmGcpOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender Container agentless discovery configuration
    mdcContainersImageAssessment DefenderCspmGcpOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    vmScanners DefenderCspmGcpOfferingVmScannersResponse
    The Microsoft Defender for CSPM VM scanning configuration
    description string
    The offering description.
    ciemDiscovery DefenderCspmGcpOfferingCiemDiscoveryResponse
    GCP Defenders CSPM Permissions Management OIDC (Open ID connect) connection configurations
    dataSensitivityDiscovery DefenderCspmGcpOfferingDataSensitivityDiscoveryResponse
    The Microsoft Defender Data Sensitivity discovery configuration
    mdcContainersAgentlessDiscoveryK8S DefenderCspmGcpOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender Container agentless discovery configuration
    mdcContainersImageAssessment DefenderCspmGcpOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    vmScanners DefenderCspmGcpOfferingVmScannersResponse
    The Microsoft Defender for CSPM VM scanning configuration
    description str
    The offering description.
    ciem_discovery DefenderCspmGcpOfferingCiemDiscoveryResponse
    GCP Defenders CSPM Permissions Management OIDC (Open ID connect) connection configurations
    data_sensitivity_discovery DefenderCspmGcpOfferingDataSensitivityDiscoveryResponse
    The Microsoft Defender Data Sensitivity discovery configuration
    mdc_containers_agentless_discovery_k8_s DefenderCspmGcpOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender Container agentless discovery configuration
    mdc_containers_image_assessment DefenderCspmGcpOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    vm_scanners DefenderCspmGcpOfferingVmScannersResponse
    The Microsoft Defender for CSPM VM scanning configuration
    description String
    The offering description.
    ciemDiscovery Property Map
    GCP Defenders CSPM Permissions Management OIDC (Open ID connect) connection configurations
    dataSensitivityDiscovery Property Map
    The Microsoft Defender Data Sensitivity discovery configuration
    mdcContainersAgentlessDiscoveryK8S Property Map
    The Microsoft Defender Container agentless discovery configuration
    mdcContainersImageAssessment Property Map
    The Microsoft Defender Container image assessment configuration
    vmScanners Property Map
    The Microsoft Defender for CSPM VM scanning configuration

    DefenderCspmGcpOfferingVmScannersResponse

    Configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    Enabled bool
    Is VM scanning enabled
    configuration object
    Configuration for VM scanning
    enabled bool
    Is VM scanning enabled
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled Boolean
    Is VM scanning enabled
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled boolean
    Is VM scanning enabled
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled bool
    Is VM scanning enabled
    configuration Property Map
    Configuration for VM scanning
    enabled Boolean
    Is VM scanning enabled

    DefenderCspmJFrogOfferingMdcContainersImageAssessmentResponse

    Enabled bool
    Is Microsoft Defender container image assessment enabled
    Enabled bool
    Is Microsoft Defender container image assessment enabled
    enabled bool
    Is Microsoft Defender container image assessment enabled
    enabled Boolean
    Is Microsoft Defender container image assessment enabled
    enabled boolean
    Is Microsoft Defender container image assessment enabled
    enabled bool
    Is Microsoft Defender container image assessment enabled
    enabled Boolean
    Is Microsoft Defender container image assessment enabled

    DefenderCspmJFrogOfferingResponse

    Description string
    The offering description.
    MdcContainersImageAssessment Pulumi.AzureNative.Security.Inputs.DefenderCspmJFrogOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    Description string
    The offering description.
    MdcContainersImageAssessment DefenderCspmJFrogOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    description string
    The offering description.
    mdc_containers_image_assessment object
    The Microsoft Defender Container image assessment configuration
    description String
    The offering description.
    mdcContainersImageAssessment DefenderCspmJFrogOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    description string
    The offering description.
    mdcContainersImageAssessment DefenderCspmJFrogOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    description str
    The offering description.
    mdc_containers_image_assessment DefenderCspmJFrogOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    description String
    The offering description.
    mdcContainersImageAssessment Property Map
    The Microsoft Defender Container image assessment configuration

    DefenderFoDatabasesAwsOfferingArcAutoProvisioningResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Configuration Pulumi.AzureNative.Security.Inputs.ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    Enabled bool
    Is arc auto provisioning enabled
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    Enabled bool
    Is arc auto provisioning enabled
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    configuration object
    Configuration for servers Arc auto provisioning for a given environment
    enabled bool
    Is arc auto provisioning enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    enabled Boolean
    Is arc auto provisioning enabled
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    enabled boolean
    Is arc auto provisioning enabled
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    enabled bool
    Is arc auto provisioning enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    configuration Property Map
    Configuration for servers Arc auto provisioning for a given environment
    enabled Boolean
    Is arc auto provisioning enabled

    DefenderFoDatabasesAwsOfferingDatabasesDspmResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is databases data security posture management (DSPM) protection enabled
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is databases data security posture management (DSPM) protection enabled
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    enabled bool
    Is databases data security posture management (DSPM) protection enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is databases data security posture management (DSPM) protection enabled
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    enabled boolean
    Is databases data security posture management (DSPM) protection enabled
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    enabled bool
    Is databases data security posture management (DSPM) protection enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is databases data security posture management (DSPM) protection enabled

    DefenderFoDatabasesAwsOfferingRdsResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is RDS protection enabled
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is RDS protection enabled
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    enabled bool
    Is RDS protection enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is RDS protection enabled
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    enabled boolean
    Is RDS protection enabled
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    enabled bool
    Is RDS protection enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is RDS protection enabled

    DefenderFoDatabasesAwsOfferingResponse

    Description string
    The offering description.
    ArcAutoProvisioning DefenderFoDatabasesAwsOfferingArcAutoProvisioningResponse
    The ARC autoprovisioning configuration
    DatabasesDspm DefenderFoDatabasesAwsOfferingDatabasesDspmResponse
    The databases data security posture management (DSPM) configuration
    Rds DefenderFoDatabasesAwsOfferingRdsResponse
    The RDS configuration
    description string
    The offering description.
    arc_auto_provisioning object
    The ARC autoprovisioning configuration
    databases_dspm object
    The databases data security posture management (DSPM) configuration
    rds object
    The RDS configuration
    description String
    The offering description.
    arcAutoProvisioning DefenderFoDatabasesAwsOfferingArcAutoProvisioningResponse
    The ARC autoprovisioning configuration
    databasesDspm DefenderFoDatabasesAwsOfferingDatabasesDspmResponse
    The databases data security posture management (DSPM) configuration
    rds DefenderFoDatabasesAwsOfferingRdsResponse
    The RDS configuration
    description string
    The offering description.
    arcAutoProvisioning DefenderFoDatabasesAwsOfferingArcAutoProvisioningResponse
    The ARC autoprovisioning configuration
    databasesDspm DefenderFoDatabasesAwsOfferingDatabasesDspmResponse
    The databases data security posture management (DSPM) configuration
    rds DefenderFoDatabasesAwsOfferingRdsResponse
    The RDS configuration
    description str
    The offering description.
    arc_auto_provisioning DefenderFoDatabasesAwsOfferingArcAutoProvisioningResponse
    The ARC autoprovisioning configuration
    databases_dspm DefenderFoDatabasesAwsOfferingDatabasesDspmResponse
    The databases data security posture management (DSPM) configuration
    rds DefenderFoDatabasesAwsOfferingRdsResponse
    The RDS configuration
    description String
    The offering description.
    arcAutoProvisioning Property Map
    The ARC autoprovisioning configuration
    databasesDspm Property Map
    The databases data security posture management (DSPM) configuration
    rds Property Map
    The RDS configuration

    DefenderForContainersAwsOfferingCloudWatchToKinesisResponse

    CloudRoleArn string
    The cloud role ARN in AWS used by CloudWatch to transfer data into Kinesis
    CloudRoleArn string
    The cloud role ARN in AWS used by CloudWatch to transfer data into Kinesis
    cloud_role_arn string
    The cloud role ARN in AWS used by CloudWatch to transfer data into Kinesis
    cloudRoleArn String
    The cloud role ARN in AWS used by CloudWatch to transfer data into Kinesis
    cloudRoleArn string
    The cloud role ARN in AWS used by CloudWatch to transfer data into Kinesis
    cloud_role_arn str
    The cloud role ARN in AWS used by CloudWatch to transfer data into Kinesis
    cloudRoleArn String
    The cloud role ARN in AWS used by CloudWatch to transfer data into Kinesis

    DefenderForContainersAwsOfferingKinesisToS3Response

    CloudRoleArn string
    The cloud role ARN in AWS used by Kinesis to transfer data into S3
    CloudRoleArn string
    The cloud role ARN in AWS used by Kinesis to transfer data into S3
    cloud_role_arn string
    The cloud role ARN in AWS used by Kinesis to transfer data into S3
    cloudRoleArn String
    The cloud role ARN in AWS used by Kinesis to transfer data into S3
    cloudRoleArn string
    The cloud role ARN in AWS used by Kinesis to transfer data into S3
    cloud_role_arn str
    The cloud role ARN in AWS used by Kinesis to transfer data into S3
    cloudRoleArn String
    The cloud role ARN in AWS used by Kinesis to transfer data into S3

    DefenderForContainersAwsOfferingKubernetesDataCollectionResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature used for reading data
    CloudRoleArn string
    The cloud role ARN in AWS for this feature used for reading data
    cloud_role_arn string
    The cloud role ARN in AWS for this feature used for reading data
    cloudRoleArn String
    The cloud role ARN in AWS for this feature used for reading data
    cloudRoleArn string
    The cloud role ARN in AWS for this feature used for reading data
    cloud_role_arn str
    The cloud role ARN in AWS for this feature used for reading data
    cloudRoleArn String
    The cloud role ARN in AWS for this feature used for reading data

    DefenderForContainersAwsOfferingKubernetesServiceResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature used for provisioning resources
    CloudRoleArn string
    The cloud role ARN in AWS for this feature used for provisioning resources
    cloud_role_arn string
    The cloud role ARN in AWS for this feature used for provisioning resources
    cloudRoleArn String
    The cloud role ARN in AWS for this feature used for provisioning resources
    cloudRoleArn string
    The cloud role ARN in AWS for this feature used for provisioning resources
    cloud_role_arn str
    The cloud role ARN in AWS for this feature used for provisioning resources
    cloudRoleArn String
    The cloud role ARN in AWS for this feature used for provisioning resources

    DefenderForContainersAwsOfferingMdcContainersAgentlessDiscoveryK8SResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is Microsoft Defender container agentless discovery K8s enabled
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is Microsoft Defender container agentless discovery K8s enabled
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    enabled bool
    Is Microsoft Defender container agentless discovery K8s enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is Microsoft Defender container agentless discovery K8s enabled
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    enabled boolean
    Is Microsoft Defender container agentless discovery K8s enabled
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    enabled bool
    Is Microsoft Defender container agentless discovery K8s enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is Microsoft Defender container agentless discovery K8s enabled

    DefenderForContainersAwsOfferingMdcContainersImageAssessmentResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is Microsoft Defender container image assessment enabled
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Enabled bool
    Is Microsoft Defender container image assessment enabled
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    enabled bool
    Is Microsoft Defender container image assessment enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is Microsoft Defender container image assessment enabled
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    enabled boolean
    Is Microsoft Defender container image assessment enabled
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    enabled bool
    Is Microsoft Defender container image assessment enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    enabled Boolean
    Is Microsoft Defender container image assessment enabled

    DefenderForContainersAwsOfferingResponse

    Description string
    The offering description.
    CloudWatchToKinesis Pulumi.AzureNative.Security.Inputs.DefenderForContainersAwsOfferingCloudWatchToKinesisResponse
    The cloudwatch to kinesis connection configuration
    DataCollectionExternalId string
    The externalId used by the data reader to prevent the confused deputy attack
    EnableAuditLogsAutoProvisioning bool
    Is audit logs data collection enabled
    EnableDefenderAgentAutoProvisioning bool
    Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
    EnablePolicyAgentAutoProvisioning bool
    Is Policy Kubernetes agent auto provisioning enabled
    KinesisToS3 Pulumi.AzureNative.Security.Inputs.DefenderForContainersAwsOfferingKinesisToS3Response
    The kinesis to s3 connection configuration
    KubeAuditRetentionTime double
    The retention time in days of kube audit logs set on the CloudWatch log group
    KubernetesDataCollection Pulumi.AzureNative.Security.Inputs.DefenderForContainersAwsOfferingKubernetesDataCollectionResponse
    The kubernetes data collection connection configuration
    KubernetesService Pulumi.AzureNative.Security.Inputs.DefenderForContainersAwsOfferingKubernetesServiceResponse
    The kubernetes service connection configuration
    MdcContainersAgentlessDiscoveryK8S Pulumi.AzureNative.Security.Inputs.DefenderForContainersAwsOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender container agentless discovery K8s configuration
    MdcContainersImageAssessment Pulumi.AzureNative.Security.Inputs.DefenderForContainersAwsOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender container image assessment configuration
    VmScanners Pulumi.AzureNative.Security.Inputs.DefenderForContainersAwsOfferingVmScannersResponse
    The Microsoft Defender for Container K8s VM host scanning configuration
    Description string
    The offering description.
    CloudWatchToKinesis DefenderForContainersAwsOfferingCloudWatchToKinesisResponse
    The cloudwatch to kinesis connection configuration
    DataCollectionExternalId string
    The externalId used by the data reader to prevent the confused deputy attack
    EnableAuditLogsAutoProvisioning bool
    Is audit logs data collection enabled
    EnableDefenderAgentAutoProvisioning bool
    Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
    EnablePolicyAgentAutoProvisioning bool
    Is Policy Kubernetes agent auto provisioning enabled
    KinesisToS3 DefenderForContainersAwsOfferingKinesisToS3Response
    The kinesis to s3 connection configuration
    KubeAuditRetentionTime float64
    The retention time in days of kube audit logs set on the CloudWatch log group
    KubernetesDataCollection DefenderForContainersAwsOfferingKubernetesDataCollectionResponse
    The kubernetes data collection connection configuration
    KubernetesService DefenderForContainersAwsOfferingKubernetesServiceResponse
    The kubernetes service connection configuration
    MdcContainersAgentlessDiscoveryK8S DefenderForContainersAwsOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender container agentless discovery K8s configuration
    MdcContainersImageAssessment DefenderForContainersAwsOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender container image assessment configuration
    VmScanners DefenderForContainersAwsOfferingVmScannersResponse
    The Microsoft Defender for Container K8s VM host scanning configuration
    description string
    The offering description.
    cloud_watch_to_kinesis object
    The cloudwatch to kinesis connection configuration
    data_collection_external_id string
    The externalId used by the data reader to prevent the confused deputy attack
    enable_audit_logs_auto_provisioning bool
    Is audit logs data collection enabled
    enable_defender_agent_auto_provisioning bool
    Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
    enable_policy_agent_auto_provisioning bool
    Is Policy Kubernetes agent auto provisioning enabled
    kinesis_to_s3 object
    The kinesis to s3 connection configuration
    kube_audit_retention_time number
    The retention time in days of kube audit logs set on the CloudWatch log group
    kubernetes_data_collection object
    The kubernetes data collection connection configuration
    kubernetes_service object
    The kubernetes service connection configuration
    mdc_containers_agentless_discovery_k8_s object
    The Microsoft Defender container agentless discovery K8s configuration
    mdc_containers_image_assessment object
    The Microsoft Defender container image assessment configuration
    vm_scanners object
    The Microsoft Defender for Container K8s VM host scanning configuration
    description String
    The offering description.
    cloudWatchToKinesis DefenderForContainersAwsOfferingCloudWatchToKinesisResponse
    The cloudwatch to kinesis connection configuration
    dataCollectionExternalId String
    The externalId used by the data reader to prevent the confused deputy attack
    enableAuditLogsAutoProvisioning Boolean
    Is audit logs data collection enabled
    enableDefenderAgentAutoProvisioning Boolean
    Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
    enablePolicyAgentAutoProvisioning Boolean
    Is Policy Kubernetes agent auto provisioning enabled
    kinesisToS3 DefenderForContainersAwsOfferingKinesisToS3Response
    The kinesis to s3 connection configuration
    kubeAuditRetentionTime Double
    The retention time in days of kube audit logs set on the CloudWatch log group
    kubernetesDataCollection DefenderForContainersAwsOfferingKubernetesDataCollectionResponse
    The kubernetes data collection connection configuration
    kubernetesService DefenderForContainersAwsOfferingKubernetesServiceResponse
    The kubernetes service connection configuration
    mdcContainersAgentlessDiscoveryK8S DefenderForContainersAwsOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender container agentless discovery K8s configuration
    mdcContainersImageAssessment DefenderForContainersAwsOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender container image assessment configuration
    vmScanners DefenderForContainersAwsOfferingVmScannersResponse
    The Microsoft Defender for Container K8s VM host scanning configuration
    description string
    The offering description.
    cloudWatchToKinesis DefenderForContainersAwsOfferingCloudWatchToKinesisResponse
    The cloudwatch to kinesis connection configuration
    dataCollectionExternalId string
    The externalId used by the data reader to prevent the confused deputy attack
    enableAuditLogsAutoProvisioning boolean
    Is audit logs data collection enabled
    enableDefenderAgentAutoProvisioning boolean
    Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
    enablePolicyAgentAutoProvisioning boolean
    Is Policy Kubernetes agent auto provisioning enabled
    kinesisToS3 DefenderForContainersAwsOfferingKinesisToS3Response
    The kinesis to s3 connection configuration
    kubeAuditRetentionTime number
    The retention time in days of kube audit logs set on the CloudWatch log group
    kubernetesDataCollection DefenderForContainersAwsOfferingKubernetesDataCollectionResponse
    The kubernetes data collection connection configuration
    kubernetesService DefenderForContainersAwsOfferingKubernetesServiceResponse
    The kubernetes service connection configuration
    mdcContainersAgentlessDiscoveryK8S DefenderForContainersAwsOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender container agentless discovery K8s configuration
    mdcContainersImageAssessment DefenderForContainersAwsOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender container image assessment configuration
    vmScanners DefenderForContainersAwsOfferingVmScannersResponse
    The Microsoft Defender for Container K8s VM host scanning configuration
    description str
    The offering description.
    cloud_watch_to_kinesis DefenderForContainersAwsOfferingCloudWatchToKinesisResponse
    The cloudwatch to kinesis connection configuration
    data_collection_external_id str
    The externalId used by the data reader to prevent the confused deputy attack
    enable_audit_logs_auto_provisioning bool
    Is audit logs data collection enabled
    enable_defender_agent_auto_provisioning bool
    Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
    enable_policy_agent_auto_provisioning bool
    Is Policy Kubernetes agent auto provisioning enabled
    kinesis_to_s3 DefenderForContainersAwsOfferingKinesisToS3Response
    The kinesis to s3 connection configuration
    kube_audit_retention_time float
    The retention time in days of kube audit logs set on the CloudWatch log group
    kubernetes_data_collection DefenderForContainersAwsOfferingKubernetesDataCollectionResponse
    The kubernetes data collection connection configuration
    kubernetes_service DefenderForContainersAwsOfferingKubernetesServiceResponse
    The kubernetes service connection configuration
    mdc_containers_agentless_discovery_k8_s DefenderForContainersAwsOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender container agentless discovery K8s configuration
    mdc_containers_image_assessment DefenderForContainersAwsOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender container image assessment configuration
    vm_scanners DefenderForContainersAwsOfferingVmScannersResponse
    The Microsoft Defender for Container K8s VM host scanning configuration
    description String
    The offering description.
    cloudWatchToKinesis Property Map
    The cloudwatch to kinesis connection configuration
    dataCollectionExternalId String
    The externalId used by the data reader to prevent the confused deputy attack
    enableAuditLogsAutoProvisioning Boolean
    Is audit logs data collection enabled
    enableDefenderAgentAutoProvisioning Boolean
    Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
    enablePolicyAgentAutoProvisioning Boolean
    Is Policy Kubernetes agent auto provisioning enabled
    kinesisToS3 Property Map
    The kinesis to s3 connection configuration
    kubeAuditRetentionTime Number
    The retention time in days of kube audit logs set on the CloudWatch log group
    kubernetesDataCollection Property Map
    The kubernetes data collection connection configuration
    kubernetesService Property Map
    The kubernetes service connection configuration
    mdcContainersAgentlessDiscoveryK8S Property Map
    The Microsoft Defender container agentless discovery K8s configuration
    mdcContainersImageAssessment Property Map
    The Microsoft Defender container image assessment configuration
    vmScanners Property Map
    The Microsoft Defender for Container K8s VM host scanning configuration

    DefenderForContainersAwsOfferingVmScannersResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Configuration Pulumi.AzureNative.Security.Inputs.VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    Enabled bool
    Is VM scanning enabled
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    Enabled bool
    Is VM scanning enabled
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    configuration object
    Configuration for VM scanning
    enabled bool
    Is VM scanning enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled Boolean
    Is VM scanning enabled
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled boolean
    Is VM scanning enabled
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled bool
    Is VM scanning enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    configuration Property Map
    Configuration for VM scanning
    enabled Boolean
    Is VM scanning enabled

    DefenderForContainersDockerHubOfferingResponse

    Description string
    The offering description.
    Description string
    The offering description.
    description string
    The offering description.
    description String
    The offering description.
    description string
    The offering description.
    description str
    The offering description.
    description String
    The offering description.

    DefenderForContainersGcpOfferingDataPipelineNativeCloudConnectionResponse

    ServiceAccountEmailAddress string
    The data collection service account email address in GCP for this offering
    WorkloadIdentityProviderId string
    The data collection GCP workload identity provider id for this offering
    ServiceAccountEmailAddress string
    The data collection service account email address in GCP for this offering
    WorkloadIdentityProviderId string
    The data collection GCP workload identity provider id for this offering
    service_account_email_address string
    The data collection service account email address in GCP for this offering
    workload_identity_provider_id string
    The data collection GCP workload identity provider id for this offering
    serviceAccountEmailAddress String
    The data collection service account email address in GCP for this offering
    workloadIdentityProviderId String
    The data collection GCP workload identity provider id for this offering
    serviceAccountEmailAddress string
    The data collection service account email address in GCP for this offering
    workloadIdentityProviderId string
    The data collection GCP workload identity provider id for this offering
    service_account_email_address str
    The data collection service account email address in GCP for this offering
    workload_identity_provider_id str
    The data collection GCP workload identity provider id for this offering
    serviceAccountEmailAddress String
    The data collection service account email address in GCP for this offering
    workloadIdentityProviderId String
    The data collection GCP workload identity provider id for this offering

    DefenderForContainersGcpOfferingMdcContainersAgentlessDiscoveryK8SResponse

    Enabled bool
    Is Microsoft Defender container agentless discovery enabled
    ServiceAccountEmailAddress string
    The service account email address in GCP for this feature
    WorkloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    Enabled bool
    Is Microsoft Defender container agentless discovery enabled
    ServiceAccountEmailAddress string
    The service account email address in GCP for this feature
    WorkloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    enabled bool
    Is Microsoft Defender container agentless discovery enabled
    service_account_email_address string
    The service account email address in GCP for this feature
    workload_identity_provider_id string
    The workload identity provider id in GCP for this feature
    enabled Boolean
    Is Microsoft Defender container agentless discovery enabled
    serviceAccountEmailAddress String
    The service account email address in GCP for this feature
    workloadIdentityProviderId String
    The workload identity provider id in GCP for this feature
    enabled boolean
    Is Microsoft Defender container agentless discovery enabled
    serviceAccountEmailAddress string
    The service account email address in GCP for this feature
    workloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    enabled bool
    Is Microsoft Defender container agentless discovery enabled
    service_account_email_address str
    The service account email address in GCP for this feature
    workload_identity_provider_id str
    The workload identity provider id in GCP for this feature
    enabled Boolean
    Is Microsoft Defender container agentless discovery enabled
    serviceAccountEmailAddress String
    The service account email address in GCP for this feature
    workloadIdentityProviderId String
    The workload identity provider id in GCP for this feature

    DefenderForContainersGcpOfferingMdcContainersImageAssessmentResponse

    Enabled bool
    Is Microsoft Defender container image assessment enabled
    ServiceAccountEmailAddress string
    The service account email address in GCP for this feature
    WorkloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    Enabled bool
    Is Microsoft Defender container image assessment enabled
    ServiceAccountEmailAddress string
    The service account email address in GCP for this feature
    WorkloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    enabled bool
    Is Microsoft Defender container image assessment enabled
    service_account_email_address string
    The service account email address in GCP for this feature
    workload_identity_provider_id string
    The workload identity provider id in GCP for this feature
    enabled Boolean
    Is Microsoft Defender container image assessment enabled
    serviceAccountEmailAddress String
    The service account email address in GCP for this feature
    workloadIdentityProviderId String
    The workload identity provider id in GCP for this feature
    enabled boolean
    Is Microsoft Defender container image assessment enabled
    serviceAccountEmailAddress string
    The service account email address in GCP for this feature
    workloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    enabled bool
    Is Microsoft Defender container image assessment enabled
    service_account_email_address str
    The service account email address in GCP for this feature
    workload_identity_provider_id str
    The workload identity provider id in GCP for this feature
    enabled Boolean
    Is Microsoft Defender container image assessment enabled
    serviceAccountEmailAddress String
    The service account email address in GCP for this feature
    workloadIdentityProviderId String
    The workload identity provider id in GCP for this feature

    DefenderForContainersGcpOfferingNativeCloudConnectionResponse

    ServiceAccountEmailAddress string
    The service account email address in GCP for this offering
    WorkloadIdentityProviderId string
    The GCP workload identity provider id for this offering
    ServiceAccountEmailAddress string
    The service account email address in GCP for this offering
    WorkloadIdentityProviderId string
    The GCP workload identity provider id for this offering
    service_account_email_address string
    The service account email address in GCP for this offering
    workload_identity_provider_id string
    The GCP workload identity provider id for this offering
    serviceAccountEmailAddress String
    The service account email address in GCP for this offering
    workloadIdentityProviderId String
    The GCP workload identity provider id for this offering
    serviceAccountEmailAddress string
    The service account email address in GCP for this offering
    workloadIdentityProviderId string
    The GCP workload identity provider id for this offering
    service_account_email_address str
    The service account email address in GCP for this offering
    workload_identity_provider_id str
    The GCP workload identity provider id for this offering
    serviceAccountEmailAddress String
    The service account email address in GCP for this offering
    workloadIdentityProviderId String
    The GCP workload identity provider id for this offering

    DefenderForContainersGcpOfferingResponse

    Description string
    The offering description.
    DataPipelineNativeCloudConnection Pulumi.AzureNative.Security.Inputs.DefenderForContainersGcpOfferingDataPipelineNativeCloudConnectionResponse
    The native cloud connection configuration
    EnableAuditLogsAutoProvisioning bool
    Is audit logs data collection enabled
    EnableDefenderAgentAutoProvisioning bool
    Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
    EnablePolicyAgentAutoProvisioning bool
    Is Policy Kubernetes agent auto provisioning enabled
    MdcContainersAgentlessDiscoveryK8S Pulumi.AzureNative.Security.Inputs.DefenderForContainersGcpOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender Container agentless discovery configuration
    MdcContainersImageAssessment Pulumi.AzureNative.Security.Inputs.DefenderForContainersGcpOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    NativeCloudConnection Pulumi.AzureNative.Security.Inputs.DefenderForContainersGcpOfferingNativeCloudConnectionResponse
    The native cloud connection configuration
    VmScanners Pulumi.AzureNative.Security.Inputs.DefenderForContainersGcpOfferingVmScannersResponse
    The Microsoft Defender for Container K8s VM host scanning configuration
    Description string
    The offering description.
    DataPipelineNativeCloudConnection DefenderForContainersGcpOfferingDataPipelineNativeCloudConnectionResponse
    The native cloud connection configuration
    EnableAuditLogsAutoProvisioning bool
    Is audit logs data collection enabled
    EnableDefenderAgentAutoProvisioning bool
    Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
    EnablePolicyAgentAutoProvisioning bool
    Is Policy Kubernetes agent auto provisioning enabled
    MdcContainersAgentlessDiscoveryK8S DefenderForContainersGcpOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender Container agentless discovery configuration
    MdcContainersImageAssessment DefenderForContainersGcpOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    NativeCloudConnection DefenderForContainersGcpOfferingNativeCloudConnectionResponse
    The native cloud connection configuration
    VmScanners DefenderForContainersGcpOfferingVmScannersResponse
    The Microsoft Defender for Container K8s VM host scanning configuration
    description string
    The offering description.
    data_pipeline_native_cloud_connection object
    The native cloud connection configuration
    enable_audit_logs_auto_provisioning bool
    Is audit logs data collection enabled
    enable_defender_agent_auto_provisioning bool
    Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
    enable_policy_agent_auto_provisioning bool
    Is Policy Kubernetes agent auto provisioning enabled
    mdc_containers_agentless_discovery_k8_s object
    The Microsoft Defender Container agentless discovery configuration
    mdc_containers_image_assessment object
    The Microsoft Defender Container image assessment configuration
    native_cloud_connection object
    The native cloud connection configuration
    vm_scanners object
    The Microsoft Defender for Container K8s VM host scanning configuration
    description String
    The offering description.
    dataPipelineNativeCloudConnection DefenderForContainersGcpOfferingDataPipelineNativeCloudConnectionResponse
    The native cloud connection configuration
    enableAuditLogsAutoProvisioning Boolean
    Is audit logs data collection enabled
    enableDefenderAgentAutoProvisioning Boolean
    Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
    enablePolicyAgentAutoProvisioning Boolean
    Is Policy Kubernetes agent auto provisioning enabled
    mdcContainersAgentlessDiscoveryK8S DefenderForContainersGcpOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender Container agentless discovery configuration
    mdcContainersImageAssessment DefenderForContainersGcpOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    nativeCloudConnection DefenderForContainersGcpOfferingNativeCloudConnectionResponse
    The native cloud connection configuration
    vmScanners DefenderForContainersGcpOfferingVmScannersResponse
    The Microsoft Defender for Container K8s VM host scanning configuration
    description string
    The offering description.
    dataPipelineNativeCloudConnection DefenderForContainersGcpOfferingDataPipelineNativeCloudConnectionResponse
    The native cloud connection configuration
    enableAuditLogsAutoProvisioning boolean
    Is audit logs data collection enabled
    enableDefenderAgentAutoProvisioning boolean
    Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
    enablePolicyAgentAutoProvisioning boolean
    Is Policy Kubernetes agent auto provisioning enabled
    mdcContainersAgentlessDiscoveryK8S DefenderForContainersGcpOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender Container agentless discovery configuration
    mdcContainersImageAssessment DefenderForContainersGcpOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    nativeCloudConnection DefenderForContainersGcpOfferingNativeCloudConnectionResponse
    The native cloud connection configuration
    vmScanners DefenderForContainersGcpOfferingVmScannersResponse
    The Microsoft Defender for Container K8s VM host scanning configuration
    description str
    The offering description.
    data_pipeline_native_cloud_connection DefenderForContainersGcpOfferingDataPipelineNativeCloudConnectionResponse
    The native cloud connection configuration
    enable_audit_logs_auto_provisioning bool
    Is audit logs data collection enabled
    enable_defender_agent_auto_provisioning bool
    Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
    enable_policy_agent_auto_provisioning bool
    Is Policy Kubernetes agent auto provisioning enabled
    mdc_containers_agentless_discovery_k8_s DefenderForContainersGcpOfferingMdcContainersAgentlessDiscoveryK8SResponse
    The Microsoft Defender Container agentless discovery configuration
    mdc_containers_image_assessment DefenderForContainersGcpOfferingMdcContainersImageAssessmentResponse
    The Microsoft Defender Container image assessment configuration
    native_cloud_connection DefenderForContainersGcpOfferingNativeCloudConnectionResponse
    The native cloud connection configuration
    vm_scanners DefenderForContainersGcpOfferingVmScannersResponse
    The Microsoft Defender for Container K8s VM host scanning configuration
    description String
    The offering description.
    dataPipelineNativeCloudConnection Property Map
    The native cloud connection configuration
    enableAuditLogsAutoProvisioning Boolean
    Is audit logs data collection enabled
    enableDefenderAgentAutoProvisioning Boolean
    Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
    enablePolicyAgentAutoProvisioning Boolean
    Is Policy Kubernetes agent auto provisioning enabled
    mdcContainersAgentlessDiscoveryK8S Property Map
    The Microsoft Defender Container agentless discovery configuration
    mdcContainersImageAssessment Property Map
    The Microsoft Defender Container image assessment configuration
    nativeCloudConnection Property Map
    The native cloud connection configuration
    vmScanners Property Map
    The Microsoft Defender for Container K8s VM host scanning configuration

    DefenderForContainersGcpOfferingVmScannersResponse

    Configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    Enabled bool
    Is VM scanning enabled
    configuration object
    Configuration for VM scanning
    enabled bool
    Is VM scanning enabled
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled Boolean
    Is VM scanning enabled
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled boolean
    Is VM scanning enabled
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled bool
    Is VM scanning enabled
    configuration Property Map
    Configuration for VM scanning
    enabled Boolean
    Is VM scanning enabled

    DefenderForContainersJFrogOfferingResponse

    Description string
    The offering description.
    Description string
    The offering description.
    description string
    The offering description.
    description String
    The offering description.
    description string
    The offering description.
    description str
    The offering description.
    description String
    The offering description.

    DefenderForDatabasesGcpOfferingArcAutoProvisioningResponse

    Configuration Pulumi.AzureNative.Security.Inputs.ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    Enabled bool
    Is arc auto provisioning enabled
    Configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    Enabled bool
    Is arc auto provisioning enabled
    configuration object
    Configuration for servers Arc auto provisioning for a given environment
    enabled bool
    Is arc auto provisioning enabled
    configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    enabled Boolean
    Is arc auto provisioning enabled
    configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    enabled boolean
    Is arc auto provisioning enabled
    configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    enabled bool
    Is arc auto provisioning enabled
    configuration Property Map
    Configuration for servers Arc auto provisioning for a given environment
    enabled Boolean
    Is arc auto provisioning enabled

    DefenderForDatabasesGcpOfferingDefenderForDatabasesArcAutoProvisioningResponse

    ServiceAccountEmailAddress string
    The service account email address in GCP for this offering
    WorkloadIdentityProviderId string
    The GCP workload identity provider id for this offering
    ServiceAccountEmailAddress string
    The service account email address in GCP for this offering
    WorkloadIdentityProviderId string
    The GCP workload identity provider id for this offering
    service_account_email_address string
    The service account email address in GCP for this offering
    workload_identity_provider_id string
    The GCP workload identity provider id for this offering
    serviceAccountEmailAddress String
    The service account email address in GCP for this offering
    workloadIdentityProviderId String
    The GCP workload identity provider id for this offering
    serviceAccountEmailAddress string
    The service account email address in GCP for this offering
    workloadIdentityProviderId string
    The GCP workload identity provider id for this offering
    service_account_email_address str
    The service account email address in GCP for this offering
    workload_identity_provider_id str
    The GCP workload identity provider id for this offering
    serviceAccountEmailAddress String
    The service account email address in GCP for this offering
    workloadIdentityProviderId String
    The GCP workload identity provider id for this offering

    DefenderForDatabasesGcpOfferingResponse

    description string
    The offering description.
    arc_auto_provisioning object
    The ARC autoprovisioning configuration
    defender_for_databases_arc_auto_provisioning object
    The native cloud connection configuration
    description String
    The offering description.
    arcAutoProvisioning Property Map
    The ARC autoprovisioning configuration
    defenderForDatabasesArcAutoProvisioning Property Map
    The native cloud connection configuration

    DefenderForServersAwsOfferingArcAutoProvisioningResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Configuration Pulumi.AzureNative.Security.Inputs.ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    Enabled bool
    Is arc auto provisioning enabled
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    Enabled bool
    Is arc auto provisioning enabled
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    configuration object
    Configuration for servers Arc auto provisioning for a given environment
    enabled bool
    Is arc auto provisioning enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    enabled Boolean
    Is arc auto provisioning enabled
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    enabled boolean
    Is arc auto provisioning enabled
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    enabled bool
    Is arc auto provisioning enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    configuration Property Map
    Configuration for servers Arc auto provisioning for a given environment
    enabled Boolean
    Is arc auto provisioning enabled

    DefenderForServersAwsOfferingDefenderForServersResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    cloudRoleArn String
    The cloud role ARN in AWS for this feature

    DefenderForServersAwsOfferingMdeAutoProvisioningResponse

    Configuration object
    configuration for Microsoft Defender for Endpoint autoprovisioning
    Enabled bool
    Is Microsoft Defender for Endpoint auto provisioning enabled
    Configuration interface{}
    configuration for Microsoft Defender for Endpoint autoprovisioning
    Enabled bool
    Is Microsoft Defender for Endpoint auto provisioning enabled
    configuration any
    configuration for Microsoft Defender for Endpoint autoprovisioning
    enabled bool
    Is Microsoft Defender for Endpoint auto provisioning enabled
    configuration Object
    configuration for Microsoft Defender for Endpoint autoprovisioning
    enabled Boolean
    Is Microsoft Defender for Endpoint auto provisioning enabled
    configuration any
    configuration for Microsoft Defender for Endpoint autoprovisioning
    enabled boolean
    Is Microsoft Defender for Endpoint auto provisioning enabled
    configuration Any
    configuration for Microsoft Defender for Endpoint autoprovisioning
    enabled bool
    Is Microsoft Defender for Endpoint auto provisioning enabled
    configuration Any
    configuration for Microsoft Defender for Endpoint autoprovisioning
    enabled Boolean
    Is Microsoft Defender for Endpoint auto provisioning enabled

    DefenderForServersAwsOfferingResponse

    Description string
    The offering description.
    ArcAutoProvisioning Pulumi.AzureNative.Security.Inputs.DefenderForServersAwsOfferingArcAutoProvisioningResponse
    The ARC autoprovisioning configuration
    DefenderForServers Pulumi.AzureNative.Security.Inputs.DefenderForServersAwsOfferingDefenderForServersResponse
    The Defender for servers connection configuration
    MdeAutoProvisioning Pulumi.AzureNative.Security.Inputs.DefenderForServersAwsOfferingMdeAutoProvisioningResponse
    The Microsoft Defender for Endpoint autoprovisioning configuration
    SubPlan Pulumi.AzureNative.Security.Inputs.DefenderForServersAwsOfferingSubPlanResponse
    configuration for the servers offering subPlan
    VaAutoProvisioning Pulumi.AzureNative.Security.Inputs.DefenderForServersAwsOfferingVaAutoProvisioningResponse
    The Vulnerability Assessment autoprovisioning configuration
    VmScanners Pulumi.AzureNative.Security.Inputs.DefenderForServersAwsOfferingVmScannersResponse
    The Microsoft Defender for Server VM scanning configuration
    Description string
    The offering description.
    ArcAutoProvisioning DefenderForServersAwsOfferingArcAutoProvisioningResponse
    The ARC autoprovisioning configuration
    DefenderForServers DefenderForServersAwsOfferingDefenderForServersResponse
    The Defender for servers connection configuration
    MdeAutoProvisioning DefenderForServersAwsOfferingMdeAutoProvisioningResponse
    The Microsoft Defender for Endpoint autoprovisioning configuration
    SubPlan DefenderForServersAwsOfferingSubPlanResponse
    configuration for the servers offering subPlan
    VaAutoProvisioning DefenderForServersAwsOfferingVaAutoProvisioningResponse
    The Vulnerability Assessment autoprovisioning configuration
    VmScanners DefenderForServersAwsOfferingVmScannersResponse
    The Microsoft Defender for Server VM scanning configuration
    description string
    The offering description.
    arc_auto_provisioning object
    The ARC autoprovisioning configuration
    defender_for_servers object
    The Defender for servers connection configuration
    mde_auto_provisioning object
    The Microsoft Defender for Endpoint autoprovisioning configuration
    sub_plan object
    configuration for the servers offering subPlan
    va_auto_provisioning object
    The Vulnerability Assessment autoprovisioning configuration
    vm_scanners object
    The Microsoft Defender for Server VM scanning configuration
    description String
    The offering description.
    arcAutoProvisioning DefenderForServersAwsOfferingArcAutoProvisioningResponse
    The ARC autoprovisioning configuration
    defenderForServers DefenderForServersAwsOfferingDefenderForServersResponse
    The Defender for servers connection configuration
    mdeAutoProvisioning DefenderForServersAwsOfferingMdeAutoProvisioningResponse
    The Microsoft Defender for Endpoint autoprovisioning configuration
    subPlan DefenderForServersAwsOfferingSubPlanResponse
    configuration for the servers offering subPlan
    vaAutoProvisioning DefenderForServersAwsOfferingVaAutoProvisioningResponse
    The Vulnerability Assessment autoprovisioning configuration
    vmScanners DefenderForServersAwsOfferingVmScannersResponse
    The Microsoft Defender for Server VM scanning configuration
    description string
    The offering description.
    arcAutoProvisioning DefenderForServersAwsOfferingArcAutoProvisioningResponse
    The ARC autoprovisioning configuration
    defenderForServers DefenderForServersAwsOfferingDefenderForServersResponse
    The Defender for servers connection configuration
    mdeAutoProvisioning DefenderForServersAwsOfferingMdeAutoProvisioningResponse
    The Microsoft Defender for Endpoint autoprovisioning configuration
    subPlan DefenderForServersAwsOfferingSubPlanResponse
    configuration for the servers offering subPlan
    vaAutoProvisioning DefenderForServersAwsOfferingVaAutoProvisioningResponse
    The Vulnerability Assessment autoprovisioning configuration
    vmScanners DefenderForServersAwsOfferingVmScannersResponse
    The Microsoft Defender for Server VM scanning configuration
    description str
    The offering description.
    arc_auto_provisioning DefenderForServersAwsOfferingArcAutoProvisioningResponse
    The ARC autoprovisioning configuration
    defender_for_servers DefenderForServersAwsOfferingDefenderForServersResponse
    The Defender for servers connection configuration
    mde_auto_provisioning DefenderForServersAwsOfferingMdeAutoProvisioningResponse
    The Microsoft Defender for Endpoint autoprovisioning configuration
    sub_plan DefenderForServersAwsOfferingSubPlanResponse
    configuration for the servers offering subPlan
    va_auto_provisioning DefenderForServersAwsOfferingVaAutoProvisioningResponse
    The Vulnerability Assessment autoprovisioning configuration
    vm_scanners DefenderForServersAwsOfferingVmScannersResponse
    The Microsoft Defender for Server VM scanning configuration
    description String
    The offering description.
    arcAutoProvisioning Property Map
    The ARC autoprovisioning configuration
    defenderForServers Property Map
    The Defender for servers connection configuration
    mdeAutoProvisioning Property Map
    The Microsoft Defender for Endpoint autoprovisioning configuration
    subPlan Property Map
    configuration for the servers offering subPlan
    vaAutoProvisioning Property Map
    The Vulnerability Assessment autoprovisioning configuration
    vmScanners Property Map
    The Microsoft Defender for Server VM scanning configuration

    DefenderForServersAwsOfferingSubPlanResponse

    Type string
    The available sub plans
    Type string
    The available sub plans
    type string
    The available sub plans
    type String
    The available sub plans
    type string
    The available sub plans
    type str
    The available sub plans
    type String
    The available sub plans

    DefenderForServersAwsOfferingVaAutoProvisioningConfigurationResponse

    Type string
    The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
    Type string
    The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
    type string
    The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
    type String
    The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
    type string
    The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
    type str
    The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
    type String
    The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'

    DefenderForServersAwsOfferingVaAutoProvisioningResponse

    Configuration Pulumi.AzureNative.Security.Inputs.DefenderForServersAwsOfferingVaAutoProvisioningConfigurationResponse
    configuration for Vulnerability Assessment autoprovisioning
    Enabled bool
    Is Vulnerability Assessment auto provisioning enabled
    Configuration DefenderForServersAwsOfferingVaAutoProvisioningConfigurationResponse
    configuration for Vulnerability Assessment autoprovisioning
    Enabled bool
    Is Vulnerability Assessment auto provisioning enabled
    configuration object
    configuration for Vulnerability Assessment autoprovisioning
    enabled bool
    Is Vulnerability Assessment auto provisioning enabled
    configuration DefenderForServersAwsOfferingVaAutoProvisioningConfigurationResponse
    configuration for Vulnerability Assessment autoprovisioning
    enabled Boolean
    Is Vulnerability Assessment auto provisioning enabled
    configuration DefenderForServersAwsOfferingVaAutoProvisioningConfigurationResponse
    configuration for Vulnerability Assessment autoprovisioning
    enabled boolean
    Is Vulnerability Assessment auto provisioning enabled
    configuration DefenderForServersAwsOfferingVaAutoProvisioningConfigurationResponse
    configuration for Vulnerability Assessment autoprovisioning
    enabled bool
    Is Vulnerability Assessment auto provisioning enabled
    configuration Property Map
    configuration for Vulnerability Assessment autoprovisioning
    enabled Boolean
    Is Vulnerability Assessment auto provisioning enabled

    DefenderForServersAwsOfferingVmScannersResponse

    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Configuration Pulumi.AzureNative.Security.Inputs.VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    Enabled bool
    Is VM scanning enabled
    CloudRoleArn string
    The cloud role ARN in AWS for this feature
    Configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    Enabled bool
    Is VM scanning enabled
    cloud_role_arn string
    The cloud role ARN in AWS for this feature
    configuration object
    Configuration for VM scanning
    enabled bool
    Is VM scanning enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled Boolean
    Is VM scanning enabled
    cloudRoleArn string
    The cloud role ARN in AWS for this feature
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled boolean
    Is VM scanning enabled
    cloud_role_arn str
    The cloud role ARN in AWS for this feature
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled bool
    Is VM scanning enabled
    cloudRoleArn String
    The cloud role ARN in AWS for this feature
    configuration Property Map
    Configuration for VM scanning
    enabled Boolean
    Is VM scanning enabled

    DefenderForServersGcpOfferingArcAutoProvisioningResponse

    Configuration Pulumi.AzureNative.Security.Inputs.ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    Enabled bool
    Is arc auto provisioning enabled
    Configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    Enabled bool
    Is arc auto provisioning enabled
    configuration object
    Configuration for servers Arc auto provisioning for a given environment
    enabled bool
    Is arc auto provisioning enabled
    configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    enabled Boolean
    Is arc auto provisioning enabled
    configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    enabled boolean
    Is arc auto provisioning enabled
    configuration ArcAutoProvisioningConfigurationResponse
    Configuration for servers Arc auto provisioning for a given environment
    enabled bool
    Is arc auto provisioning enabled
    configuration Property Map
    Configuration for servers Arc auto provisioning for a given environment
    enabled Boolean
    Is arc auto provisioning enabled

    DefenderForServersGcpOfferingDefenderForServersResponse

    ServiceAccountEmailAddress string
    The service account email address in GCP for this feature
    WorkloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    ServiceAccountEmailAddress string
    The service account email address in GCP for this feature
    WorkloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    service_account_email_address string
    The service account email address in GCP for this feature
    workload_identity_provider_id string
    The workload identity provider id in GCP for this feature
    serviceAccountEmailAddress String
    The service account email address in GCP for this feature
    workloadIdentityProviderId String
    The workload identity provider id in GCP for this feature
    serviceAccountEmailAddress string
    The service account email address in GCP for this feature
    workloadIdentityProviderId string
    The workload identity provider id in GCP for this feature
    service_account_email_address str
    The service account email address in GCP for this feature
    workload_identity_provider_id str
    The workload identity provider id in GCP for this feature
    serviceAccountEmailAddress String
    The service account email address in GCP for this feature
    workloadIdentityProviderId String
    The workload identity provider id in GCP for this feature

    DefenderForServersGcpOfferingMdeAutoProvisioningResponse

    Configuration object
    configuration for Microsoft Defender for Endpoint autoprovisioning
    Enabled bool
    Is Microsoft Defender for Endpoint auto provisioning enabled
    Configuration interface{}
    configuration for Microsoft Defender for Endpoint autoprovisioning
    Enabled bool
    Is Microsoft Defender for Endpoint auto provisioning enabled
    configuration any
    configuration for Microsoft Defender for Endpoint autoprovisioning
    enabled bool
    Is Microsoft Defender for Endpoint auto provisioning enabled
    configuration Object
    configuration for Microsoft Defender for Endpoint autoprovisioning
    enabled Boolean
    Is Microsoft Defender for Endpoint auto provisioning enabled
    configuration any
    configuration for Microsoft Defender for Endpoint autoprovisioning
    enabled boolean
    Is Microsoft Defender for Endpoint auto provisioning enabled
    configuration Any
    configuration for Microsoft Defender for Endpoint autoprovisioning
    enabled bool
    Is Microsoft Defender for Endpoint auto provisioning enabled
    configuration Any
    configuration for Microsoft Defender for Endpoint autoprovisioning
    enabled Boolean
    Is Microsoft Defender for Endpoint auto provisioning enabled

    DefenderForServersGcpOfferingResponse

    Description string
    The offering description.
    ArcAutoProvisioning Pulumi.AzureNative.Security.Inputs.DefenderForServersGcpOfferingArcAutoProvisioningResponse
    The ARC autoprovisioning configuration
    DefenderForServers Pulumi.AzureNative.Security.Inputs.DefenderForServersGcpOfferingDefenderForServersResponse
    The Defender for servers connection configuration
    MdeAutoProvisioning Pulumi.AzureNative.Security.Inputs.DefenderForServersGcpOfferingMdeAutoProvisioningResponse
    The Microsoft Defender for Endpoint autoprovisioning configuration
    SubPlan Pulumi.AzureNative.Security.Inputs.DefenderForServersGcpOfferingSubPlanResponse
    configuration for the servers offering subPlan
    VaAutoProvisioning Pulumi.AzureNative.Security.Inputs.DefenderForServersGcpOfferingVaAutoProvisioningResponse
    The Vulnerability Assessment autoprovisioning configuration
    VmScanners Pulumi.AzureNative.Security.Inputs.DefenderForServersGcpOfferingVmScannersResponse
    The Microsoft Defender for Server VM scanning configuration
    Description string
    The offering description.
    ArcAutoProvisioning DefenderForServersGcpOfferingArcAutoProvisioningResponse
    The ARC autoprovisioning configuration
    DefenderForServers DefenderForServersGcpOfferingDefenderForServersResponse
    The Defender for servers connection configuration
    MdeAutoProvisioning DefenderForServersGcpOfferingMdeAutoProvisioningResponse
    The Microsoft Defender for Endpoint autoprovisioning configuration
    SubPlan DefenderForServersGcpOfferingSubPlanResponse
    configuration for the servers offering subPlan
    VaAutoProvisioning DefenderForServersGcpOfferingVaAutoProvisioningResponse
    The Vulnerability Assessment autoprovisioning configuration
    VmScanners DefenderForServersGcpOfferingVmScannersResponse
    The Microsoft Defender for Server VM scanning configuration
    description string
    The offering description.
    arc_auto_provisioning object
    The ARC autoprovisioning configuration
    defender_for_servers object
    The Defender for servers connection configuration
    mde_auto_provisioning object
    The Microsoft Defender for Endpoint autoprovisioning configuration
    sub_plan object
    configuration for the servers offering subPlan
    va_auto_provisioning object
    The Vulnerability Assessment autoprovisioning configuration
    vm_scanners object
    The Microsoft Defender for Server VM scanning configuration
    description String
    The offering description.
    arcAutoProvisioning DefenderForServersGcpOfferingArcAutoProvisioningResponse
    The ARC autoprovisioning configuration
    defenderForServers DefenderForServersGcpOfferingDefenderForServersResponse
    The Defender for servers connection configuration
    mdeAutoProvisioning DefenderForServersGcpOfferingMdeAutoProvisioningResponse
    The Microsoft Defender for Endpoint autoprovisioning configuration
    subPlan DefenderForServersGcpOfferingSubPlanResponse
    configuration for the servers offering subPlan
    vaAutoProvisioning DefenderForServersGcpOfferingVaAutoProvisioningResponse
    The Vulnerability Assessment autoprovisioning configuration
    vmScanners DefenderForServersGcpOfferingVmScannersResponse
    The Microsoft Defender for Server VM scanning configuration
    description string
    The offering description.
    arcAutoProvisioning DefenderForServersGcpOfferingArcAutoProvisioningResponse
    The ARC autoprovisioning configuration
    defenderForServers DefenderForServersGcpOfferingDefenderForServersResponse
    The Defender for servers connection configuration
    mdeAutoProvisioning DefenderForServersGcpOfferingMdeAutoProvisioningResponse
    The Microsoft Defender for Endpoint autoprovisioning configuration
    subPlan DefenderForServersGcpOfferingSubPlanResponse
    configuration for the servers offering subPlan
    vaAutoProvisioning DefenderForServersGcpOfferingVaAutoProvisioningResponse
    The Vulnerability Assessment autoprovisioning configuration
    vmScanners DefenderForServersGcpOfferingVmScannersResponse
    The Microsoft Defender for Server VM scanning configuration
    description str
    The offering description.
    arc_auto_provisioning DefenderForServersGcpOfferingArcAutoProvisioningResponse
    The ARC autoprovisioning configuration
    defender_for_servers DefenderForServersGcpOfferingDefenderForServersResponse
    The Defender for servers connection configuration
    mde_auto_provisioning DefenderForServersGcpOfferingMdeAutoProvisioningResponse
    The Microsoft Defender for Endpoint autoprovisioning configuration
    sub_plan DefenderForServersGcpOfferingSubPlanResponse
    configuration for the servers offering subPlan
    va_auto_provisioning DefenderForServersGcpOfferingVaAutoProvisioningResponse
    The Vulnerability Assessment autoprovisioning configuration
    vm_scanners DefenderForServersGcpOfferingVmScannersResponse
    The Microsoft Defender for Server VM scanning configuration
    description String
    The offering description.
    arcAutoProvisioning Property Map
    The ARC autoprovisioning configuration
    defenderForServers Property Map
    The Defender for servers connection configuration
    mdeAutoProvisioning Property Map
    The Microsoft Defender for Endpoint autoprovisioning configuration
    subPlan Property Map
    configuration for the servers offering subPlan
    vaAutoProvisioning Property Map
    The Vulnerability Assessment autoprovisioning configuration
    vmScanners Property Map
    The Microsoft Defender for Server VM scanning configuration

    DefenderForServersGcpOfferingSubPlanResponse

    Type string
    The available sub plans
    Type string
    The available sub plans
    type string
    The available sub plans
    type String
    The available sub plans
    type string
    The available sub plans
    type str
    The available sub plans
    type String
    The available sub plans

    DefenderForServersGcpOfferingVaAutoProvisioningConfigurationResponse

    Type string
    The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
    Type string
    The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
    type string
    The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
    type String
    The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
    type string
    The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
    type str
    The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'
    type String
    The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'

    DefenderForServersGcpOfferingVaAutoProvisioningResponse

    Configuration Pulumi.AzureNative.Security.Inputs.DefenderForServersGcpOfferingVaAutoProvisioningConfigurationResponse
    configuration for Vulnerability Assessment autoprovisioning
    Enabled bool
    Is Vulnerability Assessment auto provisioning enabled
    Configuration DefenderForServersGcpOfferingVaAutoProvisioningConfigurationResponse
    configuration for Vulnerability Assessment autoprovisioning
    Enabled bool
    Is Vulnerability Assessment auto provisioning enabled
    configuration object
    configuration for Vulnerability Assessment autoprovisioning
    enabled bool
    Is Vulnerability Assessment auto provisioning enabled
    configuration DefenderForServersGcpOfferingVaAutoProvisioningConfigurationResponse
    configuration for Vulnerability Assessment autoprovisioning
    enabled Boolean
    Is Vulnerability Assessment auto provisioning enabled
    configuration DefenderForServersGcpOfferingVaAutoProvisioningConfigurationResponse
    configuration for Vulnerability Assessment autoprovisioning
    enabled boolean
    Is Vulnerability Assessment auto provisioning enabled
    configuration DefenderForServersGcpOfferingVaAutoProvisioningConfigurationResponse
    configuration for Vulnerability Assessment autoprovisioning
    enabled bool
    Is Vulnerability Assessment auto provisioning enabled
    configuration Property Map
    configuration for Vulnerability Assessment autoprovisioning
    enabled Boolean
    Is Vulnerability Assessment auto provisioning enabled

    DefenderForServersGcpOfferingVmScannersResponse

    Configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    Enabled bool
    Is VM scanning enabled
    configuration object
    Configuration for VM scanning
    enabled bool
    Is VM scanning enabled
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled Boolean
    Is VM scanning enabled
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled boolean
    Is VM scanning enabled
    configuration VmScannersBaseConfigurationResponse
    Configuration for VM scanning
    enabled bool
    Is VM scanning enabled
    configuration Property Map
    Configuration for VM scanning
    enabled Boolean
    Is VM scanning enabled

    DockerHubEnvironmentDataResponse

    Authentication Pulumi.AzureNative.Security.Inputs.AccessTokenAuthenticationResponse
    The Docker Hub organization authentication details
    ScanInterval double
    Scan interval in hours (value should be between 1-hour to 24-hours)
    Authentication AccessTokenAuthenticationResponse
    The Docker Hub organization authentication details
    ScanInterval float64
    Scan interval in hours (value should be between 1-hour to 24-hours)
    authentication object
    The Docker Hub organization authentication details
    scan_interval number
    Scan interval in hours (value should be between 1-hour to 24-hours)
    authentication AccessTokenAuthenticationResponse
    The Docker Hub organization authentication details
    scanInterval Double
    Scan interval in hours (value should be between 1-hour to 24-hours)
    authentication AccessTokenAuthenticationResponse
    The Docker Hub organization authentication details
    scanInterval number
    Scan interval in hours (value should be between 1-hour to 24-hours)
    authentication AccessTokenAuthenticationResponse
    The Docker Hub organization authentication details
    scan_interval float
    Scan interval in hours (value should be between 1-hour to 24-hours)
    authentication Property Map
    The Docker Hub organization authentication details
    scanInterval Number
    Scan interval in hours (value should be between 1-hour to 24-hours)

    GcpOrganizationalDataMemberResponse

    ManagementProjectNumber string
    The GCP management project number from organizational onboarding
    ParentHierarchyId string
    If the multi cloud account is not of membership type organization, this will be the ID of the project's parent
    ManagementProjectNumber string
    The GCP management project number from organizational onboarding
    ParentHierarchyId string
    If the multi cloud account is not of membership type organization, this will be the ID of the project's parent
    management_project_number string
    The GCP management project number from organizational onboarding
    parent_hierarchy_id string
    If the multi cloud account is not of membership type organization, this will be the ID of the project's parent
    managementProjectNumber String
    The GCP management project number from organizational onboarding
    parentHierarchyId String
    If the multi cloud account is not of membership type organization, this will be the ID of the project's parent
    managementProjectNumber string
    The GCP management project number from organizational onboarding
    parentHierarchyId string
    If the multi cloud account is not of membership type organization, this will be the ID of the project's parent
    management_project_number str
    The GCP management project number from organizational onboarding
    parent_hierarchy_id str
    If the multi cloud account is not of membership type organization, this will be the ID of the project's parent
    managementProjectNumber String
    The GCP management project number from organizational onboarding
    parentHierarchyId String
    If the multi cloud account is not of membership type organization, this will be the ID of the project's parent

    GcpOrganizationalDataOrganizationResponse

    OrganizationName string
    GCP organization name
    ExcludedProjectNumbers List<string>
    If the multi cloud account is of membership type organization, list of accounts excluded from offering
    ServiceAccountEmailAddress string
    The service account email address which represents the organization level permissions container.
    WorkloadIdentityProviderId string
    The GCP workload identity provider id which represents the permissions required to auto provision security connectors
    OrganizationName string
    GCP organization name
    ExcludedProjectNumbers []string
    If the multi cloud account is of membership type organization, list of accounts excluded from offering
    ServiceAccountEmailAddress string
    The service account email address which represents the organization level permissions container.
    WorkloadIdentityProviderId string
    The GCP workload identity provider id which represents the permissions required to auto provision security connectors
    organization_name string
    GCP organization name
    excluded_project_numbers list(string)
    If the multi cloud account is of membership type organization, list of accounts excluded from offering
    service_account_email_address string
    The service account email address which represents the organization level permissions container.
    workload_identity_provider_id string
    The GCP workload identity provider id which represents the permissions required to auto provision security connectors
    organizationName String
    GCP organization name
    excludedProjectNumbers List<String>
    If the multi cloud account is of membership type organization, list of accounts excluded from offering
    serviceAccountEmailAddress String
    The service account email address which represents the organization level permissions container.
    workloadIdentityProviderId String
    The GCP workload identity provider id which represents the permissions required to auto provision security connectors
    organizationName string
    GCP organization name
    excludedProjectNumbers string[]
    If the multi cloud account is of membership type organization, list of accounts excluded from offering
    serviceAccountEmailAddress string
    The service account email address which represents the organization level permissions container.
    workloadIdentityProviderId string
    The GCP workload identity provider id which represents the permissions required to auto provision security connectors
    organization_name str
    GCP organization name
    excluded_project_numbers Sequence[str]
    If the multi cloud account is of membership type organization, list of accounts excluded from offering
    service_account_email_address str
    The service account email address which represents the organization level permissions container.
    workload_identity_provider_id str
    The GCP workload identity provider id which represents the permissions required to auto provision security connectors
    organizationName String
    GCP organization name
    excludedProjectNumbers List<String>
    If the multi cloud account is of membership type organization, list of accounts excluded from offering
    serviceAccountEmailAddress String
    The service account email address which represents the organization level permissions container.
    workloadIdentityProviderId String
    The GCP workload identity provider id which represents the permissions required to auto provision security connectors

    GcpProjectDetailsResponse

    ProjectName string
    GCP project name
    WorkloadIdentityPoolId string
    The GCP workload identity federation pool id
    ProjectId string
    The GCP Project id
    ProjectNumber string
    The unique GCP Project number
    ProjectName string
    GCP project name
    WorkloadIdentityPoolId string
    The GCP workload identity federation pool id
    ProjectId string
    The GCP Project id
    ProjectNumber string
    The unique GCP Project number
    project_name string
    GCP project name
    workload_identity_pool_id string
    The GCP workload identity federation pool id
    project_id string
    The GCP Project id
    project_number string
    The unique GCP Project number
    projectName String
    GCP project name
    workloadIdentityPoolId String
    The GCP workload identity federation pool id
    projectId String
    The GCP Project id
    projectNumber String
    The unique GCP Project number
    projectName string
    GCP project name
    workloadIdentityPoolId string
    The GCP workload identity federation pool id
    projectId string
    The GCP Project id
    projectNumber string
    The unique GCP Project number
    project_name str
    GCP project name
    workload_identity_pool_id str
    The GCP workload identity federation pool id
    project_id str
    The GCP Project id
    project_number str
    The unique GCP Project number
    projectName String
    GCP project name
    workloadIdentityPoolId String
    The GCP workload identity federation pool id
    projectId String
    The GCP Project id
    projectNumber String
    The unique GCP Project number

    GcpProjectEnvironmentDataResponse

    OrganizationalData GcpOrganizationalDataMemberResponse | GcpOrganizationalDataOrganizationResponse
    The Gcp project's organizational data
    ProjectDetails GcpProjectDetailsResponse
    The Gcp project's details
    ScanInterval float64
    Scan interval in hours (value should be between 1-hour to 24-hours)
    organizational_data object | object
    The Gcp project's organizational data
    project_details object
    The Gcp project's details
    scan_interval number
    Scan interval in hours (value should be between 1-hour to 24-hours)
    organizationalData GcpOrganizationalDataMemberResponse | GcpOrganizationalDataOrganizationResponse
    The Gcp project's organizational data
    projectDetails GcpProjectDetailsResponse
    The Gcp project's details
    scanInterval Double
    Scan interval in hours (value should be between 1-hour to 24-hours)
    organizationalData GcpOrganizationalDataMemberResponse | GcpOrganizationalDataOrganizationResponse
    The Gcp project's organizational data
    projectDetails GcpProjectDetailsResponse
    The Gcp project's details
    scanInterval number
    Scan interval in hours (value should be between 1-hour to 24-hours)
    organizational_data GcpOrganizationalDataMemberResponse | GcpOrganizationalDataOrganizationResponse
    The Gcp project's organizational data
    project_details GcpProjectDetailsResponse
    The Gcp project's details
    scan_interval float
    Scan interval in hours (value should be between 1-hour to 24-hours)
    organizationalData Property Map | Property Map
    The Gcp project's organizational data
    projectDetails Property Map
    The Gcp project's details
    scanInterval Number
    Scan interval in hours (value should be between 1-hour to 24-hours)

    GithubScopeEnvironmentDataResponse

    GitlabScopeEnvironmentDataResponse

    JFrogEnvironmentDataResponse

    ScanInterval int
    Scan interval in hours (value should be between 1-hour to 24-hours)
    ScanInterval int
    Scan interval in hours (value should be between 1-hour to 24-hours)
    scan_interval number
    Scan interval in hours (value should be between 1-hour to 24-hours)
    scanInterval Integer
    Scan interval in hours (value should be between 1-hour to 24-hours)
    scanInterval number
    Scan interval in hours (value should be between 1-hour to 24-hours)
    scan_interval int
    Scan interval in hours (value should be between 1-hour to 24-hours)
    scanInterval Number
    Scan interval in hours (value should be between 1-hour to 24-hours)

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    created_at string
    The timestamp of resource creation (UTC).
    created_by string
    The identity that created the resource.
    created_by_type string
    The type of identity that created the resource.
    last_modified_at string
    The timestamp of resource last modification (UTC)
    last_modified_by string
    The identity that last modified the resource.
    last_modified_by_type string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    VmScannersBaseConfigurationResponse

    ExclusionTags Dictionary<string, string>
    Tags that indicates that a resource should not be scanned
    ScanningMode string
    The scanning mode for the VM scan.
    ExclusionTags map[string]string
    Tags that indicates that a resource should not be scanned
    ScanningMode string
    The scanning mode for the VM scan.
    exclusion_tags map(string)
    Tags that indicates that a resource should not be scanned
    scanning_mode string
    The scanning mode for the VM scan.
    exclusionTags Map<String,String>
    Tags that indicates that a resource should not be scanned
    scanningMode String
    The scanning mode for the VM scan.
    exclusionTags {[key: string]: string}
    Tags that indicates that a resource should not be scanned
    scanningMode string
    The scanning mode for the VM scan.
    exclusion_tags Mapping[str, str]
    Tags that indicates that a resource should not be scanned
    scanning_mode str
    The scanning mode for the VM scan.
    exclusionTags Map<String>
    Tags that indicates that a resource should not be scanned
    scanningMode String
    The scanning mode for the VM scan.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Viewing docs for Azure Native v3.26.0
    published on Thursday, Aug 13, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial