AuditRecordSearchField Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the supported audit search fields.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum AuditRecordSearchField
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type AuditRecordSearchField =
Public Enum AuditRecordSearchField
- Inheritance
-
AuditRecordSearchField
- Attributes
Fields
Name | Value | Description |
---|---|---|
CompanyName | 0 | Customer company name. |
CustomerId | 1 | Customer Id (Guid). |
ResourceType | 2 | Resource Type as defined in available Resource Types (Example: Order, Subscription). |