< Back

New-AlertHistoryStateObject

Sat Jan 18, 2020 12:09 pm

NAME New-AlertHistoryStateObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.alertHistoryState" (or one of its derived types).





SYNTAX

New-AlertHistoryStateObject [-appId <string>] [-assignedTo <string>] [-comments <string[]>] [-feedback <string>]

[-status <string>] [-updatedDateTime <DateTimeOffset>] [-user <string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.alertHistoryState" (or one of its derived types).





PARAMETERS

-appId <string>

The "appId" property, of type "Edm.String".



This property is on the "microsoft.graph.alertHistoryState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-assignedTo <string>

The "assignedTo" property, of type "Edm.String".



This property is on the "microsoft.graph.alertHistoryState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-comments <string[]>

The "comments" property, of type "Edm.String".



This property is on the "microsoft.graph.alertHistoryState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-feedback <string>

The "feedback" property, of type "microsoft.graph.alertFeedback".



This property is on the "microsoft.graph.alertHistoryState" type.



Valid values: 'unknown', 'truePositive', 'falsePositive', 'benignPositive', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-status <string>

The "status" property, of type "microsoft.graph.alertStatus".



This property is on the "microsoft.graph.alertHistoryState" type.



Valid values: 'unknown', 'newAlert', 'inProgress', 'resolved', 'dismissed', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-updatedDateTime <DateTimeOffset>

The "updatedDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.alertHistoryState" type.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-user <string>

The "user" property, of type "Edm.String".



This property is on the "microsoft.graph.alertHistoryState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS