SecurityInsights class
- Extends
Конструкторы
Security |
Инициализирует новый экземпляр класса SecurityInsights. |
Свойства
Унаследованные свойства
pipeline | Конвейер, используемый этим клиентом для выполнения запросов |
Наследуемые методы
send |
Отправьте HTTP-запрос, который заполняется с помощью предоставленного OperationSpec. |
send |
Отправка предоставленного httpRequest. |
Сведения о конструкторе
SecurityInsights(TokenCredential, string, SecurityInsightsOptionalParams)
Инициализирует новый экземпляр класса SecurityInsights.
new SecurityInsights(credentials: TokenCredential, subscriptionId: string, options?: SecurityInsightsOptionalParams)
Параметры
- credentials
- TokenCredential
Учетные данные подписки, которые однозначно идентифицируют подписку клиента.
- subscriptionId
-
string
Идентификатор целевой подписки.
- options
- SecurityInsightsOptionalParams
Параметры параметра
Сведения о свойстве
$host
$host: string
Значение свойства
string
actions
alertRules
alertRuleTemplates
apiVersion
apiVersion: string
Значение свойства
string
automationRules
bookmarkOperations
bookmarkRelations
bookmarks
dataConnectors
dataConnectorsCheckRequirementsOperations
dataConnectorsCheckRequirementsOperations: DataConnectorsCheckRequirementsOperations
Значение свойства
domainWhois
entities
entitiesGetTimeline
entitiesRelations
entityQueries
entityQueryTemplates
entityRelations
fileImports
incidentComments
incidentRelations
incidents
iPGeodata
metadata
officeConsents
operations
productSettings
securityMLAnalyticsSettings
securityMLAnalyticsSettings: SecurityMLAnalyticsSettings
Значение свойства
sentinelOnboardingStates
sourceControlOperations
sourceControls
subscriptionId
subscriptionId: string
Значение свойства
string
threatIntelligenceIndicator
threatIntelligenceIndicator: ThreatIntelligenceIndicator
Значение свойства
threatIntelligenceIndicatorMetrics
threatIntelligenceIndicatorMetrics: ThreatIntelligenceIndicatorMetrics
Значение свойства
threatIntelligenceIndicators
threatIntelligenceIndicators: ThreatIntelligenceIndicators
Значение свойства
watchlistItems
watchlists
Сведения об унаследованном свойстве
pipeline
Конвейер, используемый этим клиентом для выполнения запросов
pipeline: Pipeline
Значение свойства
Наследуется от coreClient.ServiceClient.pipeline
Сведения о наследуемом методе
sendOperationRequest<T>(OperationArguments, OperationSpec)
Отправьте HTTP-запрос, который заполняется с помощью предоставленного OperationSpec.
function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>
Параметры
- operationArguments
- OperationArguments
Аргументы, из которым будут заполнены шаблонные значения HTTP-запроса.
- operationSpec
- OperationSpec
OperationSpec, используемый для заполнения httpRequest.
Возвращаемое значение
Promise<T>
Наследуется от coreClient.ServiceClient.sendOperationRequest
sendRequest(PipelineRequest)
Отправка предоставленного httpRequest.
function sendRequest(request: PipelineRequest): Promise<PipelineResponse>
Параметры
- request
- PipelineRequest
Возвращаемое значение
Promise<PipelineResponse>
Наследуется от coreClient.ServiceClient.sendRequest
Azure SDK for JavaScript