type

AuthIdentityResource

type AuthIdentityResource struct { CollectionID schema.StableID `json:"collectionId"` FieldID schema.StableID `json:"fieldId"` FieldName string `json:"fieldName"` }

One authored authentication identity field bound to immutable schema identity.

Source migration/migration.go:226

CollectionIDschema.StableID
The CollectionID value.
FieldIDschema.StableID
The FieldID value.
FieldNamestring
The FieldName value.

Collection and field IDs keep the migration bound to the same resource while FieldName addresses JSON-document adapters.