GcpOrganizationalData Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.GcpOrganizationalData

Implements

public class GcpOrganizationalData
implements JsonSerializable<GcpOrganizationalData>

The gcpOrganization data.

Constructor Summary

Constructor Description
GcpOrganizationalData()

Creates an instance of GcpOrganizationalData class.

Method Summary

Modifier and Type Method and Description
static GcpOrganizationalData fromJson(JsonReader jsonReader)

Reads an instance of GcpOrganizationalData from the JsonReader.

OrganizationMembershipType organizationMembershipType()

Get the organizationMembershipType property: The multi cloud account's membership type in the organization.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

GcpOrganizationalData

public GcpOrganizationalData()

Creates an instance of GcpOrganizationalData class.

Method Details

fromJson

public static GcpOrganizationalData fromJson(JsonReader jsonReader)

Reads an instance of GcpOrganizationalData from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GcpOrganizationalData if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the GcpOrganizationalData.

organizationMembershipType

public OrganizationMembershipType organizationMembershipType()

Get the organizationMembershipType property: The multi cloud account's membership type in the organization.

Returns:

the organizationMembershipType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to