Resource: EntryType
Entry Type is a template for creating Entries.
JSON representation |
---|
{ "name" : string , "uid" : string , "createTime" : string , "updateTime" : string , "description" : string , "displayName" : string , "labels" : { string : string , ... } , "etag" : string , "typeAliases" : [ string ] , "platform" : string , "system" : string , "requiredAspects" : [ { object ( |
Fields | |
---|---|
name
|
Output only. The relative resource name of the EntryType, of the form: projects/{project_number}/locations/{locationId}/entryTypes/{entryTypeId}. |
uid
|
Output only. System generated globally unique ID for the EntryType. This ID will be different if the EntryType is deleted and re-created with the same name. |
createTime
|
Output only. The time when the EntryType was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime
|
Output only. The time when the EntryType was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
description
|
Optional. Description of the EntryType. |
displayName
|
Optional. User friendly display name. |
labels
|
Optional. User-defined labels for the EntryType. An object containing a list of |
etag
|
Optional. This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. |
typeAliases[]
|
Optional. Indicates the classes this Entry Type belongs to, for example, TABLE, DATABASE, MODEL. |
platform
|
Optional. The platform that Entries of this type belongs to. |
system
|
Optional. The system that Entries of this type belongs to. Examples include CloudSQL, MariaDB etc |
requiredAspects[]
|
AspectInfo for the entry type. |
authorization
|
Immutable. Authorization defined for this type. |
AspectInfo
JSON representation |
---|
{ "type" : string } |
Fields | |
---|---|
type
|
Required aspect type for the entry type. |
Authorization
Authorization for an Entry Type.
JSON representation |
---|
{ "alternateUsePermission" : string } |
Fields | |
---|---|
alternateUsePermission
|
Immutable. The IAM permission grantable on the Entry Group to allow access to instantiate Entries of Dataplex Universal Catalog owned Entry Types, only settable for Dataplex Universal Catalog owned Types. |
Methods |
|
---|---|
|
Creates an EntryType. |
|
Deletes an EntryType. |
|
Gets an EntryType. |
|
Gets the access control policy for a resource. |
|
Lists EntryType resources in a project and location. |
|
Updates an EntryType. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |