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

Properties

groupClaim?: string
groups?: string[]
identityClaim?: string
operations?: string[]
ownerField?: string