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

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.

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. 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