public sealed class FolderCreationConfig : IMessage<FolderCreationConfig>, IEquatable<FolderCreationConfig>, IDeepCloneable<FolderCreationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Security Compliance v1 API class FolderCreationConfig.
FolderCreationConfig contains the config to create a new folder.
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. Display name of the folder to be created
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. organizations/{org} or folders/{folder}
Property Value | |
---|---|
Type | Description |
string |