GcpMemberOrganizationalInfo Class

Definition

The gcpOrganization data for the member account.

public class GcpMemberOrganizationalInfo : Azure.ResourceManager.SecurityCenter.Models.GcpOrganizationalInfo
public class GcpMemberOrganizationalInfo : Azure.ResourceManager.SecurityCenter.Models.GcpOrganizationalInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.GcpMemberOrganizationalInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.GcpMemberOrganizationalInfo>
type GcpMemberOrganizationalInfo = class
    inherit GcpOrganizationalInfo
type GcpMemberOrganizationalInfo = class
    inherit GcpOrganizationalInfo
    interface IJsonModel<GcpMemberOrganizationalInfo>
    interface IPersistableModel<GcpMemberOrganizationalInfo>
Public Class GcpMemberOrganizationalInfo
Inherits GcpOrganizationalInfo
Public Class GcpMemberOrganizationalInfo
Inherits GcpOrganizationalInfo
Implements IJsonModel(Of GcpMemberOrganizationalInfo), IPersistableModel(Of GcpMemberOrganizationalInfo)
Inheritance
GcpMemberOrganizationalInfo
Implements

Constructors

GcpMemberOrganizationalInfo()

Initializes a new instance of GcpMemberOrganizationalInfo.

Properties

ManagementProjectNumber

The GCP management project number from organizational onboarding.

ParentHierarchyId

If the multi cloud account is not of membership type organization, this will be the ID of the project's parent.

Explicit Interface Implementations

IJsonModel<GcpMemberOrganizationalInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GcpMemberOrganizationalInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<GcpOrganizationalInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from GcpOrganizationalInfo)
IJsonModel<GcpOrganizationalInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from GcpOrganizationalInfo)
IPersistableModel<GcpMemberOrganizationalInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GcpMemberOrganizationalInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GcpMemberOrganizationalInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<GcpOrganizationalInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from GcpOrganizationalInfo)
IPersistableModel<GcpOrganizationalInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from GcpOrganizationalInfo)
IPersistableModel<GcpOrganizationalInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from GcpOrganizationalInfo)

Applies to