Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SettingsCloudGateCorsSettings

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

Properties

Optional cloudGateCorsAllowNullOrigin

cloudGateCorsAllowNullOrigin: undefined | false | true

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

Optional cloudGateCorsAllowedOrigins

cloudGateCorsAllowedOrigins: Array<string>

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

Optional cloudGateCorsEnabled

cloudGateCorsEnabled: undefined | false | true

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

Optional cloudGateCorsExposedHeaders

cloudGateCorsExposedHeaders: Array<string>

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

Optional cloudGateCorsMaxAge

cloudGateCorsMaxAge: undefined | number

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 Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj