次の方法で共有


Bookmark Class

Represents a bookmark in Azure Security Insights.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

Bookmark(*, etag: str | None = None, created: datetime | None = None, created_by: _models.UserInfo | None = None, display_name: str | None = None, labels: List[str] | None = None, notes: str | None = None, query: str | None = None, query_result: str | None = None, updated: datetime | None = None, updated_by: _models.UserInfo | None = None, event_time: datetime | None = None, query_start_time: datetime | None = None, query_end_time: datetime | None = None, incident_info: _models.IncidentInfo | None = None, **kwargs)

Keyword-Only Parameters

Name Description
etag
str

Etag of the azure resource.

Default value: None
created

The time the bookmark was created.

Default value: None
created_by

Describes a user that created the bookmark.

Default value: None
display_name
str

The display name of the bookmark.

Default value: None
labels

List of labels relevant to this bookmark.

Default value: None
notes
str

The notes of the bookmark.

Default value: None
query
str

The query of the bookmark.

Default value: None
query_result
str

The query result of the bookmark.

Default value: None
updated

The last time the bookmark was updated.

Default value: None
updated_by

Describes a user that updated the bookmark.

Default value: None
event_time

The bookmark event time.

Default value: None
query_start_time

The start time for the query.

Default value: None
query_end_time

The end time for the query.

Default value: None
incident_info

Describes an incident that relates to bookmark.

Default value: None

Variables

Name Description
id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

system_data

Azure Resource Manager metadata containing createdBy and modifiedBy information.

etag
str

Etag of the azure resource.

created

The time the bookmark was created.

created_by

Describes a user that created the bookmark.

display_name
str

The display name of the bookmark.

labels

List of labels relevant to this bookmark.

notes
str

The notes of the bookmark.

query
str

The query of the bookmark.

query_result
str

The query result of the bookmark.

updated

The last time the bookmark was updated.

updated_by

Describes a user that updated the bookmark.

event_time

The bookmark event time.

query_start_time

The start time for the query.

query_end_time

The end time for the query.

incident_info

Describes an incident that relates to bookmark.