Class ResourceDirectoryState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.ResourceManager
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ResourceDirectoryState : ResourceArgs
Constructors
View SourceResourceDirectoryState()
Declaration
public ResourceDirectoryState()
Properties
View SourceMasterAccountId
The ID of the master account.
Declaration
public Input<string> MasterAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MasterAccountName
The name of the master account.
Declaration
public Input<string> MasterAccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RootFolderId
The ID of the root folder.
Declaration
public Input<string> RootFolderId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |