Wasm Directoryalpha
Record

list-deployments-response-deployments-item-spec-ingress-rules-item-cors

No description available.

record list-deployments-response-deployments-item-spec-ingress-rules-item-cors {
  allow-credentials: option​<bool>,
  allow-headers: option​<list​<string>>,
  allow-methods: option​<list​<string>>,
  allow-origins: option​<list​<list-deployments-response-deployments-item-spec-ingress-rules-item-cors-allow-origins-item>>,
  expose-headers: option​<list​<string>>,
  max-age: option​<string>,
}

Fields

NameTypeDescription
allow-credentialsoption​<bool>
allow-headersoption​<list​<string>>
allow-methodsoption​<list​<string>>
allow-originsoption​<list​<list-deployments-response-deployments-item-spec-ingress-rules-item-cors-allow-origins-item>>
expose-headersoption​<list​<string>>
max-ageoption​<string>