Skip to main content

CloudServiceAuthentication

No description

type CloudServiceAuthentication {
id: ID!
name: String!
description: String
customer: Customer
type: CloudType!
}

Fields

CloudServiceAuthentication.id ● ID! non-null scalar

This cloud authentication's ID.

CloudServiceAuthentication.name ● String! non-null scalar

This authentication's name.

CloudServiceAuthentication.description ● String scalar

A description for this authentication record.

CloudServiceAuthentication.customer ● Customer object

A potential assigned customer.

CloudServiceAuthentication.type ● CloudType! non-null enum

The type of cloud this record targets.

Returned By

cloudServiceAuthentications query

Member Of

Server object