Cloud Security Compliance v1 API - Class FolderCreationConfig (1.0.0-beta04)

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.

The configuration that's required to create a folder to be used as the target resource for a deployment.

Inheritance

object > FolderCreationConfig

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

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