forked from MicrosoftDocs/azure-docs-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure.mgmt.security.v2020_01_01.SecurityCenter.yml
107 lines (104 loc) · 4.19 KB
/
azure.mgmt.security.v2020_01_01.SecurityCenter.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
### YamlMime:PythonClass
uid: azure.mgmt.security.v2020_01_01.SecurityCenter
name: SecurityCenter
fullName: azure.mgmt.security.v2020_01_01.SecurityCenter
module: azure.mgmt.security.v2020_01_01
inheritances:
- builtins.object
summary: API spec for Microsoft.Security (Azure Security Center) resource provider.
constructor:
syntax: 'SecurityCenter(credential: TokenCredential, subscription_id: str, base_url:
str = ''`https://management.azure.com`'', **kwargs: Any)'
parameters:
- name: credential
description: Credential needed for the client to connect to Azure. Required.
isRequired: true
types:
- <xref:azure.core.credentials.TokenCredential>
- name: subscription_id
description: Azure subscription ID. Required.
isRequired: true
types:
- <xref:str>
- name: base_url
description: Service URL. Default value is "`https://management.azure.com`".
defaultValue: `https://management.azure.com`
types:
- <xref:str>
keywordOnlyParameters:
- name: api_version
description: 'Api Version. Default value is "2020-01-01". Note that overriding
this
default value may result in unsupported behavior.'
types:
- <xref:str>
- name: polling_interval
description: 'Default waiting time between two polls for LRO operations if no
Retry-After header is present.'
types:
- <xref:int>
variables:
- description: AdaptiveNetworkHardeningsOperations operations
name: adaptive_network_hardenings
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.AdaptiveNetworkHardeningsOperations>
- description: AllowedConnectionsOperations operations
name: allowed_connections
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.AllowedConnectionsOperations>
- description: AdaptiveApplicationControlsOperations operations
name: adaptive_application_controls
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.AdaptiveApplicationControlsOperations>
- description: AssessmentsMetadataOperations operations
name: assessments_metadata
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.AssessmentsMetadataOperations>
- description: AssessmentsOperations operations
name: assessments
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.AssessmentsOperations>
- description: DiscoveredSecuritySolutionsOperations operations
name: discovered_security_solutions
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.DiscoveredSecuritySolutionsOperations>
- description: ExternalSecuritySolutionsOperations operations
name: external_security_solutions
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.ExternalSecuritySolutionsOperations>
- description: JitNetworkAccessPoliciesOperations operations
name: jit_network_access_policies
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.JitNetworkAccessPoliciesOperations>
- description: SecureScoresOperations operations
name: secure_scores
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.SecureScoresOperations>
- description: SecureScoreControlsOperations operations
name: secure_score_controls
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.SecureScoreControlsOperations>
- description: SecureScoreControlDefinitionsOperations operations
name: secure_score_control_definitions
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.SecureScoreControlDefinitionsOperations>
- description: SecuritySolutionsOperations operations
name: security_solutions
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.SecuritySolutionsOperations>
- description: SecuritySolutionsReferenceDataOperations operations
name: security_solutions_reference_data
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.SecuritySolutionsReferenceDataOperations>
- description: ServerVulnerabilityAssessmentOperations operations
name: server_vulnerability_assessment
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.ServerVulnerabilityAssessmentOperations>
- description: TopologyOperations operations
name: topology
types:
- <xref:azure.mgmt.security.v2020_01_01.operations.TopologyOperations>
methods:
- uid: azure.mgmt.security.v2020_01_01.SecurityCenter.close
name: close
signature: close() -> None