Sha256: 0e069ae0bce2d26426040ff989083e621e2d55f35f4bc8415a42eb21e77b661e
Contents?: true
Size: 812 Bytes
Versions: 61
Compression:
Stored size: 812 Bytes
Contents
# OryClient::SuccessfulProjectConfigUpdate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **project** | [**Project**](Project.md) | | [optional] | | **warnings** | [**Array<Warning>**](Warning.md) | Import Warnings Not all configuration items can be imported to Ory Cloud. For example, setting the port does not make sense because Ory Cloud provides the runtime and networking. This field contains warnings where configuration keys were found but can not be imported. These keys will be ignored by Ory Cloud. This field will help you understand why certain configuration keys might not be respected! | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::SuccessfulProjectConfigUpdate.new( project: null, warnings: null ) ```
Version data entries
61 entries across 61 versions & 1 rubygems