GcpOrganizationalDataOrganization 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 parent account
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.GcpOrganizationalDataOrganizationTypeConverter))]
public class GcpOrganizationalDataOrganization : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IGcpOrganizationalDataOrganization, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.GcpOrganizationalDataOrganizationTypeConverter))>]
type GcpOrganizationalDataOrganization = class
interface IGcpOrganizationalDataOrganization
interface IJsonSerializable
interface IGcpOrganizationalData
interface IValidates
Public Class GcpOrganizationalDataOrganization
Implements IGcpOrganizationalDataOrganization, IValidates
- Inheritance
-
GcpOrganizationalDataOrganization
- Attributes
- Implements
Constructors
GcpOrganizationalDataOrganization() |
Creates an new GcpOrganizationalDataOrganization instance. |
Properties
ExcludedProjectNumber |
If the multi cloud account is of membership type organization, list of accounts excluded from offering |
OrganizationMembershipType |
The multi cloud account's membership type in the organization |
OrganizationName |
GCP organization name |
ServiceAccountEmailAddress |
The service account email address which represents the organization level permissions container. |
WorkloadIdentityProviderId |
The GCP workload identity provider id which represents the permissions required to auto provision security connectors |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GcpOrganizationalDataOrganization. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GcpOrganizationalDataOrganization. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IGcpOrganizationalDataOrganization. |
FromJsonString(String) |
Creates a new instance of GcpOrganizationalDataOrganization, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GcpOrganizationalDataOrganization into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |