Uses of Class
com.azure.resourcemanager.securityinsights.models.IncidentOwnerInfo
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of IncidentOwnerInfo in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionIncidentInner.owner()
Get the owner property: Describes a user that the incident is assigned to.IncidentPropertiesInner.owner()
Get the owner property: Describes a user that the incident is assigned to.Modifier and TypeMethodDescriptionIncidentInner.withOwner
(IncidentOwnerInfo owner) Set the owner property: Describes a user that the incident is assigned to.IncidentPropertiesInner.withOwner
(IncidentOwnerInfo owner) Set the owner property: Describes a user that the incident is assigned to. -
Uses of IncidentOwnerInfo in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionIncident.owner()
Gets the owner property: Describes a user that the incident is assigned to.IncidentProperties.owner()
Gets the owner property: Describes a user that the incident is assigned to.IncidentPropertiesAction.owner()
Get the owner property: Information on the user an incident is assigned to.IncidentOwnerInfo.withAssignedTo
(String assignedTo) Set the assignedTo property: The name of the user the incident is assigned to.Set the email property: The email of the user the incident is assigned to.IncidentOwnerInfo.withObjectId
(UUID objectId) Set the objectId property: The object id of the user the incident is assigned to.IncidentOwnerInfo.withOwnerType
(OwnerType ownerType) Set the ownerType property: The type of the owner the incident is assigned to.IncidentOwnerInfo.withUserPrincipalName
(String userPrincipalName) Set the userPrincipalName property: The user principal name of the user the incident is assigned to.Modifier and TypeMethodDescriptionIncident.DefinitionStages.WithOwner.withOwner
(IncidentOwnerInfo owner) Specifies the owner property: Describes a user that the incident is assigned to.Incident.UpdateStages.WithOwner.withOwner
(IncidentOwnerInfo owner) Specifies the owner property: Describes a user that the incident is assigned to.IncidentPropertiesAction.withOwner
(IncidentOwnerInfo owner) Set the owner property: Information on the user an incident is assigned to.