GCPAccount
No description
type GCPAccount {
id: UUID!
createdAt: Time!
updatedAt: Time!
configuration(
revisionId: UUID
sequenceId: Int
): GCPAccountConfiguration!
configurationRevisions(
page: PageInput
): GCPAccountConfigurationConnection!
}
Fields
GCPAccount.id
● UUID!
non-null scalar
GCPAccount.createdAt
● Time!
non-null scalar
GCPAccount.updatedAt
● Time!
non-null scalar
GCPAccount.configuration
● GCPAccountConfiguration!
non-null object
GCPAccount.configuration.revisionId
●UUID
scalar
GCPAccount.configuration.sequenceId
● Int
scalar
GCPAccount.configurationRevisions
● GCPAccountConfigurationConnection!
non-null object
GCPAccount.configurationRevisions.page
●PageInput
input
Member Of
TerraformProvider
object
Implemented By
CloudAccount
union