azure.mgmt.security package

Module contents

class azure.mgmt.security.SecurityCenter(credentials, subscription_id, asc_location, base_url=None)[source]

Bases: msrest.service_client.SDKClient

API spec for Microsoft.Security (Azure Security Center) resource provider

Variables
Parameters
  • credentials (A msrestazure Credentials object) – Credentials needed for the client to connect to Azure.

  • subscription_id (str) – Azure subscription ID

  • asc_location (str) – The location where ASC stores the data of the subscription. can be retrieved from Get locations

  • base_url (str) – Service URL

class azure.mgmt.security.SecurityCenterConfiguration(credentials, subscription_id, asc_location, base_url=None)[source]

Bases: msrestazure.azure_configuration.AzureConfiguration

Configuration for SecurityCenter Note that all parameters used to create this instance are saved as instance attributes.

Parameters
  • credentials (A msrestazure Credentials object) – Credentials needed for the client to connect to Azure.

  • subscription_id (str) – Azure subscription ID

  • asc_location (str) – The location where ASC stores the data of the subscription. can be retrieved from Get locations

  • base_url (str) – Service URL