MATTR VII Platform API Events Registry - v12.23.0
    Preparing search index...

    CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_CREATE_SUCCESS

    interface CredentialCompactSemanticApplePassTemplateCreateSuccessEventSanitised {
        category: "credential-compact-semantic";
        clientId: string | undefined;
        data: {
            fileName: string;
            id: string | undefined;
            name: string;
            passTypeIdentifier: string;
            teamIdentifier: string;
            templateId: string;
        };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_CREATE_SUCCESS";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "credential-compact-semantic"
    clientId: string | undefined
    data: {
        fileName: string;
        id: string | undefined;
        name: string;
        passTypeIdentifier: string;
        teamIdentifier: string;
        templateId: string;
    }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_CREATE_SUCCESS"
    userAgent: string | undefined
    version: "1"