Share via


SecurityConnectorData.EnvironmentData Property

Definition

The security connector environment data. Please note SecurityConnectorEnvironment is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AwsEnvironment, AzureDevOpsScopeEnvironment, GcpProjectEnvironment, GithubScopeEnvironment and GitlabScopeEnvironment.

public Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorEnvironment EnvironmentData { get; set; }
member this.EnvironmentData : Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorEnvironment with get, set
Public Property EnvironmentData As SecurityConnectorEnvironment

Property Value

Applies to