CloudServiceGenericSettings
type CloudServiceGenericSettings {
url: String!
trustAllCertificates: Boolean!
authorityCertificate: String
}
Fields
CloudServiceGenericSettings.url ● String! non-null scalar
CloudServiceGenericSettings.trustAllCertificates ● Boolean! non-null scalar
Trust all SSL Certificates
CloudServiceGenericSettings.authorityCertificate ● String scalar
Optional: Certificate of Root Certificate Authority (CA). The certificate must start with '-----BEGIN CERTIFICATE-----' and end with '-----END CERTIFICATE-----' (pem format).
Member Of
CloudSettings object