Class GoogleChecksReportV1alphaDataTypeEvidence
Evidence collected about a data type.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksReportV1alphaDataTypeEvidence : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Endpoints
List of endpoints the data type was sent to.
Declaration
[JsonProperty("endpoints")]
public virtual IList<GoogleChecksReportV1alphaDataTypeEndpointEvidence> Endpoints { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChecksReportV1alphaDataTypeEndpointEvidence> |
Permissions
List of included permissions that imply collection of the data type.
Declaration
[JsonProperty("permissions")]
public virtual IList<GoogleChecksReportV1alphaDataTypePermissionEvidence> Permissions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChecksReportV1alphaDataTypePermissionEvidence> |
PrivacyPolicyTexts
List of privacy policy texts that imply collection of the data type.
Declaration
[JsonProperty("privacyPolicyTexts")]
public virtual IList<GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence> PrivacyPolicyTexts { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence> |