Interface Lab.DefinitionStages.WithEnvironmentPermission

All Known Subinterfaces:
Lab.Definition, Lab.DefinitionStages.WithCreate
Enclosing interface:
Lab.DefinitionStages

public static interface Lab.DefinitionStages.WithEnvironmentPermission
The stage of the Lab definition allowing to specify environmentPermission.
  • Method Details

    • withEnvironmentPermission

      Lab.DefinitionStages.WithCreate withEnvironmentPermission(EnvironmentPermission environmentPermission)
      Specifies the environmentPermission property: The access rights to be granted to the user when provisioning an environment.
      Parameters:
      environmentPermission - The access rights to be granted to the user when provisioning an environment.
      Returns:
      the next definition stage.