Interface PortalConfigContract.DefinitionStages.WithCsp
- All Known Subinterfaces:
PortalConfigContract.Definition,PortalConfigContract.DefinitionStages.WithCreate
- Enclosing interface:
PortalConfigContract.DefinitionStages
public static interface PortalConfigContract.DefinitionStages.WithCsp
The stage of the PortalConfigContract definition allowing to specify csp.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the csp property: The developer portal Content Security Policy (CSP) settings..
-
Method Details
-
withCsp
Specifies the csp property: The developer portal Content Security Policy (CSP) settings..- Parameters:
csp- The developer portal Content Security Policy (CSP) settings.- Returns:
- the next definition stage.
-