GcpProjectEnvironment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The GCP project connector environment data.
public class GcpProjectEnvironment : Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorEnvironment
public class GcpProjectEnvironment : Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorEnvironment, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.GcpProjectEnvironment>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.GcpProjectEnvironment>
type GcpProjectEnvironment = class
inherit SecurityConnectorEnvironment
type GcpProjectEnvironment = class
inherit SecurityConnectorEnvironment
interface IJsonModel<GcpProjectEnvironment>
interface IPersistableModel<GcpProjectEnvironment>
Public Class GcpProjectEnvironment
Inherits SecurityConnectorEnvironment
Public Class GcpProjectEnvironment
Inherits SecurityConnectorEnvironment
Implements IJsonModel(Of GcpProjectEnvironment), IPersistableModel(Of GcpProjectEnvironment)
- Inheritance
- Implements
Constructors
GcpProjectEnvironment() |
Initializes a new instance of GcpProjectEnvironment. |
Properties
OrganizationalData |
The Gcp project's organizational data Please note GcpOrganizationalInfo 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 GcpMemberOrganizationalInfo and GcpParentOrganizationalInfo. |
ProjectDetails |
The Gcp project's details. |
ScanInterval |
Scan interval in hours (value should be between 1-hour to 24-hours). |
Explicit Interface Implementations
Applies to
Azure SDK for .NET