Uses of Class
com.azure.resourcemanager.apimanagement.models.PortalConfigCspProperties
Packages that use PortalConfigCspProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PortalConfigCspProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PortalConfigCspPropertiesModifier and TypeMethodDescriptionPortalConfigContractInner.csp()Get the csp property: The developer portal Content Security Policy (CSP) settings.PortalConfigProperties.csp()Get the csp property: The developer portal Content Security Policy (CSP) settings.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type PortalConfigCspPropertiesModifier and TypeMethodDescriptionPortalConfigContractInner.withCsp(PortalConfigCspProperties csp) Set the csp property: The developer portal Content Security Policy (CSP) settings.PortalConfigProperties.withCsp(PortalConfigCspProperties csp) Set the csp property: The developer portal Content Security Policy (CSP) settings. -
Uses of PortalConfigCspProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PortalConfigCspPropertiesModifier and TypeMethodDescriptionPortalConfigContract.csp()Gets the csp property: The developer portal Content Security Policy (CSP) settings.static PortalConfigCspPropertiesPortalConfigCspProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PortalConfigCspProperties from the JsonReader.PortalConfigCspProperties.withAllowedSources(List<String> allowedSources) Set the allowedSources property: Allowed sources, e.g. `*.trusted.com`, `trusted.com`, `https://`.PortalConfigCspProperties.withMode(PortalSettingsCspMode mode) Set the mode property: The mode of the developer portal Content Security Policy (CSP).PortalConfigCspProperties.withReportUri(List<String> reportUri) Set the reportUri property: The URLs used by the browser to report CSP violations.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type PortalConfigCspPropertiesModifier and TypeMethodDescriptionPortalConfigContract.DefinitionStages.WithCsp.withCsp(PortalConfigCspProperties csp) Specifies the csp property: The developer portal Content Security Policy (CSP) settings..PortalConfigContract.UpdateStages.WithCsp.withCsp(PortalConfigCspProperties csp) Specifies the csp property: The developer portal Content Security Policy (CSP) settings..