GcpDefenderForServersInfo 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 Defender for servers connection configuration.
public class GcpDefenderForServersInfo
public class GcpDefenderForServersInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.GcpDefenderForServersInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.GcpDefenderForServersInfo>
type GcpDefenderForServersInfo = class
type GcpDefenderForServersInfo = class
interface IJsonModel<GcpDefenderForServersInfo>
interface IPersistableModel<GcpDefenderForServersInfo>
Public Class GcpDefenderForServersInfo
Public Class GcpDefenderForServersInfo
Implements IJsonModel(Of GcpDefenderForServersInfo), IPersistableModel(Of GcpDefenderForServersInfo)
- Inheritance
-
GcpDefenderForServersInfo
- Implements
Constructors
GcpDefenderForServersInfo() |
Initializes a new instance of GcpDefenderForServersInfo. |
Properties
ServiceAccountEmailAddress |
The service account email address in GCP for this feature. |
WorkloadIdentityProviderId |
The workload identity provider id in GCP for this feature. |
Explicit Interface Implementations
IJsonModel<GcpDefenderForServersInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GcpDefenderForServersInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GcpDefenderForServersInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GcpDefenderForServersInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GcpDefenderForServersInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET