GcpAuthProperties Class

Definition

Google Cloud Platform auth section properties.

public class GcpAuthProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.GcpAuthProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.GcpAuthProperties>
type GcpAuthProperties = class
    interface IJsonModel<GcpAuthProperties>
    interface IPersistableModel<GcpAuthProperties>
Public Class GcpAuthProperties
Implements IJsonModel(Of GcpAuthProperties), IPersistableModel(Of GcpAuthProperties)
Inheritance
GcpAuthProperties
Implements

Constructors

GcpAuthProperties(String, String, String)

Initializes a new instance of GcpAuthProperties.

Properties

ProjectNumber

The GCP project number.

ServiceAccountEmail

The service account that is used to access the GCP project.

WorkloadIdentityProviderId

The workload identity provider id that is used to gain access to the GCP project.

Explicit Interface Implementations

IJsonModel<GcpAuthProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<GcpAuthProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GcpAuthProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GcpAuthProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<GcpAuthProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to