ModelAttributeAuthProperty: {
    allow: ModelAttributeAuthAllow;
    groupClaim?: string;
    groups?: string[];
    identityClaim?: string;
    operations?: string[];
    ownerField?: string;
    provider?: ModelAttributeAuthProvider;
}

Type declaration