Uses of Class
com.azure.resourcemanager.securityinsights.models.BookmarkEntityMappings
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of BookmarkEntityMappings in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionBookmarkInner.entityMappings()
Get the entityMappings property: Describes the entity mappings of the bookmark.BookmarkProperties.entityMappings()
Get the entityMappings property: Describes the entity mappings of the bookmark.Modifier and TypeMethodDescriptionBookmarkInner.withEntityMappings
(List<BookmarkEntityMappings> entityMappings) Set the entityMappings property: Describes the entity mappings of the bookmark.BookmarkProperties.withEntityMappings
(List<BookmarkEntityMappings> entityMappings) Set the entityMappings property: Describes the entity mappings of the bookmark. -
Uses of BookmarkEntityMappings in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionBookmarkEntityMappings.withEntityType
(String entityType) Set the entityType property: The entity type.BookmarkEntityMappings.withFieldMappings
(List<EntityFieldMapping> fieldMappings) Set the fieldMappings property: Array of fields mapping for that entity type.Modifier and TypeMethodDescriptionBookmark.entityMappings()
Gets the entityMappings property: Describes the entity mappings of the bookmark.Modifier and TypeMethodDescriptionBookmark.DefinitionStages.WithEntityMappings.withEntityMappings
(List<BookmarkEntityMappings> entityMappings) Specifies the entityMappings property: Describes the entity mappings of the bookmark.Bookmark.UpdateStages.WithEntityMappings.withEntityMappings
(List<BookmarkEntityMappings> entityMappings) Specifies the entityMappings property: Describes the entity mappings of the bookmark.