public sealed class FolderCreationConfig : IMessage<FolderCreationConfig>, IEquatable<FolderCreationConfig>, IDeepCloneable<FolderCreationConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class FolderCreationConfig.
The configuration that's required to create a folder to be used as the target resource for a deployment.
Implements
IMessageFolderCreationConfig, IEquatableFolderCreationConfig, IDeepCloneableFolderCreationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
FolderCreationConfig()
public FolderCreationConfig()FolderCreationConfig(FolderCreationConfig)
public FolderCreationConfig(FolderCreationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
FolderCreationConfig |
Properties
FolderDisplayName
public string FolderDisplayName { get; set; }Required. The display name of the folder.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent of the folder, in the format
organizations/{organizationID} or folders/{folderID}.
| Property Value | |
|---|---|
| Type | Description |
string |
|