SettingsCloudGateCorsSettings

class oci.identity_domains.models.SettingsCloudGateCorsSettings(**kwargs)

Bases: object

A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.

Added In: 2011192329

SCIM++ Properties: - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none

Methods

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

Attributes

cloud_gate_cors_allow_null_origin Gets the cloud_gate_cors_allow_null_origin of this SettingsCloudGateCorsSettings.
cloud_gate_cors_allowed_origins Gets the cloud_gate_cors_allowed_origins of this SettingsCloudGateCorsSettings.
cloud_gate_cors_enabled Gets the cloud_gate_cors_enabled of this SettingsCloudGateCorsSettings.
cloud_gate_cors_exposed_headers Gets the cloud_gate_cors_exposed_headers of this SettingsCloudGateCorsSettings.
cloud_gate_cors_max_age Gets the cloud_gate_cors_max_age of this SettingsCloudGateCorsSettings.
__init__(**kwargs)

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

Parameters:
  • cloud_gate_cors_allow_null_origin (bool) – The value to assign to the cloud_gate_cors_allow_null_origin property of this SettingsCloudGateCorsSettings.
  • cloud_gate_cors_enabled (bool) – The value to assign to the cloud_gate_cors_enabled property of this SettingsCloudGateCorsSettings.
  • cloud_gate_cors_allowed_origins (list[str]) – The value to assign to the cloud_gate_cors_allowed_origins property of this SettingsCloudGateCorsSettings.
  • cloud_gate_cors_max_age (int) – The value to assign to the cloud_gate_cors_max_age property of this SettingsCloudGateCorsSettings.
  • cloud_gate_cors_exposed_headers (list[str]) – The value to assign to the cloud_gate_cors_exposed_headers property of this SettingsCloudGateCorsSettings.
cloud_gate_cors_allow_null_origin

Gets the cloud_gate_cors_allow_null_origin of this SettingsCloudGateCorsSettings. Allow Null Origin (CORS) for this tenant.

Added In: 2011192329

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The cloud_gate_cors_allow_null_origin of this SettingsCloudGateCorsSettings.
Return type:bool
cloud_gate_cors_allowed_origins

Gets the cloud_gate_cors_allowed_origins of this SettingsCloudGateCorsSettings. Cloud Gate Allowed Cross-Origin Resource Sharing (CORS) Origins for this tenant.

Added In: 2011192329

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The cloud_gate_cors_allowed_origins of this SettingsCloudGateCorsSettings.
Return type:list[str]
cloud_gate_cors_enabled

Gets the cloud_gate_cors_enabled of this SettingsCloudGateCorsSettings. Enable Cloud Gate Cross-Origin Resource Sharing (CORS) for this tenant.

Added In: 2011192329

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The cloud_gate_cors_enabled of this SettingsCloudGateCorsSettings.
Return type:bool
cloud_gate_cors_exposed_headers

Gets the cloud_gate_cors_exposed_headers of this SettingsCloudGateCorsSettings. List of Response Headers Cloud Gate is allowed to expose in the CORS Response Header: Access-Control-Expose-Headers.

Added In: 2205182039

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The cloud_gate_cors_exposed_headers of this SettingsCloudGateCorsSettings.
Return type:list[str]
cloud_gate_cors_max_age

Gets the cloud_gate_cors_max_age of this SettingsCloudGateCorsSettings. Maximum number of seconds a CORS Pre-flight Response may be cached by client.

Added In: 2205182039

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The cloud_gate_cors_max_age of this SettingsCloudGateCorsSettings.
Return type:int