1. Packages
  2. Azure Native
  3. API Docs
  4. cloudhealth
  5. getEntity
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.6.1 published on Friday, Aug 1, 2025 by Pulumi

azure-native.cloudhealth.getEntity

Explore with Pulumi AI

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.
Azure Native v3.6.1 published on Friday, Aug 1, 2025 by Pulumi

    Get a Entity

    Uses Azure REST API version 2025-05-01-preview.

    Using getEntity

    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 getEntity(args: GetEntityArgs, opts?: InvokeOptions): Promise<GetEntityResult>
    function getEntityOutput(args: GetEntityOutputArgs, opts?: InvokeOptions): Output<GetEntityResult>
    def get_entity(entity_name: Optional[str] = None,
                   health_model_name: Optional[str] = None,
                   resource_group_name: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetEntityResult
    def get_entity_output(entity_name: Optional[pulumi.Input[str]] = None,
                   health_model_name: Optional[pulumi.Input[str]] = None,
                   resource_group_name: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetEntityResult]
    func LookupEntity(ctx *Context, args *LookupEntityArgs, opts ...InvokeOption) (*LookupEntityResult, error)
    func LookupEntityOutput(ctx *Context, args *LookupEntityOutputArgs, opts ...InvokeOption) LookupEntityResultOutput

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

    public static class GetEntity 
    {
        public static Task<GetEntityResult> InvokeAsync(GetEntityArgs args, InvokeOptions? opts = null)
        public static Output<GetEntityResult> Invoke(GetEntityInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEntityResult> getEntity(GetEntityArgs args, InvokeOptions options)
    public static Output<GetEntityResult> getEntity(GetEntityArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:cloudhealth:getEntity
      arguments:
        # arguments dictionary

    The following arguments are supported:

    EntityName string
    Name of the entity. Must be unique within a health model.
    HealthModelName string
    Name of health model resource
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    EntityName string
    Name of the entity. Must be unique within a health model.
    HealthModelName string
    Name of health model resource
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    entityName String
    Name of the entity. Must be unique within a health model.
    healthModelName String
    Name of health model resource
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    entityName string
    Name of the entity. Must be unique within a health model.
    healthModelName string
    Name of health model resource
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    entity_name str
    Name of the entity. Must be unique within a health model.
    health_model_name str
    Name of health model resource
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    entityName String
    Name of the entity. Must be unique within a health model.
    healthModelName String
    Name of health model resource
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getEntity Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    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
    Properties Pulumi.AzureNative.CloudHealth.Outputs.EntityPropertiesResponse
    The resource-specific properties for this resource.
    SystemData Pulumi.AzureNative.CloudHealth.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"
    AzureApiVersion string
    The Azure API version of the resource.
    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
    Properties EntityPropertiesResponse
    The resource-specific properties for this 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"
    azureApiVersion String
    The Azure API version of the resource.
    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
    properties EntityPropertiesResponse
    The resource-specific properties for this 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"
    azureApiVersion string
    The Azure API version of the resource.
    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
    properties EntityPropertiesResponse
    The resource-specific properties for this 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"
    azure_api_version str
    The Azure API version of the resource.
    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
    properties EntityPropertiesResponse
    The resource-specific properties for this 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"
    azureApiVersion String
    The Azure API version of the resource.
    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
    properties Property Map
    The resource-specific properties for this 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"

    Supporting Types

    AlertConfigurationResponse

    Severity string
    The severity of triggered alert.
    ActionGroupIds List<string>
    Optional list of action group resource IDs to be notified when the alert is triggered.
    Description string
    The alert rule description.
    Severity string
    The severity of triggered alert.
    ActionGroupIds []string
    Optional list of action group resource IDs to be notified when the alert is triggered.
    Description string
    The alert rule description.
    severity String
    The severity of triggered alert.
    actionGroupIds List<String>
    Optional list of action group resource IDs to be notified when the alert is triggered.
    description String
    The alert rule description.
    severity string
    The severity of triggered alert.
    actionGroupIds string[]
    Optional list of action group resource IDs to be notified when the alert is triggered.
    description string
    The alert rule description.
    severity str
    The severity of triggered alert.
    action_group_ids Sequence[str]
    Optional list of action group resource IDs to be notified when the alert is triggered.
    description str
    The alert rule description.
    severity String
    The severity of triggered alert.
    actionGroupIds List<String>
    Optional list of action group resource IDs to be notified when the alert is triggered.
    description String
    The alert rule description.

    AzureMonitorWorkspaceSignalGroupResponse

    AuthenticationSetting string
    Reference to the name of the authentication setting which is used for querying the data source
    AzureMonitorWorkspaceResourceId string
    Azure Monitor workspace resource ID
    SignalAssignments List<Pulumi.AzureNative.CloudHealth.Inputs.SignalAssignmentResponse>
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    AuthenticationSetting string
    Reference to the name of the authentication setting which is used for querying the data source
    AzureMonitorWorkspaceResourceId string
    Azure Monitor workspace resource ID
    SignalAssignments []SignalAssignmentResponse
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    authenticationSetting String
    Reference to the name of the authentication setting which is used for querying the data source
    azureMonitorWorkspaceResourceId String
    Azure Monitor workspace resource ID
    signalAssignments List<SignalAssignmentResponse>
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    authenticationSetting string
    Reference to the name of the authentication setting which is used for querying the data source
    azureMonitorWorkspaceResourceId string
    Azure Monitor workspace resource ID
    signalAssignments SignalAssignmentResponse[]
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    authentication_setting str
    Reference to the name of the authentication setting which is used for querying the data source
    azure_monitor_workspace_resource_id str
    Azure Monitor workspace resource ID
    signal_assignments Sequence[SignalAssignmentResponse]
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    authenticationSetting String
    Reference to the name of the authentication setting which is used for querying the data source
    azureMonitorWorkspaceResourceId String
    Azure Monitor workspace resource ID
    signalAssignments List<Property Map>
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.

    AzureResourceSignalGroupResponse

    AuthenticationSetting string
    Reference to the name of the authentication setting which is used for querying the data source
    AzureResourceId string
    Azure resource ID
    SignalAssignments List<Pulumi.AzureNative.CloudHealth.Inputs.SignalAssignmentResponse>
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    AuthenticationSetting string
    Reference to the name of the authentication setting which is used for querying the data source
    AzureResourceId string
    Azure resource ID
    SignalAssignments []SignalAssignmentResponse
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    authenticationSetting String
    Reference to the name of the authentication setting which is used for querying the data source
    azureResourceId String
    Azure resource ID
    signalAssignments List<SignalAssignmentResponse>
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    authenticationSetting string
    Reference to the name of the authentication setting which is used for querying the data source
    azureResourceId string
    Azure resource ID
    signalAssignments SignalAssignmentResponse[]
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    authentication_setting str
    Reference to the name of the authentication setting which is used for querying the data source
    azure_resource_id str
    Azure resource ID
    signal_assignments Sequence[SignalAssignmentResponse]
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    authenticationSetting String
    Reference to the name of the authentication setting which is used for querying the data source
    azureResourceId String
    Azure resource ID
    signalAssignments List<Property Map>
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.

    DependenciesSignalGroupResponse

    AggregationType string
    Aggregation type for child dependencies.
    DegradedThreshold string
    Degraded threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered degraded when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
    UnhealthyThreshold string
    Unhealthy threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered unhealthy when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
    AggregationType string
    Aggregation type for child dependencies.
    DegradedThreshold string
    Degraded threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered degraded when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
    UnhealthyThreshold string
    Unhealthy threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered unhealthy when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
    aggregationType String
    Aggregation type for child dependencies.
    degradedThreshold String
    Degraded threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered degraded when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
    unhealthyThreshold String
    Unhealthy threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered unhealthy when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
    aggregationType string
    Aggregation type for child dependencies.
    degradedThreshold string
    Degraded threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered degraded when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
    unhealthyThreshold string
    Unhealthy threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered unhealthy when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
    aggregation_type str
    Aggregation type for child dependencies.
    degraded_threshold str
    Degraded threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered degraded when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
    unhealthy_threshold str
    Unhealthy threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered unhealthy when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
    aggregationType String
    Aggregation type for child dependencies.
    degradedThreshold String
    Degraded threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered degraded when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
    unhealthyThreshold String
    Unhealthy threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered unhealthy when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.

    EntityAlertsResponse

    Degraded Pulumi.AzureNative.CloudHealth.Inputs.AlertConfigurationResponse
    Alert to be triggered on state change to degraded
    Unhealthy Pulumi.AzureNative.CloudHealth.Inputs.AlertConfigurationResponse
    Alert to be triggered on state change to unhealthy
    Degraded AlertConfigurationResponse
    Alert to be triggered on state change to degraded
    Unhealthy AlertConfigurationResponse
    Alert to be triggered on state change to unhealthy
    degraded AlertConfigurationResponse
    Alert to be triggered on state change to degraded
    unhealthy AlertConfigurationResponse
    Alert to be triggered on state change to unhealthy
    degraded AlertConfigurationResponse
    Alert to be triggered on state change to degraded
    unhealthy AlertConfigurationResponse
    Alert to be triggered on state change to unhealthy
    degraded AlertConfigurationResponse
    Alert to be triggered on state change to degraded
    unhealthy AlertConfigurationResponse
    Alert to be triggered on state change to unhealthy
    degraded Property Map
    Alert to be triggered on state change to degraded
    unhealthy Property Map
    Alert to be triggered on state change to unhealthy

    EntityCoordinatesResponse

    X double
    X Coordinate
    Y double
    Y Coordinate
    X float64
    X Coordinate
    Y float64
    Y Coordinate
    x Double
    X Coordinate
    y Double
    Y Coordinate
    x number
    X Coordinate
    y number
    Y Coordinate
    x float
    X Coordinate
    y float
    Y Coordinate
    x Number
    X Coordinate
    y Number
    Y Coordinate

    EntityPropertiesResponse

    DeletionDate string
    Date when the entity was (soft-)deleted
    DiscoveredBy string
    Discovered by which discovery rule. If set, the entity cannot be deleted manually.
    HealthState string
    Health state of this entity
    ProvisioningState string
    The status of the last operation.
    Alerts Pulumi.AzureNative.CloudHealth.Inputs.EntityAlertsResponse
    Alert configuration for this entity
    CanvasPosition Pulumi.AzureNative.CloudHealth.Inputs.EntityCoordinatesResponse
    Positioning of the entity on the model canvas
    DisplayName string
    Display name
    HealthObjective double
    Health objective as a percentage of time the entity should be healthy.
    Icon Pulumi.AzureNative.CloudHealth.Inputs.IconDefinitionResponse
    Visual icon definition. If not set, a default icon is used.
    Impact string
    Impact of the entity in health state propagation
    Kind string
    Entity kind
    Labels Dictionary<string, string>
    Optional set of labels (key-value pairs)
    Signals Pulumi.AzureNative.CloudHealth.Inputs.SignalGroupResponse
    Signal groups which are assigned to this entity
    DeletionDate string
    Date when the entity was (soft-)deleted
    DiscoveredBy string
    Discovered by which discovery rule. If set, the entity cannot be deleted manually.
    HealthState string
    Health state of this entity
    ProvisioningState string
    The status of the last operation.
    Alerts EntityAlertsResponse
    Alert configuration for this entity
    CanvasPosition EntityCoordinatesResponse
    Positioning of the entity on the model canvas
    DisplayName string
    Display name
    HealthObjective float64
    Health objective as a percentage of time the entity should be healthy.
    Icon IconDefinitionResponse
    Visual icon definition. If not set, a default icon is used.
    Impact string
    Impact of the entity in health state propagation
    Kind string
    Entity kind
    Labels map[string]string
    Optional set of labels (key-value pairs)
    Signals SignalGroupResponse
    Signal groups which are assigned to this entity
    deletionDate String
    Date when the entity was (soft-)deleted
    discoveredBy String
    Discovered by which discovery rule. If set, the entity cannot be deleted manually.
    healthState String
    Health state of this entity
    provisioningState String
    The status of the last operation.
    alerts EntityAlertsResponse
    Alert configuration for this entity
    canvasPosition EntityCoordinatesResponse
    Positioning of the entity on the model canvas
    displayName String
    Display name
    healthObjective Double
    Health objective as a percentage of time the entity should be healthy.
    icon IconDefinitionResponse
    Visual icon definition. If not set, a default icon is used.
    impact String
    Impact of the entity in health state propagation
    kind String
    Entity kind
    labels Map<String,String>
    Optional set of labels (key-value pairs)
    signals SignalGroupResponse
    Signal groups which are assigned to this entity
    deletionDate string
    Date when the entity was (soft-)deleted
    discoveredBy string
    Discovered by which discovery rule. If set, the entity cannot be deleted manually.
    healthState string
    Health state of this entity
    provisioningState string
    The status of the last operation.
    alerts EntityAlertsResponse
    Alert configuration for this entity
    canvasPosition EntityCoordinatesResponse
    Positioning of the entity on the model canvas
    displayName string
    Display name
    healthObjective number
    Health objective as a percentage of time the entity should be healthy.
    icon IconDefinitionResponse
    Visual icon definition. If not set, a default icon is used.
    impact string
    Impact of the entity in health state propagation
    kind string
    Entity kind
    labels {[key: string]: string}
    Optional set of labels (key-value pairs)
    signals SignalGroupResponse
    Signal groups which are assigned to this entity
    deletion_date str
    Date when the entity was (soft-)deleted
    discovered_by str
    Discovered by which discovery rule. If set, the entity cannot be deleted manually.
    health_state str
    Health state of this entity
    provisioning_state str
    The status of the last operation.
    alerts EntityAlertsResponse
    Alert configuration for this entity
    canvas_position EntityCoordinatesResponse
    Positioning of the entity on the model canvas
    display_name str
    Display name
    health_objective float
    Health objective as a percentage of time the entity should be healthy.
    icon IconDefinitionResponse
    Visual icon definition. If not set, a default icon is used.
    impact str
    Impact of the entity in health state propagation
    kind str
    Entity kind
    labels Mapping[str, str]
    Optional set of labels (key-value pairs)
    signals SignalGroupResponse
    Signal groups which are assigned to this entity
    deletionDate String
    Date when the entity was (soft-)deleted
    discoveredBy String
    Discovered by which discovery rule. If set, the entity cannot be deleted manually.
    healthState String
    Health state of this entity
    provisioningState String
    The status of the last operation.
    alerts Property Map
    Alert configuration for this entity
    canvasPosition Property Map
    Positioning of the entity on the model canvas
    displayName String
    Display name
    healthObjective Number
    Health objective as a percentage of time the entity should be healthy.
    icon Property Map
    Visual icon definition. If not set, a default icon is used.
    impact String
    Impact of the entity in health state propagation
    kind String
    Entity kind
    labels Map<String>
    Optional set of labels (key-value pairs)
    signals Property Map
    Signal groups which are assigned to this entity

    IconDefinitionResponse

    IconName string
    Name of the built-in icon, or 'Custom' to use customData
    CustomData string
    Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
    IconName string
    Name of the built-in icon, or 'Custom' to use customData
    CustomData string
    Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
    iconName String
    Name of the built-in icon, or 'Custom' to use customData
    customData String
    Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
    iconName string
    Name of the built-in icon, or 'Custom' to use customData
    customData string
    Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
    icon_name str
    Name of the built-in icon, or 'Custom' to use customData
    custom_data str
    Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
    iconName String
    Name of the built-in icon, or 'Custom' to use customData
    customData String
    Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.

    LogAnalyticsSignalGroupResponse

    AuthenticationSetting string
    Reference to the name of the authentication setting which is used for querying the data source
    LogAnalyticsWorkspaceResourceId string
    Log Analytics Workspace resource ID
    SignalAssignments List<Pulumi.AzureNative.CloudHealth.Inputs.SignalAssignmentResponse>
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    AuthenticationSetting string
    Reference to the name of the authentication setting which is used for querying the data source
    LogAnalyticsWorkspaceResourceId string
    Log Analytics Workspace resource ID
    SignalAssignments []SignalAssignmentResponse
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    authenticationSetting String
    Reference to the name of the authentication setting which is used for querying the data source
    logAnalyticsWorkspaceResourceId String
    Log Analytics Workspace resource ID
    signalAssignments List<SignalAssignmentResponse>
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    authenticationSetting string
    Reference to the name of the authentication setting which is used for querying the data source
    logAnalyticsWorkspaceResourceId string
    Log Analytics Workspace resource ID
    signalAssignments SignalAssignmentResponse[]
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    authentication_setting str
    Reference to the name of the authentication setting which is used for querying the data source
    log_analytics_workspace_resource_id str
    Log Analytics Workspace resource ID
    signal_assignments Sequence[SignalAssignmentResponse]
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
    authenticationSetting String
    Reference to the name of the authentication setting which is used for querying the data source
    logAnalyticsWorkspaceResourceId String
    Log Analytics Workspace resource ID
    signalAssignments List<Property Map>
    Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.

    SignalAssignmentResponse

    SignalDefinitions List<string>
    Signal definitions referenced by their names. All definitions are combined with an AND operator.
    SignalDefinitions []string
    Signal definitions referenced by their names. All definitions are combined with an AND operator.
    signalDefinitions List<String>
    Signal definitions referenced by their names. All definitions are combined with an AND operator.
    signalDefinitions string[]
    Signal definitions referenced by their names. All definitions are combined with an AND operator.
    signal_definitions Sequence[str]
    Signal definitions referenced by their names. All definitions are combined with an AND operator.
    signalDefinitions List<String>
    Signal definitions referenced by their names. All definitions are combined with an AND operator.

    SignalGroupResponse

    AzureLogAnalytics LogAnalyticsSignalGroupResponse
    Log Analytics Signal Group
    AzureMonitorWorkspace AzureMonitorWorkspaceSignalGroupResponse
    Azure Monitor Workspace Signal Group
    AzureResource AzureResourceSignalGroupResponse
    Azure Resource Signal Group
    Dependencies DependenciesSignalGroupResponse
    Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
    azureLogAnalytics LogAnalyticsSignalGroupResponse
    Log Analytics Signal Group
    azureMonitorWorkspace AzureMonitorWorkspaceSignalGroupResponse
    Azure Monitor Workspace Signal Group
    azureResource AzureResourceSignalGroupResponse
    Azure Resource Signal Group
    dependencies DependenciesSignalGroupResponse
    Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
    azureLogAnalytics LogAnalyticsSignalGroupResponse
    Log Analytics Signal Group
    azureMonitorWorkspace AzureMonitorWorkspaceSignalGroupResponse
    Azure Monitor Workspace Signal Group
    azureResource AzureResourceSignalGroupResponse
    Azure Resource Signal Group
    dependencies DependenciesSignalGroupResponse
    Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
    azure_log_analytics LogAnalyticsSignalGroupResponse
    Log Analytics Signal Group
    azure_monitor_workspace AzureMonitorWorkspaceSignalGroupResponse
    Azure Monitor Workspace Signal Group
    azure_resource AzureResourceSignalGroupResponse
    Azure Resource Signal Group
    dependencies DependenciesSignalGroupResponse
    Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
    azureLogAnalytics Property Map
    Log Analytics Signal Group
    azureMonitorWorkspace Property Map
    Azure Monitor Workspace Signal Group
    azureResource Property Map
    Azure Resource Signal Group
    dependencies Property Map
    Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.

    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.
    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.

    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.
    Azure Native v3.6.1 published on Friday, Aug 1, 2025 by Pulumi