DocumentSchema

class DocumentSchema : KotlinCustomResource

Creates a document schema.

Properties

Link copied to clipboard
val createTime: Output<String>

The time when the document schema is created.

Link copied to clipboard
val description: Output<String>

Schema description.

Link copied to clipboard
val displayName: Output<String>

Name of the schema given by the user. Must be unique per project.

Link copied to clipboard

Document Type, true refers the document is a folder, otherwise it is a typical document.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The resource name of the document schema. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}. The name is ignored when creating a document schema.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val updateTime: Output<String>

The time when the document schema is last updated.

Link copied to clipboard
val urn: Output<String>