Uses of Class
com.azure.resourcemanager.securityinsights.models.UserInfo
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of UserInfo in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionBookmarkInner.createdBy()
Get the createdBy property: Describes a user that created the bookmark.BookmarkProperties.createdBy()
Get the createdBy property: Describes a user that created the bookmark.HuntingBookmarkProperties.createdBy()
Get the createdBy property: Describes a user that created the bookmark.WatchlistInner.createdBy()
Get the createdBy property: Describes a user that created the watchlist.WatchlistItemInner.createdBy()
Get the createdBy property: Describes a user that created the watchlist item.WatchlistItemProperties.createdBy()
Get the createdBy property: Describes a user that created the watchlist item.WatchlistProperties.createdBy()
Get the createdBy property: Describes a user that created the watchlist.BookmarkInner.updatedBy()
Get the updatedBy property: Describes a user that updated the bookmark.BookmarkProperties.updatedBy()
Get the updatedBy property: Describes a user that updated the bookmark.HuntingBookmarkProperties.updatedBy()
Get the updatedBy property: Describes a user that updated the bookmark.WatchlistInner.updatedBy()
Get the updatedBy property: Describes a user that updated the watchlist.WatchlistItemInner.updatedBy()
Get the updatedBy property: Describes a user that updated the watchlist item.WatchlistItemProperties.updatedBy()
Get the updatedBy property: Describes a user that updated the watchlist item.WatchlistProperties.updatedBy()
Get the updatedBy property: Describes a user that updated the watchlist.Modifier and TypeMethodDescriptionBookmarkInner.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the bookmark.BookmarkProperties.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the bookmark.HuntingBookmarkProperties.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the bookmark.WatchlistInner.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the watchlist.WatchlistItemInner.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the watchlist item.WatchlistItemProperties.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the watchlist item.WatchlistProperties.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the watchlist.BookmarkInner.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the bookmark.BookmarkProperties.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the bookmark.HuntingBookmarkProperties.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the bookmark.WatchlistInner.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the watchlist.WatchlistItemInner.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the watchlist item.WatchlistItemProperties.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the watchlist item.WatchlistProperties.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the watchlist. -
Uses of UserInfo in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionBookmark.createdBy()
Gets the createdBy property: Describes a user that created the bookmark.BookmarkTimelineItem.createdBy()
Get the createdBy property: Describes a user that created the bookmark.HuntingBookmark.createdBy()
Get the createdBy property: Describes a user that created the bookmark.Watchlist.createdBy()
Gets the createdBy property: Describes a user that created the watchlist.WatchlistItem.createdBy()
Gets the createdBy property: Describes a user that created the watchlist item.Bookmark.updatedBy()
Gets the updatedBy property: Describes a user that updated the bookmark.HuntingBookmark.updatedBy()
Get the updatedBy property: Describes a user that updated the bookmark.Watchlist.updatedBy()
Gets the updatedBy property: Describes a user that updated the watchlist.WatchlistItem.updatedBy()
Gets the updatedBy property: Describes a user that updated the watchlist item.UserInfo.withObjectId
(UUID objectId) Set the objectId property: The object id of the user.Modifier and TypeMethodDescriptionBookmark.DefinitionStages.WithCreatedBy.withCreatedBy
(UserInfo createdBy) Specifies the createdBy property: Describes a user that created the bookmark.Bookmark.UpdateStages.WithCreatedBy.withCreatedBy
(UserInfo createdBy) Specifies the createdBy property: Describes a user that created the bookmark.BookmarkTimelineItem.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the bookmark.HuntingBookmark.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the bookmark.Watchlist.DefinitionStages.WithCreatedBy.withCreatedBy
(UserInfo createdBy) Specifies the createdBy property: Describes a user that created the watchlist.Watchlist.UpdateStages.WithCreatedBy.withCreatedBy
(UserInfo createdBy) Specifies the createdBy property: Describes a user that created the watchlist.WatchlistItem.DefinitionStages.WithCreatedBy.withCreatedBy
(UserInfo createdBy) Specifies the createdBy property: Describes a user that created the watchlist item.WatchlistItem.UpdateStages.WithCreatedBy.withCreatedBy
(UserInfo createdBy) Specifies the createdBy property: Describes a user that created the watchlist item.Bookmark.DefinitionStages.WithUpdatedBy.withUpdatedBy
(UserInfo updatedBy) Specifies the updatedBy property: Describes a user that updated the bookmark.Bookmark.UpdateStages.WithUpdatedBy.withUpdatedBy
(UserInfo updatedBy) Specifies the updatedBy property: Describes a user that updated the bookmark.HuntingBookmark.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the bookmark.Watchlist.DefinitionStages.WithUpdatedBy.withUpdatedBy
(UserInfo updatedBy) Specifies the updatedBy property: Describes a user that updated the watchlist.Watchlist.UpdateStages.WithUpdatedBy.withUpdatedBy
(UserInfo updatedBy) Specifies the updatedBy property: Describes a user that updated the watchlist.WatchlistItem.DefinitionStages.WithUpdatedBy.withUpdatedBy
(UserInfo updatedBy) Specifies the updatedBy property: Describes a user that updated the watchlist item.WatchlistItem.UpdateStages.WithUpdatedBy.withUpdatedBy
(UserInfo updatedBy) Specifies the updatedBy property: Describes a user that updated the watchlist item.