Elasticsearch service console error

I am receiving an error like "'xpack.security.authc.realms.cloud-saml.type': is not allowed" after editing the "user settings" on the elasticsearch service console Do I need to enable something prior to entering the settings ?

Elasticsearch version is v7.1.0

here are the Elastic user settings and Kibana user settings

Elastic user settings >>

xpack.security.authc.realms.cloud-saml:
type: saml
order: 2
attributes.principal: "nameid:persistent"
attributes.groups: "roles"
idp.metadata.path: "https://oktaprovider/app/abcdefghijkl123456/sso/saml/metadata"
idp.entity_id: "http://oktaprovider/abcdefghijkl123456"
sp.entity_id: "https://604b2fec2c135nglkw65mnefvgmfemfe:9243/"
sp.acs: "https://604b2fec2c135nglkw65mnefvgmfemfe.us-west1.gcp.cloud.es.io:9243/api/security/v1/saml"
sp.logout: "https://604b2fec2c135nglkw65mnefvgmfemfe.us-west1.gcp.cloud.es.io:9243/logout"

Kibana user settings >>

xpack.security.authProviders: [saml, basic]
server.xsrf.whitelist: [/api/security/v1/saml]
xpack.security.public:
protocol: https
hostname: 604b2fec2c135nglkw65mnefvgmfemfe.us-west1.gcp.cloud.es.io
port: 9243

Closing this as a duplicate of Elasticsearch cloud SAML settings errors