Condividi tramite


AwsOrganizationalDataMaster Class

Definition

The AWS organization data for the master account

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AwsOrganizationalDataMasterTypeConverter))]
public class AwsOrganizationalDataMaster : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAwsOrganizationalDataMaster, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AwsOrganizationalDataMasterTypeConverter))>]
type AwsOrganizationalDataMaster = class
    interface IAwsOrganizationalDataMaster
    interface IJsonSerializable
    interface IAwsOrganizationalData
    interface IValidates
Public Class AwsOrganizationalDataMaster
Implements IAwsOrganizationalDataMaster, IValidates
Inheritance
AwsOrganizationalDataMaster
Attributes
Implements

Constructors

AwsOrganizationalDataMaster()

Creates an new AwsOrganizationalDataMaster instance.

Properties

ExcludedAccountId

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

StacksetName

If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AwsOrganizationalDataMaster.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AwsOrganizationalDataMaster.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAwsOrganizationalDataMaster.

FromJsonString(String)

Creates a new instance of AwsOrganizationalDataMaster, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AwsOrganizationalDataMaster into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to