רישום ביומן הביקורת של Earth Engine

במאמר הזה מוסבר על רישום ביומני ביקורת ב-Cloud Earth Engine. שירותי Google Cloud יוצרים יומני ביקורת שבהם מתועדים אירועי גישה למשאבי Google Cloud ופעילויות אדמין שנעשות בהם. מידע נוסף על יומני הביקורת של Cloud זמין במאמרים הבאים:

שם השירות

יומני הביקורת של Cloud Earth Engine משתמשים בשם השירות earthengine.googleapis.com. אפשר לסנן לפי השירות הזה:

    protoPayload.serviceName="earthengine.googleapis.com"
  

קודי Method לפי סוג ההרשאה

לכל הרשאה ב-IAM יש מאפיין type עם enum שיכול להיות אחד מארבעת הערכים הבאים: ADMIN_READ,‏ ADMIN_WRITE,‏ DATA_READ או DATA_WRITE. כשקוראים ל-method, במסגרת Cloud Earth Engine נוצר יומן ביקורת שהקטגוריה שלו תלויה במאפיין type של ההרשאה שנדרשת לביצוע ה-method. ה-methods שבשבילן צריך הרשאה ב-IAM עם הערכים DATA_READ‏, DATA_WRITE או ADMIN_READ במאפיין type יוצרות יומני ביקורת של Data Access. ה-methods שבשבילן צריך הרשאה ב-IAM עם הערכים ADMIN_WRITE במאפיין type יוצרות יומני ביקורת של Admin Activity.

ה-methods של API ברשימה הבאה שמסומנות ב-(LRO) הן פעולות ממושכות (LRO). בדרך כלל, השיטות האלה יוצרות שתי רשומות ביומן הביקורת: אחת כשהפעולה מתחילה ואחת כשהיא מסתיימת. מידע נוסף זמין במאמר בנושא יומני ביקורת של פעולות ממושכות.
סוג ההרשאה Methods
ADMIN_READ google.earthengine.v1.EarthEngine.GetIamPolicy
google.earthengine.v1alpha.EarthEngine.GetIamPolicy
google.earthengine.v1beta.EarthEngine.GetIamPolicy
google.longrunning.Operations.GetOperation
google.longrunning.Operations.ListOperations
google.longrunning.Operations.WaitOperation
ADMIN_WRITE google.earthengine.v1.EarthEngine.SetIamPolicy
google.earthengine.v1alpha.EarthEngine.SetIamPolicy
google.earthengine.v1beta.EarthEngine.SetIamPolicy
google.longrunning.Operations.CancelOperation
google.longrunning.Operations.DeleteOperation
DATA_READ google.earthengine.v1.EarthEngine.ComputeFeatures
google.earthengine.v1.EarthEngine.ComputeImages
google.earthengine.v1.EarthEngine.ComputePixels
google.earthengine.v1.EarthEngine.ComputeValue
google.earthengine.v1.EarthEngine.CopyAsset
google.earthengine.v1.EarthEngine.CreateFeatureView
google.earthengine.v1.EarthEngine.CreateFilmstripThumbnail
google.earthengine.v1.EarthEngine.CreateMap
google.earthengine.v1.EarthEngine.CreateTable
google.earthengine.v1.EarthEngine.CreateThumbnail
google.earthengine.v1.EarthEngine.CreateVideoThumbnail
google.earthengine.v1.EarthEngine.ExportClassifier (LRO)
google.earthengine.v1.EarthEngine.ExportImage (LRO)
google.earthengine.v1.EarthEngine.ExportMap (LRO)
google.earthengine.v1.EarthEngine.ExportTable (LRO)
google.earthengine.v1.EarthEngine.ExportVideo (LRO)
google.earthengine.v1.EarthEngine.ExportVideoMap (LRO)
google.earthengine.v1.EarthEngine.GetAsset
google.earthengine.v1.EarthEngine.GetPixels
google.earthengine.v1.EarthEngine.GetProjectConfig
google.earthengine.v1.EarthEngine.ImportImage (LRO)
google.earthengine.v1.EarthEngine.ImportTable (LRO)
google.earthengine.v1.EarthEngine.ListAlgorithms
google.earthengine.v1.EarthEngine.ListAssets
google.earthengine.v1.EarthEngine.ListFeatures
google.earthengine.v1alpha.EarthEngine.ComputeFeatures
google.earthengine.v1alpha.EarthEngine.ComputeImages
google.earthengine.v1alpha.EarthEngine.ComputePixels
google.earthengine.v1alpha.EarthEngine.ComputeValue