AccessPointCreationInfoArgs

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

Constructors

Link copied to clipboard
fun AccessPointCreationInfoArgs(ownerGid: Output<String>, ownerUid: Output<String>, permissions: Output<String>)

Functions

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

Properties

Link copied to clipboard
val ownerGid: Output<String>

Specifies the POSIX group ID to apply to the RootDirectory. Accepts values from 0 to 2^32 (4294967295).

Link copied to clipboard
val ownerUid: Output<String>

Specifies the POSIX user ID to apply to the RootDirectory. Accepts values from 0 to 2^32 (4294967295).

Link copied to clipboard
val permissions: Output<String>

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