Interface Workspace.DefinitionStages.WithAuthorizations
- All Known Subinterfaces:
Workspace.Definition,Workspace.DefinitionStages.WithCreate
- Enclosing interface:
Workspace.DefinitionStages
public static interface Workspace.DefinitionStages.WithAuthorizations
The stage of the Workspace definition allowing to specify authorizations.
-
Method Summary
Modifier and TypeMethodDescriptionwithAuthorizations(List<WorkspaceProviderAuthorization> authorizations) Specifies the authorizations property: The workspace provider authorizations..
-
Method Details
-
withAuthorizations
Workspace.DefinitionStages.WithCreate withAuthorizations(List<WorkspaceProviderAuthorization> authorizations) Specifies the authorizations property: The workspace provider authorizations..- Parameters:
authorizations- The workspace provider authorizations.- Returns:
- the next definition stage.
-