ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgs

data class ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgs(val roles: Output<List<String>>? = null) : ConvertibleToJava<ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgs>

The role definition assigned to the environment creator on backing resources.

Constructors

constructor(roles: Output<List<String>>? = null)

Properties

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

A map of roles to assign to the environment creator.

Functions

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