קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הרשאתמטא-נתוניםחשיפה למפתחים
ספירה של סוגי הרשאות הגישה למטא-נתונים של המפתח.
כדי לקרוא למאפיין enum, צריך לקרוא לכיתה ההורה, לשם ולנכס שלו. לדוגמה,
SpreadsheetApp.DeveloperMetadataVisibility.DOCUMENT.
מאפיינים
נכס
סוג
תיאור
DOCUMENT
Enum
אפשר לגשת למטא-נתונים שגלויים במסמך מכל פרויקט פיתוח שיש לו גישה למסמך.
PROJECT
Enum
מטא-נתונים שגלויים לפרויקט גלויים רק לפרויקט הפיתוח שבו נוצרו המטא-נתונים, ורק לו יש גישה אליהם. אין להשתמש במטא-נתונים של מפתחים שגלויים לפרויקט כמנגנון אבטחה או לאחסון סודות. הוא יכול להיות חשוף למשתמשים שיש להם הרשאת צפייה במסמך.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2024-12-02 (שעון UTC)."],[[["`DeveloperMetadataVisibility` is used to define the visibility of developer metadata within a Google document."],["There are two visibility types: `DOCUMENT` which allows any developer project with document access to view the metadata, and `PROJECT` which limits visibility to the creating project only."],["Metadata visibility should not be used for security purposes or to hide sensitive information, as it can be accessed by users with viewing permissions."]]],["Developer metadata visibility is categorized into two types: `DOCUMENT` and `PROJECT`. `DOCUMENT`-visible metadata can be accessed by any developer project with document access. `PROJECT`-visible metadata is restricted to the creating project. Project metadata should not be used for security or storing secrets, as it can be exposed to users with view access to the document. The way to use these properties is by referencing `SpreadsheetApp.DeveloperMetadataVisibility`.\n"]]