azure.mgmt.security package

Module contents

class azure.mgmt.security.SecurityCenter(credential: ‘TokenCredential’, subscription_id: str, asc_location: str, base_url: Optional[str] = None, **kwargs: Any)[source]

Bases: object

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

Variables
Parameters
  • credential (TokenCredential) – Credential 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

Keyword Arguments

polling_interval (int) – Default waiting time between two polls for LRO operations if no Retry-After header is present.

close()None[source]