Interface Bookmark


  • public interface Bookmark
    An immutable client-side representation of Bookmark.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • etag

        String etag()
        Gets the etag property: Etag of the azure resource.
        Returns:
        the etag value.
      • systemData

        com.azure.core.management.SystemData systemData()
        Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
        Returns:
        the systemData value.
      • created

        OffsetDateTime created()
        Gets the created property: The time the bookmark was created.
        Returns:
        the created value.
      • createdBy

        UserInfo createdBy()
        Gets the createdBy property: Describes a user that created the bookmark.
        Returns:
        the createdBy value.
      • displayName

        String displayName()
        Gets the displayName property: The display name of the bookmark.
        Returns:
        the displayName value.
      • labels

        List<String> labels()
        Gets the labels property: List of labels relevant to this bookmark.
        Returns:
        the labels value.
      • notes

        String notes()
        Gets the notes property: The notes of the bookmark.
        Returns:
        the notes value.
      • query

        String query()
        Gets the query property: The query of the bookmark.
        Returns:
        the query value.
      • queryResult

        String queryResult()
        Gets the queryResult property: The query result of the bookmark.
        Returns:
        the queryResult value.
      • updated

        OffsetDateTime updated()
        Gets the updated property: The last time the bookmark was updated.
        Returns:
        the updated value.
      • updatedBy

        UserInfo updatedBy()
        Gets the updatedBy property: Describes a user that updated the bookmark.
        Returns:
        the updatedBy value.
      • eventTime

        OffsetDateTime eventTime()
        Gets the eventTime property: The bookmark event time.
        Returns:
        the eventTime value.
      • queryStartTime

        OffsetDateTime queryStartTime()
        Gets the queryStartTime property: The start time for the query.
        Returns:
        the queryStartTime value.
      • queryEndTime

        OffsetDateTime queryEndTime()
        Gets the queryEndTime property: The end time for the query.
        Returns:
        the queryEndTime value.
      • incidentInfo

        IncidentInfo incidentInfo()
        Gets the incidentInfo property: Describes an incident that relates to bookmark.
        Returns:
        the incidentInfo value.
      • entityMappings

        List<BookmarkEntityMappings> entityMappings()
        Gets the entityMappings property: Describes the entity mappings of the bookmark.
        Returns:
        the entityMappings value.
      • tactics

        List<AttackTactic> tactics()
        Gets the tactics property: A list of relevant mitre attacks.
        Returns:
        the tactics value.
      • techniques

        List<String> techniques()
        Gets the techniques property: A list of relevant mitre techniques.
        Returns:
        the techniques value.
      • resourceGroupName

        String resourceGroupName()
        Gets the name of the resource group.
        Returns:
        the name of the resource group.
      • innerModel

        BookmarkInner innerModel()
        Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.BookmarkInner object.
        Returns:
        the inner object.
      • update

        Bookmark.Update update()
        Begins update for the Bookmark resource.
        Returns:
        the stage of resource update.
      • refresh

        Bookmark refresh()
        Refreshes the resource to sync with Azure.
        Returns:
        the refreshed resource.
      • refresh

        Bookmark refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.