ResourceType
{
"accountType": "string",
"composable": false,
"createdAt": "string",
"createdBy": "string",
"description": "string",
"displayName": "string",
"id": "string",
"name": "string",
"orgId": "string",
"projectId": "string",
"providerId": "string",
"schema": {
"$data": "string",
"$dynamicDefault": "string",
"$ref": "string",
"additionalProperties": false,
"allOf": [
"ProviderSchemaImpl Object"
],
"anyOf": [
"ProviderSchemaImpl Object"
],
"computed": false,
"const": {},
"default": {},
"dependencies": {
"dependencies": [
"string"
]
},
"description": "string",
"encrypted": false,
"enum": [
{}
],
"format": "string",
"formatMaximum": "string",
"formatMinimum": "string",
"ignoreCaseOnDiff": false,
"ignoreOnUpdate": false,
"items": "ObjectOrListProviderSchemaImpl Object",
"maxItems": 0,
"maxLength": 0,
"maxProperties": 0,
"maximum": "number",
"minItems": 0,
"minLength": 0,
"minProperties": 0,
"minimum": "number",
"not": "ProviderSchemaImpl Object",
"oneOf": [
"ProviderSchemaImpl Object"
],
"pattern": "string",
"patternProperties": {
"patternProperties": "ProviderSchemaImpl Object"
},
"properties": {
"properties": "ProviderSchemaImpl Object"
},
"readOnly": false,
"recreateOnUpdate": false,
"required": [
"string"
],
"title": "string",
"type": "string",
"uniqueItems": false,
"writeOnly": false
},
"updatedAt": "string",
"updatedBy": "string"
}
Optional. Account type to which the resource type belongs to. Example: AWS, Azure etc
Composable with other types or not
Time at which the resource type was created.
Name of the user who created the resource type.
Resource type description
Resource display name
Resource type id
Resource type name
Org ID where resource type belongs
Project ID where resource type belongs
Provider Id
Json schema that represents resource type, a simplified version of http://json-schema.org/latest/json-schema-validation.html#rfc.section.5
Time at which the resource type was updated.
Name of the user who updated the resource type.