GcpOrganizationalDataMember 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 gcpOrganization data for the member account
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.GcpOrganizationalDataMemberTypeConverter))]
public class GcpOrganizationalDataMember : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IGcpOrganizationalDataMember, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.GcpOrganizationalDataMemberTypeConverter))>]
type GcpOrganizationalDataMember = class
interface IGcpOrganizationalDataMember
interface IJsonSerializable
interface IGcpOrganizationalData
interface IValidates
Public Class GcpOrganizationalDataMember
Implements IGcpOrganizationalDataMember, IValidates
- Inheritance
-
GcpOrganizationalDataMember
- Attributes
- Implements
Constructors
GcpOrganizationalDataMember() |
Creates an new GcpOrganizationalDataMember instance. |
Properties
ManagementProjectNumber |
The GCP management project number from organizational onboarding |
OrganizationMembershipType |
The multi cloud account's membership type in the organization |
ParentHierarchyId |
If the multi cloud account is not of membership type organization, this will be the ID of the project's parent |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GcpOrganizationalDataMember. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GcpOrganizationalDataMember. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IGcpOrganizationalDataMember. |
FromJsonString(String) |
Creates a new instance of GcpOrganizationalDataMember, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GcpOrganizationalDataMember into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |