This documentation is for an older version of GoodData.
Go to the latest version of this article.
CatalogOrganizationService.
get_csp_directive
get_csp_directive(
directive_id: str
) ->
CatalogCspDirective
Get an individual csp directive.
Parameters
name | type | description |
---|---|---|
directive_id | str | Csp directive identification string e.g. "demo" |
Returns
type | description |
---|---|
CatalogCspDirective | Catalog csp directive object containing structure of the csp directive. |