Record
create-response-app-pinned-deployment-spec-ingress-rules-item-cors
No description available.
record create-response-app-pinned-deployment-spec-ingress-rules-item-cors {
allow-credentials: option<bool>,
allow-headers: option<list<string>>,
allow-methods: option<list<string>>,
allow-origins: option<list<create-response-app-pinned-deployment-spec-ingress-rules-item-cors-allow-origins-item>>,
expose-headers: option<list<string>>,
max-age: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| allow-credentials | option<bool> | |
| allow-headers | option<list<string>> | |
| allow-methods | option<list<string>> | |
| allow-origins | option<list<create-response-app-pinned-deployment-spec-ingress-rules-item-cors-allow-origins-item>> | |
| expose-headers | option<list<string>> | |
| max-age | option<string> |