Name | Type | Description | Notes |
---|---|---|---|
BaseUri | Pointer to string | [optional] | |
BlockAllMixedContent | Pointer to string | [optional] | |
ChildSrc | Pointer to string | [optional] | |
ConnectSrc | Pointer to string | [optional] | |
DefaultSrc | Pointer to string | [optional] | |
FontSrc | Pointer to string | [optional] | |
FormAction | Pointer to string | [optional] | |
FrameAncestors | Pointer to string | [optional] | |
FrameSrc | Pointer to string | [optional] | |
ImgSrc | Pointer to string | [optional] | |
ManifestSrc | Pointer to string | [optional] | |
MediaSrc | Pointer to string | [optional] | |
NavigateTo | Pointer to string | [optional] | |
ObjectSrc | Pointer to string | [optional] | |
PluginTypes | Pointer to string | [optional] | |
PrefetchSrc | Pointer to string | [optional] | |
Referrer | Pointer to string | [optional] | |
ReportTo | Pointer to string | [optional] | |
ReportUri | Pointer to string | [optional] | |
RequireSriFor | Pointer to string | [optional] | |
RequireTrustedTypesFor | Pointer to string | [optional] | |
Sandbox | Pointer to string | [optional] | |
ScriptSrc | Pointer to string | [optional] | |
ScriptSrcAttr | Pointer to string | [optional] | |
ScriptSrcElem | Pointer to string | [optional] | |
StyleSrc | Pointer to string | [optional] | |
StyleSrcAttr | Pointer to string | [optional] | |
StyleSrcElem | Pointer to string | [optional] | |
TrustedTypes | Pointer to string | [optional] | |
UpgradeInsecureRequests | Pointer to string | [optional] | |
WorkerSrc | Pointer to string | [optional] |
func NewIntegrationContentSecurityPolicyOneOf() *IntegrationContentSecurityPolicyOneOf
NewIntegrationContentSecurityPolicyOneOf instantiates a new IntegrationContentSecurityPolicyOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIntegrationContentSecurityPolicyOneOfWithDefaults() *IntegrationContentSecurityPolicyOneOf
NewIntegrationContentSecurityPolicyOneOfWithDefaults instantiates a new IntegrationContentSecurityPolicyOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *IntegrationContentSecurityPolicyOneOf) GetBaseUri() string
GetBaseUri returns the BaseUri field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetBaseUriOk() (*string, bool)
GetBaseUriOk returns a tuple with the BaseUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetBaseUri(v string)
SetBaseUri sets BaseUri field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasBaseUri() bool
HasBaseUri returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetBlockAllMixedContent() string
GetBlockAllMixedContent returns the BlockAllMixedContent field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetBlockAllMixedContentOk() (*string, bool)
GetBlockAllMixedContentOk returns a tuple with the BlockAllMixedContent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetBlockAllMixedContent(v string)
SetBlockAllMixedContent sets BlockAllMixedContent field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasBlockAllMixedContent() bool
HasBlockAllMixedContent returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetChildSrc() string
GetChildSrc returns the ChildSrc field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetChildSrcOk() (*string, bool)
GetChildSrcOk returns a tuple with the ChildSrc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetChildSrc(v string)
SetChildSrc sets ChildSrc field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasChildSrc() bool
HasChildSrc returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetConnectSrc() string
GetConnectSrc returns the ConnectSrc field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetConnectSrcOk() (*string, bool)
GetConnectSrcOk returns a tuple with the ConnectSrc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetConnectSrc(v string)
SetConnectSrc sets ConnectSrc field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasConnectSrc() bool
HasConnectSrc returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetDefaultSrc() string
GetDefaultSrc returns the DefaultSrc field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetDefaultSrcOk() (*string, bool)
GetDefaultSrcOk returns a tuple with the DefaultSrc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetDefaultSrc(v string)
SetDefaultSrc sets DefaultSrc field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasDefaultSrc() bool
HasDefaultSrc returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetFontSrc() string
GetFontSrc returns the FontSrc field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetFontSrcOk() (*string, bool)
GetFontSrcOk returns a tuple with the FontSrc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetFontSrc(v string)
SetFontSrc sets FontSrc field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasFontSrc() bool
HasFontSrc returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetFormAction() string
GetFormAction returns the FormAction field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetFormActionOk() (*string, bool)
GetFormActionOk returns a tuple with the FormAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetFormAction(v string)
SetFormAction sets FormAction field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasFormAction() bool
HasFormAction returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetFrameAncestors() string
GetFrameAncestors returns the FrameAncestors field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetFrameAncestorsOk() (*string, bool)
GetFrameAncestorsOk returns a tuple with the FrameAncestors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetFrameAncestors(v string)
SetFrameAncestors sets FrameAncestors field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasFrameAncestors() bool
HasFrameAncestors returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetFrameSrc() string
GetFrameSrc returns the FrameSrc field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetFrameSrcOk() (*string, bool)
GetFrameSrcOk returns a tuple with the FrameSrc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetFrameSrc(v string)
SetFrameSrc sets FrameSrc field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasFrameSrc() bool
HasFrameSrc returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetImgSrc() string
GetImgSrc returns the ImgSrc field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetImgSrcOk() (*string, bool)
GetImgSrcOk returns a tuple with the ImgSrc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetImgSrc(v string)
SetImgSrc sets ImgSrc field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasImgSrc() bool
HasImgSrc returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetManifestSrc() string
GetManifestSrc returns the ManifestSrc field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetManifestSrcOk() (*string, bool)
GetManifestSrcOk returns a tuple with the ManifestSrc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetManifestSrc(v string)
SetManifestSrc sets ManifestSrc field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasManifestSrc() bool
HasManifestSrc returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetMediaSrc() string
GetMediaSrc returns the MediaSrc field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetMediaSrcOk() (*string, bool)
GetMediaSrcOk returns a tuple with the MediaSrc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetMediaSrc(v string)
SetMediaSrc sets MediaSrc field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasMediaSrc() bool
HasMediaSrc returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetNavigateTo() string
GetNavigateTo returns the NavigateTo field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetNavigateToOk() (*string, bool)
GetNavigateToOk returns a tuple with the NavigateTo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetNavigateTo(v string)
SetNavigateTo sets NavigateTo field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasNavigateTo() bool
HasNavigateTo returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetObjectSrc() string
GetObjectSrc returns the ObjectSrc field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetObjectSrcOk() (*string, bool)
GetObjectSrcOk returns a tuple with the ObjectSrc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetObjectSrc(v string)
SetObjectSrc sets ObjectSrc field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasObjectSrc() bool
HasObjectSrc returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetPluginTypes() string
GetPluginTypes returns the PluginTypes field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetPluginTypesOk() (*string, bool)
GetPluginTypesOk returns a tuple with the PluginTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetPluginTypes(v string)
SetPluginTypes sets PluginTypes field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasPluginTypes() bool
HasPluginTypes returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetPrefetchSrc() string
GetPrefetchSrc returns the PrefetchSrc field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetPrefetchSrcOk() (*string, bool)
GetPrefetchSrcOk returns a tuple with the PrefetchSrc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetPrefetchSrc(v string)
SetPrefetchSrc sets PrefetchSrc field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasPrefetchSrc() bool
HasPrefetchSrc returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetReferrer() string
GetReferrer returns the Referrer field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetReferrerOk() (*string, bool)
GetReferrerOk returns a tuple with the Referrer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetReferrer(v string)
SetReferrer sets Referrer field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasReferrer() bool
HasReferrer returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetReportTo() string
GetReportTo returns the ReportTo field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetReportToOk() (*string, bool)
GetReportToOk returns a tuple with the ReportTo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetReportTo(v string)
SetReportTo sets ReportTo field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasReportTo() bool
HasReportTo returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetReportUri() string
GetReportUri returns the ReportUri field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetReportUriOk() (*string, bool)
GetReportUriOk returns a tuple with the ReportUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetReportUri(v string)
SetReportUri sets ReportUri field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasReportUri() bool
HasReportUri returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetRequireSriFor() string
GetRequireSriFor returns the RequireSriFor field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetRequireSriForOk() (*string, bool)
GetRequireSriForOk returns a tuple with the RequireSriFor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetRequireSriFor(v string)
SetRequireSriFor sets RequireSriFor field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasRequireSriFor() bool
HasRequireSriFor returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetRequireTrustedTypesFor() string
GetRequireTrustedTypesFor returns the RequireTrustedTypesFor field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetRequireTrustedTypesForOk() (*string, bool)
GetRequireTrustedTypesForOk returns a tuple with the RequireTrustedTypesFor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetRequireTrustedTypesFor(v string)
SetRequireTrustedTypesFor sets RequireTrustedTypesFor field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasRequireTrustedTypesFor() bool
HasRequireTrustedTypesFor returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetSandbox() string
GetSandbox returns the Sandbox field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetSandboxOk() (*string, bool)
GetSandboxOk returns a tuple with the Sandbox field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetSandbox(v string)
SetSandbox sets Sandbox field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasSandbox() bool
HasSandbox returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetScriptSrc() string
GetScriptSrc returns the ScriptSrc field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetScriptSrcOk() (*string, bool)
GetScriptSrcOk returns a tuple with the ScriptSrc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetScriptSrc(v string)
SetScriptSrc sets ScriptSrc field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasScriptSrc() bool
HasScriptSrc returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetScriptSrcAttr() string
GetScriptSrcAttr returns the ScriptSrcAttr field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetScriptSrcAttrOk() (*string, bool)
GetScriptSrcAttrOk returns a tuple with the ScriptSrcAttr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetScriptSrcAttr(v string)
SetScriptSrcAttr sets ScriptSrcAttr field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasScriptSrcAttr() bool
HasScriptSrcAttr returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetScriptSrcElem() string
GetScriptSrcElem returns the ScriptSrcElem field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetScriptSrcElemOk() (*string, bool)
GetScriptSrcElemOk returns a tuple with the ScriptSrcElem field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetScriptSrcElem(v string)
SetScriptSrcElem sets ScriptSrcElem field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasScriptSrcElem() bool
HasScriptSrcElem returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetStyleSrc() string
GetStyleSrc returns the StyleSrc field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetStyleSrcOk() (*string, bool)
GetStyleSrcOk returns a tuple with the StyleSrc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetStyleSrc(v string)
SetStyleSrc sets StyleSrc field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasStyleSrc() bool
HasStyleSrc returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetStyleSrcAttr() string
GetStyleSrcAttr returns the StyleSrcAttr field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetStyleSrcAttrOk() (*string, bool)
GetStyleSrcAttrOk returns a tuple with the StyleSrcAttr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetStyleSrcAttr(v string)
SetStyleSrcAttr sets StyleSrcAttr field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasStyleSrcAttr() bool
HasStyleSrcAttr returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetStyleSrcElem() string
GetStyleSrcElem returns the StyleSrcElem field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetStyleSrcElemOk() (*string, bool)
GetStyleSrcElemOk returns a tuple with the StyleSrcElem field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetStyleSrcElem(v string)
SetStyleSrcElem sets StyleSrcElem field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasStyleSrcElem() bool
HasStyleSrcElem returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetTrustedTypes() string
GetTrustedTypes returns the TrustedTypes field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetTrustedTypesOk() (*string, bool)
GetTrustedTypesOk returns a tuple with the TrustedTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetTrustedTypes(v string)
SetTrustedTypes sets TrustedTypes field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasTrustedTypes() bool
HasTrustedTypes returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetUpgradeInsecureRequests() string
GetUpgradeInsecureRequests returns the UpgradeInsecureRequests field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetUpgradeInsecureRequestsOk() (*string, bool)
GetUpgradeInsecureRequestsOk returns a tuple with the UpgradeInsecureRequests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetUpgradeInsecureRequests(v string)
SetUpgradeInsecureRequests sets UpgradeInsecureRequests field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasUpgradeInsecureRequests() bool
HasUpgradeInsecureRequests returns a boolean if a field has been set.
func (o *IntegrationContentSecurityPolicyOneOf) GetWorkerSrc() string
GetWorkerSrc returns the WorkerSrc field if non-nil, zero value otherwise.
func (o *IntegrationContentSecurityPolicyOneOf) GetWorkerSrcOk() (*string, bool)
GetWorkerSrcOk returns a tuple with the WorkerSrc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationContentSecurityPolicyOneOf) SetWorkerSrc(v string)
SetWorkerSrc sets WorkerSrc field to given value.
func (o *IntegrationContentSecurityPolicyOneOf) HasWorkerSrc() bool
HasWorkerSrc returns a boolean if a field has been set.