toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.securityinsights.kotlin.inputs
/
GetIncidentPlainArgs
Get
Incident
Plain
Args
data
class
GetIncidentPlainArgs
(
val
incidentId
:
String
,
val
resourceGroupName
:
String
,
val
workspaceName
:
String
)
:
ConvertibleToJava
<
GetIncidentPlainArgs
>
Members
Constructors
Get
Incident
Plain
Args
Link copied to clipboard
constructor
(
incidentId
:
String
,
resourceGroupName
:
String
,
workspaceName
:
String
)
Properties
incident
Id
Link copied to clipboard
val
incidentId
:
String
Incident ID
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The name of the resource group. The name is case insensitive.
workspace
Name
Link copied to clipboard
val
workspaceName
:
String
The name of the workspace.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetIncidentPlainArgs