GoogleCloudContentwarehouseV1UserInfoArgs

data class GoogleCloudContentwarehouseV1UserInfoArgs(val groupIds: Output<List<String>>? = null, val id: Output<String>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1UserInfoArgs>

The user information.

Constructors

fun GoogleCloudContentwarehouseV1UserInfoArgs(groupIds: Output<List<String>>? = null, id: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val groupIds: Output<List<String>>? = null

The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";

Link copied to clipboard
val id: Output<String>? = null

A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";