GcpProjectDetails 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 details about the project represented by the security connector.
public class GcpProjectDetails
public class GcpProjectDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.GcpProjectDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.GcpProjectDetails>
type GcpProjectDetails = class
type GcpProjectDetails = class
interface IJsonModel<GcpProjectDetails>
interface IPersistableModel<GcpProjectDetails>
Public Class GcpProjectDetails
Public Class GcpProjectDetails
Implements IJsonModel(Of GcpProjectDetails), IPersistableModel(Of GcpProjectDetails)
- Inheritance
-
GcpProjectDetails
- Implements
Constructors
GcpProjectDetails() |
Initializes a new instance of GcpProjectDetails. |
Properties
ProjectId |
The GCP Project id. |
ProjectName |
GCP project name. |
ProjectNumber |
The unique GCP Project number. |
WorkloadIdentityPoolId |
The GCP workload identity federation pool id. |
Explicit Interface Implementations
IJsonModel<GcpProjectDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GcpProjectDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GcpProjectDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GcpProjectDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GcpProjectDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET