oci
2.152.1
  • Installation
  • Configuration
  • Using FIPS-validated Libraries
  • Forward Compatibility
  • New Region Support
  • Backward Compatibility
  • Quickstart
  • Known Issues
  • Logging
  • Exception handling
  • Uploading Large Objects
  • Raw Requests
  • Composite Operations and Waiters
  • Pagination
  • API Reference
    • Access Governance Cp
    • Adm
    • Ai Anomaly Detection
    • Ai Document
    • Ai Language
    • Ai Speech
    • Ai Vision
    • Analytics
    • Announcements Service
    • Apigateway
    • Apm Config
    • Apm Control Plane
    • Apm Synthetics
    • Apm Traces
    • Appmgmt Control
    • Artifacts
    • Audit
    • Autoscaling
    • Bastion
    • Bds
    • Blockchain
    • Budget
    • Capacity Management
    • Certificates
    • Certificates Management
    • Cims
    • Cloud Bridge
    • Cloud Guard
    • Cloud Migrations
    • Cluster Placement Groups
    • Compute Cloud At Customer
    • Compute Instance Agent
    • Container Engine
    • Container Instances
    • Core Services
    • Dashboard Service
    • Data Catalog
    • Data Flow
    • Data Integration
    • Data Labeling Service
    • Data Labeling Service Dataplane
    • Data Safe
    • Data Science
    • Database
    • Database Management
    • Database Migration
    • Database Tools
    • Dblm
    • Delegate Access Control
    • Demand Signal
    • Desktops
    • Devops
    • Disaster Recovery
    • Distributed Database
    • DNS
    • Dts
    • Em Warehouse
    • Email
    • Email Data Plane
    • Events
    • File Storage
    • Fleet Apps Management
    • Fleet Software Update
    • Functions
    • Fusion Apps
    • Generative Ai
    • Generative Ai Agent
    • Generative Ai Agent Runtime
    • Generative Ai Inference
    • Generic Artifacts Content
    • Globally Distributed Database
    • Golden Gate
    • Governance Rules Control Plane
    • Healthchecks
    • Identity
    • Identity Data Plane
    • Identity Domains
    • Integration
    • Jms
    • Jms Java Downloads
    • Key Management
    • License Manager
    • Limits
    • Load Balancer
    • Lockbox
    • Log Analytics
    • Logging
    • Loggingingestion
    • Loggingsearch
    • Lustre File Storage
    • Management Agent
    • Management Dashboard
    • Marketplace
    • Marketplace Private Offer
    • Marketplace Publisher
    • Media Services
    • Mngdmac
    • Model Deployment
    • Monitoring
    • Mysql
    • Network Firewall
    • Network Load Balancer
    • Nosql
    • Object Storage
    • Oce
    • Oci Control Center
    • Ocvp
    • Oda
    • Onesubscription
    • Ons
    • Opa
    • Opensearch
    • Operator Access Control
    • Opsi
    • Optimizer
    • Os Management
    • Os Management Hub
    • Osp Gateway
    • Osub Billing Schedule
    • Osub Organization Subscription
    • Osub Subscription
    • Osub Usage
    • Psql
    • Queue
    • Recovery
    • Redis
    • Resource Manager
    • Resource Scheduler
    • Resource Search
    • Rover
    • Sch
    • Secrets
    • Security Attribute
    • Service Catalog
    • Service Manager Proxy
    • Service Mesh
    • Stack Monitoring
    • Streaming
    • Tenant Manager Control Plane
    • Threat Intelligence
    • Usage
    • Usage Api
    • Vault
    • Vbs Inst
    • Visual Builder
    • Vn Monitoring
    • Vulnerability Scanning
    • Waa
    • Waas
      • RedirectClient
      • WaasClient
      • RedirectClientCompositeOperations
      • WaasClientCompositeOperations
      • Models
        • AccessRule
        • AccessRuleCriteria
        • AddHttpResponseHeaderAction
        • AddressList
        • AddressListSummary
        • AddressRateLimiting
        • BlockChallengeSettings
        • CachingRule
        • CachingRuleCriteria
        • CachingRuleSummary
        • Captcha
        • Certificate
        • CertificateExtensions
        • CertificateIssuerName
        • CertificatePublicKeyInfo
        • CertificateSubjectName
        • CertificateSummary
        • ChangeAddressListCompartmentDetails
        • ChangeCertificateCompartmentDetails
        • ChangeCustomProtectionRuleCompartmentDetails
        • ChangeHttpRedirectCompartmentDetails
        • ChangeWaasPolicyCompartmentDetails
        • CreateAddressListDetails
        • CreateCertificateDetails
        • CreateCustomProtectionRuleDetails
        • CreateHttpRedirectDetails
        • CreateWaasPolicyDetails
        • CustomProtectionRule
        • CustomProtectionRuleSetting
        • CustomProtectionRuleSummary
        • DeviceFingerprintChallenge
        • EdgeSubnet
        • ExtendHttpResponseHeaderAction
        • GoodBot
        • Header
        • HeaderManipulationAction
        • HealthCheck
        • HttpRedirect
        • HttpRedirectSummary
        • HttpRedirectTarget
        • HumanInteractionChallenge
        • IPHashLoadBalancingMethod
        • JsChallenge
        • LoadBalancingMethod
        • Origin
        • OriginGroup
        • OriginGroupOrigins
        • PolicyConfig
        • ProtectionRule
        • ProtectionRuleAction
        • ProtectionRuleExclusion
        • ProtectionSettings
        • PurgeCache
        • Recommendation
        • RemoveHttpResponseHeaderAction
        • RoundRobinLoadBalancingMethod
        • StickyCookieLoadBalancingMethod
        • ThreatFeed
        • ThreatFeedAction
        • UpdateAddressListDetails
        • UpdateCertificateDetails
        • UpdateCustomProtectionRuleDetails
        • UpdateHttpRedirectDetails
        • UpdateWaasPolicyDetails
        • WaasPolicy
        • WaasPolicyCustomProtectionRuleSummary
        • WaasPolicySummary
        • WafBlockedRequest
        • WafConfig
        • WafConfigDetails
        • WafLog
        • WafMeterDatum
        • WafRequest
        • WafTrafficDatum
        • Whitelist
        • WorkRequest
        • WorkRequestError
        • WorkRequestLogEntry
        • WorkRequestResource
        • WorkRequestSummary
    • Waf
    • Work Requests
    • Zpr
    • Config
    • Circuit Breakers
    • Exceptions
    • Pagination
    • Request and Response
    • Retry
    • Signing
    • Upload Manager
    • Utilities
    • Waiters
  • Customizing Service Clients
  • SDK Behaviors
  • Contributions
  • Notifications
  • License
  • Questions or Feedback
oci
  • Docs »
  • API Reference »
  • Waas »
  • Header
  • View page source

Header¶

class oci.waas.models.Header(**kwargs)¶

Bases: object

An HTTP header with name and value.

Methods

__init__(**kwargs) Initializes a new Header object with values from keyword arguments.

Attributes

name [Required] Gets the name of this Header.
value [Required] Gets the value of this Header.
__init__(**kwargs)¶

Initializes a new Header object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this Header.
  • value (str) – The value to assign to the value property of this Header.
name¶

[Required] Gets the name of this Header. The name of the header.

Returns:The name of this Header.
Return type:str
value¶

[Required] Gets the value of this Header. The value of the header.

Returns:The value of this Header.
Return type:str
Next Previous

© Copyright 2016, 2025, Oracle

Built with Sphinx using a theme provided by Read the Docs.