AccessPointRootDirectoryCreationInfoArgs

data class AccessPointRootDirectoryCreationInfoArgs(val ownerGid: Output<Int>, val ownerUid: Output<Int>, val permissions: Output<String>) : ConvertibleToJava<AccessPointRootDirectoryCreationInfoArgs>

Constructors

Link copied to clipboard
constructor(ownerGid: Output<Int>, ownerUid: Output<Int>, permissions: Output<String>)

Properties

Link copied to clipboard
val ownerGid: Output<Int>

POSIX group ID to apply to the root_directory.

Link copied to clipboard
val ownerUid: Output<Int>

POSIX user ID to apply to the root_directory.

Link copied to clipboard
val permissions: Output<String>

POSIX permissions to apply to the RootDirectory, in the format of an octal number representing the file's mode bits.

Functions

Link copied to clipboard
open override fun toJava(): AccessPointRootDirectoryCreationInfoArgs